mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-15 00:51:24 +00:00
- Replace the "IJKL" keyboard preset with "OKL;".
This commit is contained in:
parent
2f50d5521a
commit
3df769c9d5
4 changed files with 9 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
/* Default keybindings for all games */
|
||||
|
||||
i +forward
|
||||
k +back
|
||||
j +moveleft
|
||||
l +moveright
|
||||
o +jump
|
||||
m crouch
|
||||
o +forward
|
||||
l +back
|
||||
k +moveleft
|
||||
#39 +moveright ;
|
||||
i +jump
|
||||
, crouch
|
||||
mouse2 +altattack
|
||||
mouse3 +speed
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Default keybindings for Strife */
|
||||
|
||||
w "showpop 1"
|
||||
u "showpop 2"
|
||||
s "showpop 2"
|
||||
|
||||
|
|
|
@ -2880,7 +2880,7 @@ OPTVAL_REVERSEFIRST = "Reverse";
|
|||
OPTVAL_CLASSICZ = "Classic ZDoom";
|
||||
OPTVAL_MODERN = "Modern (WASD)";
|
||||
OPTVAL_MODERN2 = "Modern (ESDF)";
|
||||
OPTVAL_MODERN3 = "Modern (IJKL)";
|
||||
OPTVAL_MODERN3 = "Modern (OKL;)";
|
||||
|
||||
// QZDoom exclusive:
|
||||
|
||||
|
|
|
@ -1007,7 +1007,7 @@ OPTVAL_REVERSEFIRST = "Reverso";
|
|||
OPTVAL_CLASSICZ = "ZDoom Clássico";
|
||||
OPTVAL_MODERN = "Moderno (WASD)";
|
||||
OPTVAL_MODERN2 = "Moderno (ESDF)";
|
||||
OPTVAL_MODERN3 = "Moderno (IJKL)";
|
||||
OPTVAL_MODERN3 = "Moderno (OKL;)";
|
||||
DSPLYMNU_TCOPT = "TrueColor Options"; // Textos exclusivos do QZDoom
|
||||
TCMNU_TITLE = "AJUSTE DE CORES REAIS";
|
||||
TCMNU_TRUECOLOR = "Saída de cores reais";
|
||||
|
|
Loading…
Reference in a new issue