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

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

[nongnu] elpa/xah-fly-keys 9642a2c327 2/2: Merge pull request #163 from


From: ELPA Syncer
Subject: [nongnu] elpa/xah-fly-keys 9642a2c327 2/2: Merge pull request #163 from emiltoacs/worman-layout-mapping-to-dvorak
Date: Fri, 24 Nov 2023 16:00:38 -0500 (EST)

branch: elpa/xah-fly-keys
commit 9642a2c327b60ca5e1df2f81d3d2bcb9e4cc025a
Merge: 68335b2a90 e8829bbb13
Author: Xah Lee <xah@xahlee.org>
Commit: GitHub <noreply@github.com>

    Merge pull request #163 from emiltoacs/worman-layout-mapping-to-dvorak
    
    Add missing character mapping for workman<>dvorak
---
 xah-fly-keys.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index 25a3267177..9ced9d68c6 100644
--- a/xah-fly-keys.el
+++ b/xah-fly-keys.el
@@ -2939,7 +2939,7 @@ When a char is not in this alist, they are assumed to be 
the same. ")
 
 (push '("qwertz" . (("." . "e") ("," . "w") ("'" . "q") (";" . "y") ("/" . 
"ü") ("[" . "ß") ("]" . "´") ("=" . "+") ("-" . "ä") ("b" . "n") ("c" . "i") 
("d" . "h") ("e" . "d") ("f" . "z") ("g" . "u") ("h" . "j") ("i" . "g") ("j" . 
"c") ("k" . "v") ("l" . "p") ("n" . "l") ("o" . "s") ("p" . "r") ("q" . "x") 
("r" . "o") ("s" . "ö") ("t" . "k") ("u" . "f") ("v" . ".") ("w" . ",") ("x" . 
"b") ("y" . "t") ("z" . "-"))) xah-fly-layouts)
 
-(push '("workman" . (("'" . "q") ("," . "d") ("." . "r") ("p" . "w") ("y" . 
"b") ("f" . "j") ("g" . "f") ("c" . "u") ("r" . "p") ("l" . ";") ("o" . "s") 
("e" . "h") ("u" . "t") ("i" . "g") ("d" . "y") ("h" . "n") ("t" . "e") ("n" . 
"o") ("s" . "i") (";" . "z") ("q" . "x") ("j" . "m") ("k" . "c") ("x" . "v") 
("b" . "k") ("m" . "l") ("w" . ",") ("v" . ".") ("z" . "/"))) xah-fly-layouts)
+(push '("workman" . (("[" . "-") ("]" . "=") ("'" . "q") ("," . "d") ("." . 
"r") ("p" . "w") ("y" . "b") ("f" . "j") ("g" . "f") ("c" . "u") ("r" . "p") 
("l" . ";") ("/" . "[") ("=" . "]") ("o" . "s") ("e" . "h") ("u" . "t") ("i" . 
"g") ("d" . "y") ("h" . "n") ("t" . "e") ("n" . "o") ("s" . "i") ("-" . "'") 
(";" . "z") ("q" . "x") ("j" . "m") ("k" . "c") ("x" . "v") ("b" . "k") ("m" . 
"l") ("w" . ",") ("v" . ".") ("z" . "/"))) xah-fly-layouts)
 
 (push '("norman" . (("'" . "q") ("," . "w") ("." . "d") ("p" . "f") ("y" . 
"k") ("f" . "j") ("g" . "u") ("c" . "r") ("r" . "l") ("l" . ";") ("o" . "s") 
("u" . "t") ("i" . "g") ("d" . "y") ("h" . "n") ("t" . "i") ("n" . "o") ("s" . 
"h") (";" . "z") ("q" . "x") ("j" . "c") ("k" . "v") ("x" . "b") ("b" . "p") 
("w" . ",") ("v" . ".") ("z" . "/"))) xah-fly-layouts)
 



reply via email to

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