Keybindings: possible fix for inevitable crash for controller users
This commit is contained in:
parent
5ce828b247
commit
06be8520a7
1 changed files with 2 additions and 1 deletions
|
@ -5,8 +5,9 @@ VMFModsKeyMap = {
|
|||
["ctrl"] = {"keyboard", "left ctrl", "held"},
|
||||
["alt"] = {"keyboard", "left alt", "held"},
|
||||
["shift"] = {"keyboard", "left shift", "held"}
|
||||
},
|
||||
xb1 = {}
|
||||
}
|
||||
}
|
||||
|
||||
-- ["mod_name"]["setting_name"] = {"action_name", {"primary_key", "special_key", "special_key", "special_key"}} (special_key - "ctrl"/"shift"/"alt")
|
||||
local _RAW_KEYBINDS = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue