Skip to content

Commit

Permalink
Merge pull request #77012 from Faalagorn/patch-3
Browse files Browse the repository at this point in the history
Fix minor typos in keybdings.json
  • Loading branch information
Night-Pryanik authored Oct 24, 2024
2 parents 0f77443 + 761b124 commit 8d2de7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/raw/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@
"type": "keybinding",
"id": "CHANGE_START_OF_CATACLYSM",
"category": "NEW_CHAR_DESCRIPTION",
"name": "Change cataclysm start date",
"name": "Change Cataclysm start date",
"bindings": [ { "input_method": "keyboard_char", "key": "#" }, { "input_method": "keyboard_code", "key": "3", "mod": [ "shift" ] } ]
},
{
Expand Down Expand Up @@ -2907,7 +2907,7 @@
{
"type": "keybinding",
"id": "DEBUG_DIALOGUE_SHOW_ALL_RESPONSE",
"name": "Toggle debug dialogue show hidden responses ",
"name": "Toggle debug dialogue show hidden responses",
"bindings": [
{ "input_method": "keyboard_char", "key": "CTRL+R" },
{ "input_method": "keyboard_code", "mod": [ "ctrl" ], "key": "r" }
Expand Down Expand Up @@ -2938,7 +2938,7 @@
},
{
"type": "keybinding",
"name": "View temperature map (using Map font)",
"name": "View temperature map (using map font)",
"category": "DEFAULTMODE",
"id": "debug_temp"
},
Expand Down Expand Up @@ -3241,7 +3241,7 @@
{
"type": "keybinding",
"id": "cast_spell",
"name": "Supernatural Abilities",
"name": "Supernatural abilities",
"category": "DEFAULTMODE",
"bindings": [ { "input_method": "keyboard_any", "key": "]" } ]
},
Expand Down Expand Up @@ -4616,7 +4616,7 @@
"type": "keybinding",
"category": "WISH_ITEM",
"id": "SCROLL_DESC_DOWN",
"name": "Scroll item description Down",
"name": "Scroll item description down",
"bindings": [ { "input_method": "keyboard_char", "key": ">" }, { "input_method": "keyboard_code", "key": ".", "mod": [ "shift" ] } ]
},
{
Expand Down

0 comments on commit 8d2de7b

Please sign in to comment.