mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 12:32:34 +00:00
21 lines
299 B
Text
21 lines
299 B
Text
|
/* Default classic keybindings for all games */
|
||
|
|
||
|
ctrl +attack
|
||
|
alt +strafe
|
||
|
rightarrow +right
|
||
|
leftarrow +left
|
||
|
uparrow +forward
|
||
|
downarrow +back
|
||
|
, +moveleft
|
||
|
. +moveright
|
||
|
space +use
|
||
|
mouse2 +strafe
|
||
|
mouse3 +forward
|
||
|
mouse4 +speed
|
||
|
|
||
|
// Generic joystick buttons
|
||
|
joy1 +attack
|
||
|
joy2 +strafe
|
||
|
joy3 +speed
|
||
|
joy4 +use
|