genesy / karabiner-complex-rules-generator

Simple web app to help generate Karabiner Elements Complex Rules
GNU General Public License v3.0
515 stars 26 forks source link

missing page_up and page_down from Key Codes #42

Open Old-Black-Dog opened 2 years ago

Old-Black-Dog commented 2 years ago

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" ...