mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-11 21:10:50 +00:00
797037fcde
# Conflicts: # src/console/c_bind.cpp
19 lines
280 B
Text
19 lines
280 B
Text
/* Default keybindings for all games */
|
|
|
|
ctrl +attack
|
|
alt +strafe
|
|
rightarrow +right
|
|
leftarrow +left
|
|
uparrow +forward
|
|
downarrow +back
|
|
, +moveleft
|
|
. +moveright
|
|
mouse2 +strafe
|
|
mouse3 +forward
|
|
mouse4 +speed
|
|
|
|
// Generic joystick buttons
|
|
joy1 +attack
|
|
joy2 +strafe
|
|
joy3 +speed
|
|
joy4 +use
|