mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-01-18 21:21:36 +00:00
- Fixed: Default movedown bind was set to "insert" and not "ins".
This commit is contained in:
parent
86e1d3ed9a
commit
44f9f2bbd6
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ static const FBinding DefBindings[] =
|
|||
static const FBinding DefRavenBindings[] =
|
||||
{
|
||||
{ "pgup", "+moveup" },
|
||||
{ "insert", "+movedown" },
|
||||
{ "ins", "+movedown" },
|
||||
{ "home", "land" },
|
||||
{ "pgdn", "+lookup" },
|
||||
{ "del", "+lookdown" },
|
||||
|
|
Loading…
Reference in a new issue