branch: elpa/xah-fly-keys
commit 5cb3a64c5d8b324e944305459a342b350a7959e9
Merge: 77e49262dc 9f4525462b
Author: Xah Lee <x...@xahlee.org>
Commit: GitHub <nore...@github.com>

    Merge pull request #169 from maxwestrom/master
    
    Add qwerty-se (Swedish) layout
---
 xah-fly-keys.el | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index 395edbd9af..219adff06f 100644
--- a/xah-fly-keys.el
+++ b/xah-fly-keys.el
@@ -131,6 +131,7 @@
 ;; qwerty
 ;; qwerty-abnt (Brazil)
 ;; qwerty-no (Norwegian)
+;; qwerty-se (Swedish)
 ;; qwertz
 ;; qwpr
 ;; russian
@@ -3184,6 +3185,19 @@ z x c v b n m , . -
 Q W E R T Y U I O P Å ^ *
 A S D F G H J K L Ø Æ
 Z X C V B N M < > _
+" xah-fly-layout-diagrams)
+
+  (puthash "qwerty-se" "
+§ ! \" # ¤ % & / ( ) = ? `
+| 1  2 3 4 5 6 7 8 9 0 + \\
+
+q w e r t y u i o p å ¨ '
+a s d f g h j k l ö ä
+z x c v b n m , . -
+
+Q W E R T Y U I O P Å ^ *
+A S D F G H J K L Ö Ä
+Z X C V B N M < > _
 " xah-fly-layout-diagrams)
 
   (puthash "qwertz" "

Reply via email to