From 57404c497927c8cb8dbb6af80cfd6a20168ce2d9 Mon Sep 17 00:00:00 2001 From: Jimmy Axenhus Date: Wed, 1 Oct 2025 21:44:54 +0200 Subject: Update layouts with new ones. --- README | 4 +++- active/a_qwerty.txt | 19 +++++++++++++++++++ active/b_qwerty.txt | 21 +++++++++++++++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100755 active/a_qwerty.txt create mode 100755 active/b_qwerty.txt diff --git a/README b/README index fae63da..ff523c7 100644 --- a/README +++ b/README @@ -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] -- cgit v1.2.3