From the GitHub repo:
git clone -b v2.5.0 https://github.com/rvaiya/keyd
cd keyd
make && sudo make install
sudo systemctl enable --now keydCloning latest stable - v.2.5.0 as of writing.
[ids]
*
[main]
# Remaps the escape key to capslock
pause = volumeup
scrolllock = volumedown
sysrq = mute
f12 = nextsong
f11 = previoussong
f10 = stopcd
f9 = playpause
# =============
volumeup = pause
volumedown = scrolllock
mute = sysrq
nextsong = f12
previoussong = f11
stopcd = f10
playpause = f9