ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

Belgian azerty version #380

Closed tnielens closed 8 years ago

tnielens commented 8 years ago

The belgian version of the azerty keyboard is not supported yet. Here is the layout :

(defvar ergoemacs-layout-be
  '("" "²" "&" "é" "\"" "'" "(" "§" "è" "!" "ç" "à" ")" "-" ""
    "" ""  "a" "z" "e" "r" "t" "y" "u" "i" "o" "p" "^" "$" ""
    "" ""  "q" "s" "d" "f" "g" "h" "j" "k" "l" "m" "ù" "µ" ""
    "" "<"  "w" "x" "c" "v" "b" "n" "," ";" ":" "=" "" "" ""
    ;; Shifted
    "" "³" "1" "2" "3" "4" "5" "6" "7" "8" "9" "0" "°" "_" ""
    "" ""  "A" "Z" "E" "R" "T" "Y" "U" "I" "O" "P" "¨" "*" ""
    "" ""  "Q" "S" "D" "F" "G" "H" "J" "K" "L" "M" "%" "£" ""
    "" ">"  "W" "X" "C" "V" "B" "N" "?" "." "/" "+" "" "" ""))
mattfidler commented 8 years ago

I added the layout; From describe-ergoemacs-layout I get:

`ergoemacs-layout-be' is an `ergoemacs-mode' layout defined in `ergoemacs-layouts.el'.

Documentation:
Belgian AZERTY.

Layout:
[svg] [png]

ASCII Layout (Quail):

     +----------------------------------------------------------------+
      | & 1 | é 2 | " 3 | ' 4 | ( 5 | § 6 | è 7 | ! 8 | ç 9 | à 0 | ) ° | - _ | ² ³ |
     +----------------------------------------------------------------+
        | a A | z Z | e E | r R | t T | y Y | u U | i I | o O | p P | ^ ¨ | $ * |
       +-----------------------------------------------------------+
         | q Q | s S | d D | f F | g G | h H | j J | k K | l L | m M | ù % |
        +------------------------------------------------------+
           | w W | x X | c C | v V | b B | n N | , ? | ; . | : / | = + |
          +-------------------------------------------------+
            +-----------------------------+
            |          space bar          |
            +-----------------------------+

Thanks for the layout information.