diff options
author | Jimmy Axenhus <git att axenhus doot com> | 2025-10-01 21:44:54 +0200 |
---|---|---|
committer | Jimmy Axenhus <git att axenhus doot com> | 2025-10-01 21:44:54 +0200 |
commit | 57404c497927c8cb8dbb6af80cfd6a20168ce2d9 (patch) | |
tree | 35a8f98b827614ed7f0cd4c886af271d81653684 | |
parent | a19887b4ffd638c083b0948277c3310f3c2cdeac (diff) | |
download | kinesis-advantage2-config-master.tar.bz2 kinesis-advantage2-config-master.tar.zst kinesis-advantage2-config-master.zip |
-rw-r--r-- | README | 4 | ||||
-rwxr-xr-x | active/a_qwerty.txt | 19 | ||||
-rwxr-xr-x | active/b_qwerty.txt | 21 |
3 files changed, 43 insertions, 1 deletions
@@ -7,7 +7,9 @@ active/ and follows the naming standard used by the keyboard. I currently have the following layouts: - g: Gaming layout for use with Windows. + a: Age of Empires II layout. + b: Age of Mythology Retold layout. + g: General gaming layout for use with Windows. h: Work layout based on the Windows layout, but with a shortcut for Ctrl+Alt+Delete. m: Layout for use with macOS. diff --git a/active/a_qwerty.txt b/active/a_qwerty.txt new file mode 100755 index 0000000..2070c76 --- /dev/null +++ b/active/a_qwerty.txt @@ -0,0 +1,19 @@ +[tab]>[caps]
+[caps]>[tab]
+
+[prtscr]>[mute]
+[mute]>[prtscr]
+[scroll]>[vol-]
+[vol-]>[scroll]
+[pause]>[vol+]
+[vol+]>[pause]
+
+[e]>[up]
+[s]>[left]
+[d]>[down]
+[f]>[right]
+
+[i]>[up]
+[j]>[left]
+[k]>[down]
+[l]>[right]
diff --git a/active/b_qwerty.txt b/active/b_qwerty.txt new file mode 100755 index 0000000..cb17e38 --- /dev/null +++ b/active/b_qwerty.txt @@ -0,0 +1,21 @@ +[tab]>[caps]
+[caps]>[tab]
+
+[prtscr]>[mute]
+[mute]>[prtscr]
+[scroll]>[vol-]
+[vol-]>[scroll]
+[pause]>[vol+]
+[vol+]>[pause]
+
+[e]>[up]
+[s]>[left]
+[d]>[down]
+[f]>[right]
+
+[i]>[up]
+[j]>[left]
+[k]>[down]
+[l]>[right]
+
+[bspace]>[space]
|