Skip to content
Snippets Groups Projects
Commit 5c1cb65d authored by DarkGod's avatar DarkGod
Browse files

Moved the default binding for 'w'ield to 'e'quip and the old 'e' binding to...

Moved the default binding for 'w'ield to 'e'quip and the old 'e' binding to 'E' (not that this matters as this was jsut and alias for 'i'nventory anyway). Those are the DEFAULT binds, if you want the old ones, you can rebind to whatever you prefer :)
parent b20e95a7
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -24,7 +24,7 @@ defineAction{
name = _t"Show inventory",
}
defineAction{
default = { "sym:=e:false:false:false:false", },
default = { "sym:=e:false:true:false:false", },
type = "SHOW_EQUIPMENT",
group = "inventory",
name = _t"Show equipment",
......@@ -44,7 +44,7 @@ defineAction{
}
defineAction{
default = { "sym:=w:false:false:false:false", },
default = { "sym:=w:false:false:false:false", "sym:=e:false:false:false:false", },
type = "WEAR_ITEM",
group = "inventory",
name = _t"Wield/wear items",
......
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