KC_GRAVE
This commit is contained in:
parent
9c7d32c1a7
commit
341f8f5d67
1 changed files with 8 additions and 8 deletions
16
README.org
16
README.org
|
@ -32,7 +32,7 @@ Details of keyboard layout, layers, macros and general confusion can be found in
|
||||||
|
|
||||||
The =KC_LAPO= key is Left Alt when held and =(= when tapped, it can be used as =Meta=. The =KC_RAPC= key is Right Alt when held and =)= when tapped, it can be used for accents and non-ascii characters with the international macos input sources.
|
The =KC_LAPO= key is Left Alt when held and =(= when tapped, it can be used as =Meta=. The =KC_RAPC= key is Right Alt when held and =)= when tapped, it can be used for accents and non-ascii characters with the international macos input sources.
|
||||||
|
|
||||||
The =emacs= layer is activated with Left-thumb-outer (=L30=) and the =hypm= layer can be activated with Left-thumb-outer, right-thumb-outer (=R32=) and can be used to provide the =H-= prefix bindings defined in =.emacs= The =hyper= key seen by emacs is mapped to =KC_RGUI= rather than the =KC_HYPR= modifier combination (see also the “[[https://github.com/qmk/qmk_firmware/issues/2179][the infamous Apple Fn key]]” for compatibility)
|
The =emacs= layer is activated with Left-thumb-outer (=L30=) and the =hypm= layer can be activated with Left-thumb-outer, right-thumb-outer (=R32=) and can be used to provide the =H-= prefix bindings defined in =.emacs= The =hyper= key seen by emacs can be mapped to =KC_RGUI= rather than the =KC_HYPR= modifier combination (see also the “[[https://github.com/qmk/qmk_firmware/issues/2179][the infamous Apple Fn key]]” for compatibility)
|
||||||
|
|
||||||
*QMK Reset*
|
*QMK Reset*
|
||||||
- Left. =L20= & =L30=
|
- Left. =L20= & =L30=
|
||||||
|
@ -74,9 +74,9 @@ A complete keymap can be defined within =mugur-mugur= which will generate the re
|
||||||
(MO emacs) lapo (G space) ent rapc (TG numeric))
|
(MO emacs) lapo (G space) ent rapc (TG numeric))
|
||||||
|
|
||||||
("numeric"
|
("numeric"
|
||||||
~ ?\! ?\@ ?\# ?\$ ?\% ?\^ ?\& ?\* - = bspace
|
~ ?\! ?\@ ?\# ?\$ ?\% ?\^ ?\& ?\* - = bspace
|
||||||
0 1 2 3 4 5 6 7 8 9 0 (LT move ent)
|
0 1 2 3 4 5 6 7 8 9 0 (LT move ent)
|
||||||
S --- ?\< ?\{ ?\[ ?\( ?\) ?\] ?\} ?\> | (MO emacs)
|
S ` ?\< ?\{ ?\[ ?\( ?\) ?\] ?\} ?\> | (MO emacs)
|
||||||
(TG qmik) C-M --- --- S (TG numeric))
|
(TG qmik) C-M --- --- S (TG numeric))
|
||||||
|
|
||||||
("move"
|
("move"
|
||||||
|
@ -89,7 +89,7 @@ A complete keymap can be defined within =mugur-mugur= which will generate the re
|
||||||
esc --- --- (C-x 0) (C-x 2) (C-x 3) (C-x 4 t) --- --- --- --- ---
|
esc --- --- (C-x 0) (C-x 2) (C-x 3) (C-x 4 t) --- --- --- --- ---
|
||||||
--- --- M-% --- --- (M-x "gtd" ent) (C-x b) --- --- "λ" --- ---
|
--- --- M-% --- --- (M-x "gtd" ent) (C-x b) --- --- "λ" --- ---
|
||||||
reset --- M-x C-c --- ?\( ?\) (M-x "magit" ent) --- --- --- ---
|
reset --- M-x C-c --- ?\( ?\) (M-x "magit" ent) --- --- --- ---
|
||||||
--- --- (H-i e) (C-x 8) --- (MO hypm))
|
--- --- (H-i e) (C-x 8) --- (MO hypm))
|
||||||
|
|
||||||
("hypm"
|
("hypm"
|
||||||
--- --- --- --- --- --- --- --- H-i (H-i o) (H-i l) ---
|
--- --- --- --- --- --- --- --- H-i (H-i o) (H-i l) ---
|
||||||
|
@ -98,9 +98,9 @@ A complete keymap can be defined within =mugur-mugur= which will generate the re
|
||||||
--- --- --- --- --- --- )
|
--- --- --- --- --- --- )
|
||||||
|
|
||||||
("qmik"
|
("qmik"
|
||||||
--- rgb_tog rgb_mod --- --- --- --- --- --- --- --- reset
|
-x- rgb_tog rgb_mod -x- -x- -x- --- --- --- --- --- reset
|
||||||
rgb_sad rgb_vad rgb_hud --- --- --- --- --- --- --- --- ---
|
rgb_sad rgb_vad rgb_hud -x- -x- -x- --- --- --- --- --- ---
|
||||||
rgb_sai rgb_vai rgb_hui --- --- --- --- --- --- --- S ---
|
rgb_sai rgb_vai rgb_hui -x- -x- -x- --- --- --- --- S ---
|
||||||
--- --- --- --- --- --- )
|
--- --- --- --- --- --- )
|
||||||
)))
|
)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in a new issue