Skip to content

Commit 58f0858

Browse files
authored
Ensure T and G keys remain useful.
1 parent ad97cf8 commit 58f0858

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

games/g_qwerty.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
* ===== WASD Game Remapping =====
22
*
3-
* Copyright 2016 by Greg Dietsche. Licensed under the MIT License.
3+
* Copyright 2016, 2022 by Greg Dietsche. Licensed under the MIT License.
44
* See LICENSE file in the project root for full license information.
55
*
66
* Help wanted.
@@ -10,20 +10,20 @@
1010
* IDEAS:
1111
* For your favorite games, you can record macros to quickly execute common sequences of commands.
1212
*
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]
1717
[E]>[W]
18-
*[R]>[E]
19-
*[T]>[R]
18+
[R]>[E]
19+
[T]>[R]
2020

21-
* ROW 2: ASDFG => AASDG
22-
*[A]>[A]
21+
* ROW 2: ASDFG => GASDF
22+
[A]>[G]
2323
[S]>[A]
2424
[D]>[S]
2525
[F]>[D]
26-
*[G]>[F]
26+
[G]>[F]
2727

2828
* ----- Swap SPACE and BACKSPACE -----
2929
* Many games use SPACE for movements such as JUMP...

0 commit comments

Comments
 (0)