diff options
Diffstat (limited to 'mms-keyboard.org')
-rw-r--r-- | mms-keyboard.org | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mms-keyboard.org b/mms-keyboard.org index 8fe4a2f..7b61700 100644 --- a/mms-keyboard.org +++ b/mms-keyboard.org @@ -136,3 +136,15 @@ I'll move them to dedicated sections when I reach them. #+END_SRC + + +* Xah Lee Flykeys + +#+begin_src emacs-lisp + (use-package xah-fly-keys + :config + (xah-fly-keys-set-layout "qwerty") +(xah-fly-keys 1)) + + +#+end_src |