Last active
October 20, 2022 06:12
-
-
Save Simhyeon/58b008a9a5d8e8b34d78d774db1f745b to your computer and use it in GitHub Desktop.
Personal keyd configuration
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] | |
* | |
[main] | |
leftalt = layer(alt) | |
[alt] | |
# Arrow Navigation | |
j = left | |
i = up | |
k = down | |
l = right | |
# Fast navigation | |
h = home | |
; = end | |
n = pageup | |
m = pagedown | |
# QOL keymaps | |
y = esc | |
u = backspace | |
o = delete | |
p = + | |
q = backslash | |
w = - | |
e = equal | |
r = ~ | |
t = ` | |
a = & | |
s = * | |
d = $ | |
f = % | |
z = ! | |
, = _ | |
. = > | |
x = @ | |
c = # | |
v = ^ | |
b = f6 | |
space = space | |
[alt+shift] | |
# Easy input 0 and 1 | |
i = 1 | |
o = 0 | |
# Keypad number simulation | |
p = 7 | |
[ = 8 | |
] = 9 | |
l = 4 | |
; = 5 | |
' = 6 | |
, = 1 | |
. = 2 | |
/ = 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment