💬.. ; Remap WASD to the arrow keys for camera movement w::Up a::Left s::Down d::Right 💬.. ; I'm having a problem getting this to work, I'm not sure if I did ; something wrong or what. I copy pasted the scroll lock from the AI ; but even without this, I still couldn't get it to work. ; https://www.autohotkey.com/boards/viewtopic.php?p=611343#p611343
; Remap WASD to the arrow keys for camera movement
w::Up
a::Left
s::Down
d::Right
Let's keep it real simple then stick to these group of keys 🔑 pairings firstly. Follow these directive to check "if it's working " 1. Open up `Notepad` 2. Type in multiple lines as follows: `aaaaaaa` 3. **Run** the simplified script 4. Check that tapping `w` `a` `s` `d` moves the beam around within `Notepad`1❓️ What's next❓️ 1. Figure out how to close / Exit the script through a `hotkey` 2. Work out a solution to have the hotkey " working" for the tactical map feature in_game 👍🏼
What's next❓️ 1. Figure out how to close / Exit the script through a `hotkey` 2. Work out a solution to have the hotkey " working" for the tactical map feature in_game 👍🏼