mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-14 16:41:13 +00:00
- Change default key bindings: add arrow keys to the left-handed preset and set mouse3 to activate items for the modern presets.
This commit is contained in:
parent
55390b2403
commit
a695d6ee34
5 changed files with 8 additions and 4 deletions
|
@ -8,6 +8,7 @@ uparrow +forward
|
|||
downarrow +back
|
||||
, +moveleft
|
||||
. +moveright
|
||||
enter invuse
|
||||
mouse2 +strafe
|
||||
mouse3 +forward
|
||||
mouse4 +speed
|
||||
|
|
|
@ -7,4 +7,4 @@ d +moveright
|
|||
e +jump
|
||||
x crouch
|
||||
mouse2 +altattack
|
||||
mouse3 +speed
|
||||
mouse3 invuse
|
||||
|
|
|
@ -7,4 +7,4 @@ f +moveright
|
|||
w +jump
|
||||
c crouch
|
||||
mouse2 +altattack
|
||||
mouse3 +speed
|
||||
mouse3 invuse
|
||||
|
|
|
@ -6,5 +6,9 @@ k +moveleft
|
|||
#39 +moveright ;
|
||||
i +jump
|
||||
, crouch
|
||||
uparrow +forward
|
||||
downarrow +back
|
||||
leftarrow +moveleft
|
||||
rightarrow +moveright
|
||||
mouse2 +altattack
|
||||
mouse3 +speed
|
||||
mouse3 invuse
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
] invnext
|
||||
mwheelleft invprev
|
||||
mwheelright invnext
|
||||
enter invuse
|
||||
- sizedown
|
||||
= sizeup
|
||||
shift +speed
|
||||
|
|
Loading…
Reference in a new issue