Skip to content
Snippets Groups Projects
Commit e1483afa authored by dg's avatar dg
Browse files

Changed default binding for hotkey 11 from ) to -

git-svn-id: http://svn.net-core.org/repos/t-engine4@2298 51575b47-30f0-44d4-a5cc-537603b46e54
parent 25018f21
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ defineAction{
name = "Hotkey 10",
}
defineAction{
default = { "sym:41:false:false:false:false" },
default = { "sym:45:false:false:false:false" },
type = "HOTKEY_11",
group = "hotkeys",
name = "Hotkey 11",
......@@ -153,7 +153,7 @@ defineAction{
name = "Secondary Hotkey 10",
}
defineAction{
default = { "sym:41:true:false:false:false" },
default = { "sym:45:true:false:false:false" },
type = "HOTKEY_SECOND_11",
group = "hotkeys",
name = "Secondary Hotkey 11",
......@@ -227,7 +227,7 @@ defineAction{
name = "Third Hotkey 10",
}
defineAction{
default = { "sym:41:false:true:false:false" },
default = { "sym:45:false:true:false:false" },
type = "HOTKEY_THIRD_11",
group = "hotkeys",
name = "Third Hotkey 11",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment