- Replace the "IJKL" keyboard preset with "OKL;".

This commit is contained in:
drfrag 2020-05-19 14:20:57 +02:00
parent 2f50d5521a
commit 3df769c9d5
4 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
/* Default keybindings for Strife */
w "showpop 1"
u "showpop 2"
s "showpop 2"

View file

@ -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:

View file

@ -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";