diff --git a/KEYBINDING_COLEMAK.org b/KEYBINDING_COLEMAK.org index ca8bc52..ceb1d3a 100644 --- a/KEYBINDING_COLEMAK.org +++ b/KEYBINDING_COLEMAK.org @@ -5,8 +5,10 @@ Add it to your configuration and call it before ~(meow-global-mode 1)~. [[file:https://user-images.githubusercontent.com/11796018/144638219-3d924dc2-798b-4440-8f82-0897094290c8.png]] -*NOTE:* Use ~meow-cheatsheet-layout-colemak-dh~ instead of -~meow-cheatsheet-layout-colemak~ if you are using [[https://colemakmods.github.io/mod-dh/][Colemak-DH]]. +*NOTE:* Use ~meow-cheatsheet-layout-colemak-dh~ or +~meow-cheatsheet-layout-colemak-dh-wide~ instead of +~meow-cheatsheet-layout-colemak~ if you are using [[https://colemakmods.github.io/mod-dh/][Colemak-DH]] or +[[https://colemakmods.github.io/ergonomic-mods/wide.html][Colemak-DH Wide]] respectively. #+begin_src emacs-lisp (defun meow-setup () diff --git a/meow-cheatsheet-layout.el b/meow-cheatsheet-layout.el index 0bfb943..d821b69 100644 --- a/meow-cheatsheet-layout.el +++ b/meow-cheatsheet-layout.el @@ -324,17 +324,67 @@ ( "i" "I") ( "o" "O") ( "'" "\"") - ( "z" "Z") - ( "x" "X") - ( "c" "C") - ( "d" "D") - ( "v" "V") + ( "x" "X") + ( "c" "C") + ( "d" "D") + ( "v" "V") + ( "z" "Z") ( "k" "K") ( "h" "H") ( "," "<") ( "." ">") ( "/" "?") - ( "-" "_"))) + ( "z" "Z"))) + +(defconst meow-cheatsheet-layout-colemak-dh-wide + '(( "`" "~") + ( "1" "!") + ( "2" "@") + ( "3" "#") + ( "4" "$") + ( "5" "%") + ( "6" "^") + ( "=" "+") + ( "7" "&") + ( "8" "*") + ( "9" "(") + ( "0" ")") + ( "-" "_") + ( "q" "Q") + ( "w" "W") + ( "f" "F") + ( "p" "P") + ( "b" "B") + ( "[" "{") + ( "j" "J") + ( "l" "L") + ( "u" "U") + ( "y" "Y") + ( ";" ":") + ( "'" "\"") + ( "\\" "|") + ( "a" "A") + ( "r" "R") + ( "s" "S") + ( "t" "T") + ( "g" "G") + ( "]" "}") + ( "m" "M") + ( "n" "N") + ( "e" "E") + ( "i" "I") + ( "o" "O") + ( "x" "X") + ( "c" "C") + ( "d" "D") + ( "v" "V") + ( "z" "Z") + ( "/" "?") + ( "k" "K") + ( "h" "H") + ( "," "<") + ( "." ">") + ( "z" "Z"))) (defconst meow-cheatsheet-layout-dvp '(( "$" "~")