Skip to content
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

cmd and pageup issues #343

Open
jcbdev opened this issue Mar 12, 2024 · 0 comments
Open

cmd and pageup issues #343

jcbdev opened this issue Mar 12, 2024 · 0 comments

Comments

@jcbdev
Copy link

jcbdev commented Mar 12, 2024

I noticed whilst trying to add the following two mappings that the pageup one didn't work

# dock and menu
ctrl + cmd + alt - pageup : skhd -k "ctrl - f2"
ctrl + cmd + alt - pagedown : skhd -k "ctrl - f3"

on investigation with skhd --observe I can see that if I press any modifier and page down the keycode goes to 0x79 (which is correct) but then with page up it only goes to 0x74 if the cmd key isn't pressed (so works with alt, shift, ctrl). The moment the cmd key is involved the detected keycode never changes from 0x37 to pageup. Holding the cmd key seems to block the detection of pageup.

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

No branches or pull requests

1 participant