Skip to content

Instantly share code, notes, and snippets.

@aaronedev
Last active April 28, 2025 09:20
Show Gist options
  • Save aaronedev/42c0575d50cacd690507120421f5d9af to your computer and use it in GitHub Desktop.
Save aaronedev/42c0575d50cacd690507120421f5d9af to your computer and use it in GitHub Desktop.
keyd config gist in /etc/keyd for yunzii US keyboard
[ids]
0416:b23c
[main]
capslock = overload(control, esc)
# leftmeta = leftalt
# leftalt = leftmeta
leftmeta = layer(alt)
leftalt = layer(meta)
rightcontrol = oneshot(control)
rightshift = oneshot(shift)
rightalt = oneshot(alt)
rightmeta = oneshot(alt)
apostrophe = overloadt(shift, apostrophe, 278)
semicolon = overloadt(control, semicolon, 278)
grave = overloadt(alt, grave, 279)
pause = toggle(mouse)
[mouse]
w = leftmouse
e = rightmouse
q = middlemouse
s = pagedown
a = pageup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment