Skip to content

Commit

Permalink
Fix keybinding for marking all recipes as read
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrox committed Jul 17, 2021
1 parent f68e0c7 commit ef16a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/raw/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
"id": "MARK_ALL_RECIPES_READ",
"category": "CRAFTING",
"name": "Mark all recipes as read",
"bindings": [ { "input_method": "keyboard_char", "key": "v" }, { "input_method": "keyboard_code", "key": "v", "mod": [ "shift" ] } ]
"bindings": [ { "input_method": "keyboard_char", "key": "V" }, { "input_method": "keyboard_code", "key": "v", "mod": [ "shift" ] } ]
},
{
"type": "keybinding",
Expand Down

0 comments on commit ef16a45

Please sign in to comment.