[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" "`" "+" ""
- [elpa] 254/287: Add test for begining and ending of line, (continued)
- [elpa] 254/287: Add test for begining and ending of line, Matthew Fidler, 2014/07/02
- [elpa] 264/287: fix a typo, Matthew Fidler, 2014/07/02
- [elpa] 268/287: Run all ergoemacs- tests, Matthew Fidler, 2014/07/02
- [elpa] 265/287: More Robust ergoemacs-end-of-line-or-what (passes noninteractive test), Matthew Fidler, 2014/07/02
- [elpa] 269/287: Add autoload cookie to ergoemacs-test-layout, Matthew Fidler, 2014/07/02
- [elpa] 266/287: Make apps-copy test use C-a, Matthew Fidler, 2014/07/02
- [elpa] 267/287: Move ergoemacs-hook-functions to prevent warnings, Matthew Fidler, 2014/07/02
- [elpa] 263/287: Remove condition-case handler, Matthew Fidler, 2014/07/02
- [elpa] 261/287: Make sure to include the ending new-line when copying an empty line, Matthew Fidler, 2014/07/02
- [elpa] 273/287: Slight bug fix for beginning-of-line-or-what, Matthew Fidler, 2014/07/02
- [elpa] 274/287: add eo and eo-displaced,
Matthew Fidler <=
- [elpa] 262/287: Make paste is calling pre/post commands, Matthew Fidler, 2014/07/02
- [elpa] 270/287: Make test string smaller/easier to debug for apps-copy, Matthew Fidler, 2014/07/02
- [elpa] 276/287: Fix Issue #258, Matthew Fidler, 2014/07/02
- [elpa] 278/287: Fix Issue #256, Matthew Fidler, 2014/07/02
- [elpa] 279/287: Merge branch 'master' of github.com:ergoemacs/ergoemacs-mode, Matthew Fidler, 2014/07/02
- [elpa] 280/287: Merge pull request #255 from akfoss/master, Matthew Fidler, 2014/07/02
- [elpa] 146/287: dolist instaed of mapc, Matthew Fidler, 2014/07/02
- [elpa] 281/287: Make Alt+; the ergoemacs-reduction M-x, Matthew Fidler, 2014/07/02
- [elpa] 165/287: Removed ergoemacs-minibuffer-setup, different quote for emulation-mode-map-alists, Matthew Fidler, 2014/07/02
- [elpa] 271/287: Merge pull request #254 from akfoss/master, Matthew Fidler, 2014/07/02