mirror of
https://github.com/RoganDawes/P4wnP1_aloa.git
synced 2025-03-27 01:51:45 +01:00
HIDScript: fix missing press("SPACE") support
This commit is contained in:
parent
6bd548b974
commit
b64df8e618
3
dist/keymaps/common.json
vendored
3
dist/keymaps/common.json
vendored
@ -17,6 +17,9 @@
|
||||
"LEFT_GUI": [{"Modifiers": ["MOD_LEFT_GUI"], "Keys": []}],
|
||||
"RIGHT_GUI": [{"Modifiers": ["MOD_RIGHT_GUI"], "Keys": []}],
|
||||
|
||||
"SPACE": [{"Modifiers": [], "Keys": ["KEY_SPACE"]}],
|
||||
"SPACEBAR": [{"Modifiers": [], "Keys": ["KEY_SPACE"]}],
|
||||
|
||||
"ENTER": [{"Modifiers": [], "Keys": ["KEY_ENTER"]}],
|
||||
"RETURN": [{"Modifiers": [], "Keys": ["KEY_ENTER"]}],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user