-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While Capslock is held down, A and W pressed together should act as kp7 #863
Comments
You can use chords:
Though this only works when they are struck simultaneously, so it might not be what you want.
You may be interested in https://github.com/rvaiya/warpd |
indeed.
I will check it out thanks. |
@nsbgn |
In general you can use |
Hi!
this is my current config
`[ids]
*
[main]
capslock = overload(capslock, esc)
esc = capslock
[capslock:C]
j = left
k = down
i = up
l = right
p = compose
a = kp4
s = kp2
w = kp8
d = kp6
e = kp5
q = numlock`
the numpad keys move the mouse cursor when numlock is on, and I use wasd as the 8462 on the numpad however I want the diagonal ones (7, 9, 1, 3) to be mapped to wasd as well, so like when I hold W and A together it should act as numpad 7.
is this something that's possible to do in Keyd?
and btw, is there a better way to move the mouse cursor with the keyboard?
The text was updated successfully, but these errors were encountered: