emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/xah-fly-keys a74417c7d5 2/2: update README.md


From: ELPA Syncer
Subject: [nongnu] elpa/xah-fly-keys a74417c7d5 2/2: update README.md
Date: Wed, 21 Sep 2022 14:59:44 -0400 (EDT)

branch: elpa/xah-fly-keys
commit a74417c7d54889bb3325e1d69fd866493b8cdd2e
Author: Xah Lee <xah@xahlee.org>
Commit: Xah Lee <xah@xahlee.org>

    update README.md
---
 README.md | 42 +++++++++++-------------------------------
 1 file changed, 11 insertions(+), 31 deletions(-)

diff --git a/README.md b/README.md
index 4f9bc9cd53..0f3ec53340 100755
--- a/README.md
+++ b/README.md
@@ -26,35 +26,19 @@ create the dir if doesn't exist.
 put the following in your emacs init file:
 
 ```elisp
+
 (add-to-list 'load-path "~/.emacs.d/lisp/")
+
 (require 'xah-fly-keys)
-(xah-fly-keys-set-layout "qwerty") ; required
-```
 
-The following keyboard layouts are supported:
-
-* adnw
-* azerty
-* azerty-be
-* beopy
-* bepo
-* carpalx-qfmlwy
-* carpalx-qgmlwb
-* carpalx-qgmlwy
-* colemak
-* colemak-mod-dh
-* colemak-mod-dh-new
-* dvorak
-* koy
-* neo2
-* norman
-* programer-dvorak
-* pt-nativo
-* qwerty
-* qwerty-abnt
-* qwerty-no (qwerty Norwegian)
-* qwertz
-* workman
+;; specify a layout
+(xah-fly-keys-set-layout "qwerty")
+
+;; possible values
+;; adnw , azerty , azerty-be , beopy , bepo , carpalx-qfmlwy , carpalx-qgmlwb 
, carpalx-qgmlwy , colemak , colemak-dhm , colemak-dhm-angle , colemak-dhk , 
dvorak , koy , neo2 , norman , programer-dvorak , pt-nativo , qwerty , 
qwerty-abnt , qwerty-no (qwerty Norwegian) , qwertz , workman
+
+(xah-fly-keys 1)
+```
 
 Full Documentation
 -------------------
@@ -63,10 +47,6 @@ http://xahlee.info/emacs/misc/xah-fly-keys.html
 
 Been working on this since 2013, and since 2007 on ergoemacs-mode.
 
-Put in 5 bucks in my patreon.
-https://www.patreon.com/xahlee
-
-or https://paypal.com
-pay to xah@xahlee.org
+give me 5 bucks https://paypal.com pay to Xah@XahLee.org
 
 Thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]