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

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

[elpa] 274/287: add eo and eo-displaced


From: Matthew Fidler
Subject: [elpa] 274/287: add eo and eo-displaced
Date: Wed, 02 Jul 2014 14:46:37 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit d2c035f188d14444074e0b04ee2ef7577e354a21
Author: akfoss <address@hidden>
Date:   Tue Jul 1 22:49:27 2014 +0430

    add eo and eo-displaced
    
    add support for Esperanto
---
 ergoemacs-layouts.el |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/ergoemacs-layouts.el b/ergoemacs-layouts.el
index fd29163..764985b 100644
--- a/ergoemacs-layouts.el
+++ b/ergoemacs-layouts.el
@@ -117,6 +117,30 @@
     "" ""  ":" "Q" "J" "K" "X" "B" "M" "W" "V" "Z" "" "" "")
   "US Dvorak layout.  URL 
`http://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard'.")
 
+(defvar ergoemacs-layout-eo
+  '("" "`" "1" "2" "3" "4" "5" "6" "7" "8" "9" "0" "-" "=" ""
+    "" ""  "ŝ" "ĝ" "e" "r" "t" "ŭ" "u" "i" "o" "p" "ĵ" "ĥ" "\\"
+    "" ""  "a" "s" "d" "f" "g" "h" "j" "k" "l" ";" "'" "" ""
+    "" ""  "z" "ĉ" "c" "v" "b" "n" "m" "," "." "/" "" "" ""
+    ;; Shifted
+    "" "~" "!" "@" "#" "$" "%" "^" "&" "*" "(" ")" "_" "+"  ""
+    "" ""  "Ŝ" "Ĝ" "E" "R" "T" "Ŭ" "U" "I" "O" "P" "Ĵ" "Ĥ" "|"
+    "" ""  "A" "S" "D" "F" "G" "H" "J" "K" "L" ":" """ "" ""
+    """ ""  "Z"" "Ĉ" "C" "V" "B" "N" "M" "<" ">" "?" "" "" "")
+  "Esperanto layout.")
+
+(defvar ergoemacs-layout-eo-diplaced
+  '("" "`" "1" "2" "3" "4" "5" "6" "7" "8" "9" "0" "-" "=" ""
+    "" ""  "ŝ" "ĵ" "e" "r" "t" "ĝ" "u" "i" "o" "p" "[" "]" "\\"
+    "" ""  "a" "s" "d" "f" "g" "h" "j" "k" "l" "ŭ" "ĥ" "" ""
+    "" ""  "z" "ĉ" "c" "v" "b" "n" "m" "," "." "/" "" "" ""
+    ;; Shifted
+    "" "~" "!" """ "#" "$" "%" "'" "&" "*" "(" ")" "_" "+"  ""
+    "" ""  "Ŝ" "Ĵ" "E" "R" "T" "Ĝ" "U" "I" "O" "P" "{" "}" "|"
+    "" ""  "A" "S" "D" "F" "G" "H" "J" "K" "L" "Ŭ" "Ĥ" "" ""
+    """ ""  "Z"" "Ĉ" "C" "V" "B" "N" "M" ";" ":" "?" "" "" "")
+  "Esperanto (displaced semicolon and quote, obsolete) layout.")
+
 (defvar ergoemacs-layout-es
   '("" "°" "1" "2" "3" "4" "5" "6" "7" "8" "9" "0" "'" "¡" ""
     "" ""  "q" "w" "e" "r" "t" "y" "u" "i" "o" "p" "`" "+" ""



reply via email to

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