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
FYI, if anyone is using another keyboard than qwerty you can still remap it to the most practical buttons just change WASD for whichever keys you want.
Also, a useful addition to OP's script is adding
#IfWinActive Desktop Dungeons
to the script at the top. What this does is makes the script only run when the game window is in focus/at the top, so if you click away for something else you won't have to deal with not using the keys normally. If you want to use it for another game just change out DD for the name of the game that shows in the upper left corner of the titlebar. I.e. if the other game were example, and the name in the tilebar is example2, you'd change it to example2 since that's what ahk will be looking for.