diff options
-rwxr-xr-x | g_qwerty.txt | 28 | ||||
-rwxr-xr-x | h_qwerty.txt | 17 | ||||
-rwxr-xr-x | m_qwerty.txt | 23 | ||||
-rwxr-xr-x | w_qwerty.txt | 12 |
4 files changed, 80 insertions, 0 deletions
diff --git a/g_qwerty.txt b/g_qwerty.txt new file mode 100755 index 0000000..5b0f4ac --- /dev/null +++ b/g_qwerty.txt @@ -0,0 +1,28 @@ +[tab]>[caps]
+[caps]>[tab]
+[prtscr]>[mute]
+[mute]>[prtscr] +[scroll]>[vol-] +[vol-]>[scroll] +[pause]>[vol+] +[vol+]>[pause] + + +[e]>[w] +[f]>[d] +[d]>[s] +[s]>[a] + +[r]>[e] +[g]>[f] +[v]>[c] +[w]>[q] +[s]>[a] +[c]>[x] +[x]>[z] + + +[i]>[up] +[j]>[left] +[k]>[down] +[l]>[right] diff --git a/h_qwerty.txt b/h_qwerty.txt new file mode 100755 index 0000000..a0ae40a --- /dev/null +++ b/h_qwerty.txt @@ -0,0 +1,17 @@ +[tab]>[caps] +[caps]>[tab] + +[prtscr]>[mute] +[mute]>[prtscr] +[scroll]>[vol-] +[vol-]>[scroll] +[pause]>[vol+] +[vol+]>[pause] + +[rctrl]>[rwin] + +[up]>[down] +[down]>[up] + +*{end}>{-kp-lctrl}{-kp-alt}{delete}{+kp-alt}{+kp-lctrl} +{end}>{-kp-lctrl}{-lalt}{delete}{+lalt}{+kp-lctrl} diff --git a/m_qwerty.txt b/m_qwerty.txt new file mode 100755 index 0000000..723e665 --- /dev/null +++ b/m_qwerty.txt @@ -0,0 +1,23 @@ +[tab]>[caps] +[caps]>[tab]
+ +[prtscr]>[mute] +[mute]>[prtscr] +[scroll]>[vol-] +[vol-]>[scroll] +[pause]>[vol+] +[vol+]>[pause] + +[lctrl]>[rwin] +[rwin]>[lalt] + +[home]>[obrack] +[end]>['] + +[up]>[down] +[down]>[up] + +[kp-rctrl]>[rwin] +[kp-rwin]>[kp-ralt] +
+[kp=]>[kp=mac] diff --git a/w_qwerty.txt b/w_qwerty.txt new file mode 100755 index 0000000..687d636 --- /dev/null +++ b/w_qwerty.txt @@ -0,0 +1,12 @@ +[tab]>[caps] +[caps]>[tab]
+ +[prtscr]>[mute] +[mute]>[prtscr] +[scroll]>[vol-] +[vol-]>[scroll] +[pause]>[vol+] +[vol+]>[pause] + +[up]>[down] +[down]>[up]
\ No newline at end of file |