- 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 */ /* Default keybindings for all games */
i +forward o +forward
k +back l +back
j +moveleft k +moveleft
l +moveright #39 +moveright ;
o +jump i +jump
m crouch , crouch
mouse2 +altattack mouse2 +altattack
mouse3 +speed mouse3 +speed

View file

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

View file

@ -2880,7 +2880,7 @@ OPTVAL_REVERSEFIRST = "Reverse";
OPTVAL_CLASSICZ = "Classic ZDoom"; OPTVAL_CLASSICZ = "Classic ZDoom";
OPTVAL_MODERN = "Modern (WASD)"; OPTVAL_MODERN = "Modern (WASD)";
OPTVAL_MODERN2 = "Modern (ESDF)"; OPTVAL_MODERN2 = "Modern (ESDF)";
OPTVAL_MODERN3 = "Modern (IJKL)"; OPTVAL_MODERN3 = "Modern (OKL;)";
// QZDoom exclusive: // QZDoom exclusive:

View file

@ -1007,7 +1007,7 @@ OPTVAL_REVERSEFIRST = "Reverso";
OPTVAL_CLASSICZ = "ZDoom Clássico"; OPTVAL_CLASSICZ = "ZDoom Clássico";
OPTVAL_MODERN = "Moderno (WASD)"; OPTVAL_MODERN = "Moderno (WASD)";
OPTVAL_MODERN2 = "Moderno (ESDF)"; OPTVAL_MODERN2 = "Moderno (ESDF)";
OPTVAL_MODERN3 = "Moderno (IJKL)"; OPTVAL_MODERN3 = "Moderno (OKL;)";
DSPLYMNU_TCOPT = "TrueColor Options"; // Textos exclusivos do QZDoom DSPLYMNU_TCOPT = "TrueColor Options"; // Textos exclusivos do QZDoom
TCMNU_TITLE = "AJUSTE DE CORES REAIS"; TCMNU_TITLE = "AJUSTE DE CORES REAIS";
TCMNU_TRUECOLOR = "Saída de cores reais"; TCMNU_TRUECOLOR = "Saída de cores reais";