Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

PageUp and PageDown mapping #256

Open
alexgulbrandsen opened this issue Mar 28, 2023 · 1 comment
Open

PageUp and PageDown mapping #256

alexgulbrandsen opened this issue Mar 28, 2023 · 1 comment

Comments

@alexgulbrandsen
Copy link

Hello!
I am wanting to map u and m to page up and down. How can I do it in skhd ?

@lokxii
Copy link

lokxii commented May 26, 2023

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants