Skip to content

Commit

Permalink
Update keybindings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenshut authored Oct 26, 2023
1 parent 4e29d4b commit c8faa8a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/raw/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
"name": "Pan up",
"bindings": [ { "input_method": "keyboard_any", "key": "UP" } ]
},
{
"type": "keybinding",
"id": "SCROLL_FAVORITE",
"category": "SPELL_MENU",
"name": "Toggle spell as favorite",
"bindings": [
{ "input_method": "keyboard_char", "key": "*" },
{ "input_method": "keyboard_code", "key": "KEYPAD_MULTIPLY" },
{ "input_method": "keyboard_code", "key": "8", "mod": [ "shift" ] }
]
},
{
"type": "keybinding",
"id": "UILIST.DOWN",
Expand Down

0 comments on commit c8faa8a

Please sign in to comment.