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

missing page_up and page_down from Key Codes #42

Open
Old-Black-Dog opened this issue Jun 30, 2022 · 0 comments
Open

missing page_up and page_down from Key Codes #42

Old-Black-Dog opened this issue Jun 30, 2022 · 0 comments

Comments

@Old-Black-Dog
Copy link

As per title, page_up and page_down keys missing from key code list.
I wanted to remap command+page_down to shift+command+4
The tool got me 99% of the way there (thanks!) but needed to edit json manually to assign to page_down:
"description": "ctrl-pagedown to printscreen",
"manipulators": [
{
"from": {
"key_code": "page_down",
"modifiers": {
"mandatory": [
"left_control"
...

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

2 participants
@Old-Black-Dog and others