mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +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[] =
|
static const FBinding DefRavenBindings[] =
|
||||||
{
|
{
|
||||||
{ "pgup", "+moveup" },
|
{ "pgup", "+moveup" },
|
||||||
{ "insert", "+movedown" },
|
{ "ins", "+movedown" },
|
||||||
{ "home", "land" },
|
{ "home", "land" },
|
||||||
{ "pgdn", "+lookup" },
|
{ "pgdn", "+lookup" },
|
||||||
{ "del", "+lookdown" },
|
{ "del", "+lookdown" },
|
||||||
|
|
Loading…
Reference in a new issue