Commit 58f0858 1 parent ad97cf8 commit 58f0858 Copy full SHA for 58f0858
File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
* ===== WASD Game Remapping =====
2
2
*
3
- * Copyright 2016 by Greg Dietsche. Licensed under the MIT License.
3
+ * Copyright 2016, 2022 by Greg Dietsche. Licensed under the MIT License.
4
4
* See LICENSE file in the project root for full license information.
5
5
*
6
6
* Help wanted.
10
10
* IDEAS:
11
11
* For your favorite games, you can record macros to quickly execute common sequences of commands.
12
12
*
13
- * ----- Map WASD to ESDF -----
14
- * ROW 1: QWERT => QWWRT
15
- * [Q]>[Q ]
16
- * [W]>[Q]
13
+ * ----- WASD to ESDF -----
14
+ * ROW 1: QWERT => TQWER
15
+ [Q]>[T ]
16
+ [W]>[Q]
17
17
[E]>[W]
18
- * [R]>[E]
19
- * [T]>[R]
18
+ [R]>[E]
19
+ [T]>[R]
20
20
21
- * ROW 2: ASDFG => AASDG
22
- * [A]>[A ]
21
+ * ROW 2: ASDFG => GASDF
22
+ [A]>[G ]
23
23
[S]>[A]
24
24
[D]>[S]
25
25
[F]>[D]
26
- * [G]>[F]
26
+ [G]>[F]
27
27
28
28
* ----- Swap SPACE and BACKSPACE -----
29
29
* Many games use SPACE for movements such as JUMP...
You can’t perform that action at this time.
0 commit comments