Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
i dont have much experience with dosbox, so didnt know abotu this feature. Just tried it and it works, thanks man, using arrow keys is a terrible way to play an FPS.
Thank you!!
I'm trying that F1 DOSBox trick for defining the keys, but I'm struggling to get them set. I also want to assign A to LEFT + ALT (strafe) together so that the strafing works without finger gymnastics!!
I'm subscribed to this thread so if anyone has worked it out I'd appreciate to know!
Or you could use autohotkey. https://www.autohotkey.com/
With it you can remap your keyboard keys to another key.
Right click an empty space of windows desktop, then > New > Autohotkey script, to create a new script.
Edit the autohotkey script and put this into it:
Up::w
Down::s
In the script, The key to the left of the two colons is the old key you wanna change, and the key to the right is the resulting new key.
To find the terms for keys you can put into a script, search 'autohotkey' in windows start menu search bar, open he app and click on list of keys in the navigation pane.
You have to launch the script every time you want the new controls, and you can disable it in the task bar menu thing in the bottom right of your screen.
Personally I bind autohotkey to my task bar for quick and easy launching of scripts.
CTRL+F1 opens the mapper while you're in game.
Within the prompt, you will see arrow key icons (I had two sets of arrow keys, make sure you're mapping the ones near the top. When you click them they should be EVENTs like "key_up", "key_down", and so forth and looked like actual arrows.
Click each one, then click the "add" button near the bottom of the screen and then press the appropriate key on your keyboard. The BIND should then read like "key w" or "key a", etc.
Additionally, since W is mapped to spin the player around, you will need to click on "W" and then "Del" twice, to ensure that nothing is mapped to W. This essentially overwrites the game's internal binding.
Click "Save" at the bottom and "Exit" and you should be back in game with the appropriate WASD. Enable Mouse in the settings if you haven't already, and enjoy destroying aliens!