You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How about mapping u and m to tell skhd to synthesize pageup and pagedown keys.
# u and m are not consumed by skhd
u -> skhd -k "pageup"
m -> skhd -k "pagedown"
# or if you want u and m to be consumed by skhd.
u : skhd -k "pageup"
m : skhd -k "pagedown"
Not tested but you can try it.
The list of keywords can be found in #1
I guess you want to only enable these mappings in different mode.
Hello!
I am wanting to map u and m to page up and down. How can I do it in skhd ?
The text was updated successfully, but these errors were encountered: