Skip to content

Commit

Permalink
Add Colemak-DH Wide cheatsheet, fix Colemak-DH cheatsheet (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZharMeny committed Aug 9, 2024
1 parent 1cf7234 commit 0611eba
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 8 deletions.
6 changes: 4 additions & 2 deletions KEYBINDING_COLEMAK.org
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down
62 changes: 56 additions & 6 deletions meow-cheatsheet-layout.el
Original file line number Diff line number Diff line change
Expand Up @@ -324,17 +324,67 @@
(<AC09> "i" "I")
(<AC10> "o" "O")
(<AC11> "'" "\"")
(<AB01> "z" "Z")
(<AB02> "x" "X")
(<AB03> "c" "C")
(<AB04> "d" "D")
(<AB05> "v" "V")
(<AB01> "x" "X")
(<AB02> "c" "C")
(<AB03> "d" "D")
(<AB04> "v" "V")
(<AB05> "z" "Z")
(<AB06> "k" "K")
(<AB07> "h" "H")
(<AB08> "," "<")
(<AB09> "." ">")
(<AB10> "/" "?")
(<LSGT> "-" "_")))
(<LSGT> "z" "Z")))

(defconst meow-cheatsheet-layout-colemak-dh-wide
'((<TLDE> "`" "~")
(<AE01> "1" "!")
(<AE02> "2" "@")
(<AE03> "3" "#")
(<AE04> "4" "$")
(<AE05> "5" "%")
(<AE06> "6" "^")
(<AE07> "=" "+")
(<AE08> "7" "&")
(<AE09> "8" "*")
(<AE10> "9" "(")
(<AE11> "0" ")")
(<AE12> "-" "_")
(<AD01> "q" "Q")
(<AD02> "w" "W")
(<AD03> "f" "F")
(<AD04> "p" "P")
(<AD05> "b" "B")
(<AD06> "[" "{")
(<AD07> "j" "J")
(<AD08> "l" "L")
(<AD09> "u" "U")
(<AD10> "y" "Y")
(<AD11> ";" ":")
(<AD12> "'" "\"")
(<BKSL> "\\" "|")
(<AC01> "a" "A")
(<AC02> "r" "R")
(<AC03> "s" "S")
(<AC04> "t" "T")
(<AC05> "g" "G")
(<AC06> "]" "}")
(<AC07> "m" "M")
(<AC08> "n" "N")
(<AC09> "e" "E")
(<AC10> "i" "I")
(<AC11> "o" "O")
(<AB01> "x" "X")
(<AB02> "c" "C")
(<AB03> "d" "D")
(<AB04> "v" "V")
(<AB05> "z" "Z")
(<AB06> "/" "?")
(<AB07> "k" "K")
(<AB08> "h" "H")
(<AB09> "," "<")
(<AB10> "." ">")
(<LSGT> "z" "Z")))

(defconst meow-cheatsheet-layout-dvp
'((<TLDE> "$" "~")
Expand Down

0 comments on commit 0611eba

Please sign in to comment.