Skip to content

Commit

Permalink
Use the keyboard_any input_method instead of keyboard_char and keyboa…
Browse files Browse the repository at this point in the history
…rd_code because it's unnecessary when setting keybinds for lower case letters

Co-authored-by: Jianxiang Wang (王健翔) <[email protected]>
  • Loading branch information
strategineer and Qrox committed Mar 12, 2023
1 parent a5518c4 commit 2180185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/raw/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1211,13 +1211,13 @@
"type": "keybinding",
"id": "GO_TO_DESTINATION",
"name": "Go to destination",
"bindings": [ { "input_method": "keyboard_char", "key": "g" }, { "input_method": "keyboard_code", "key": "g" } ]
"bindings": [ { "input_method": "keyboard_any", "key": "g" } ]
},
{
"type": "keybinding",
"id": "CENTER_ON_DESTINATION",
"name": "Center on destination",
"bindings": [ { "input_method": "keyboard_char", "key": "c" }, { "input_method": "keyboard_code", "key": "c" } ]
"bindings": [ { "input_method": "keyboard_any", "key": "c" } ]
},
{
"type": "keybinding",
Expand Down

0 comments on commit 2180185

Please sign in to comment.