Last active
April 28, 2025 09:20
-
-
Save aaronedev/42c0575d50cacd690507120421f5d9af to your computer and use it in GitHub Desktop.
keyd config gist in /etc/keyd for yunzii US keyboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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