# patch -p 1 -N -r - < % diff -Naur /usr/share/X11/xkb/geometry/typematrix xkb/geometry/typematrix --- /usr/share/X11/xkb/geometry/typematrix 2016-06-04 08:59:10.000000000 +0200 +++ xkb/geometry/typematrix 2016-06-15 08:58:08.874416583 +0200 @@ -731,3 +731,15 @@ }; }; }; // geometry tm2030USB-106 + +xkb_geometry "tm2030USB-jeyzu" { + include "typematrix(tm2030_shape)" + include "typematrix(tm2030_MiscDiod_102)" + include "typematrix(tm2030_MiscDiod_off)" + + description = "TypeMatrix EZ-Reach 2030 USB"; + + include "typematrix(tm2030USB_func)" + include "typematrix(tm2030USB_alpha)" + include "typematrix(tm2030USB_ctrl)" +}; // geometry tm2030USB-jeyzu diff -Naur /usr/share/X11/xkb/rules/base xkb/rules/base --- /usr/share/X11/xkb/rules/base.orig 2016-06-04 08:59:10.000000000 +0200 +++ /usr/share/X11/xkb/rules/base 2016-06-15 08:58:08.891083251 +0200 @@ -28,7 +28,7 @@ ! $pcgeometries = latitude // TypeMatrix geometries -! $tmgeometries = tm2020 tm2030PS2 tm2030USB tm2030USB-102 tm2030USB-106 +! $tmgeometries = tm2020 tm2030PS2 tm2030USB tm2030USB-jeyzu tm2030USB-102 tm2030USB-106 // Layouts that provide further specializations for the OLPC ! $olpclayouts = af am ara br ca es et fr it kh kz in mn np ru th tr us diff -Naur /usr/share/X11/xkb/rules/base.lst xkb/rules/base.lst --- /usr/share/X11/xkb/rules/base.lst.orig 2016-06-04 08:59:10.000000000 +0200 +++ /usr/share/X11/xkb/rules/base.lst 2016-06-15 08:58:08.897749918 +0200 @@ -147,6 +147,7 @@ tm2030USB TypeMatrix EZ-Reach 2030 USB tm2030USB-102 TypeMatrix EZ-Reach 2030 USB (102/105:EU mode) tm2030USB-106 TypeMatrix EZ-Reach 2030 USB (106:JP mode) + tm2030USB-jeyzu TypeMatrix EZ-Reach 2030 USB (jeyzu) yahoo Yahoo! Internet macbook78 MacBook/MacBook Pro macbook79 MacBook/MacBook Pro (intl.) @@ -545,6 +546,7 @@ OADG109A jp: Japanese (OADG 109A) mac jp: Japanese (Macintosh) dvorak jp: Japanese (Dvorak) + jeyzu jp: Japanese (Bepo) phonetic kg: Kyrgyz (phonetic) ruskaz kz: Russian (Kazakhstan, with Kazakh) kazrus kz: Kazakh (with Russian) diff -Naur /usr/share/X11/xkb/rules/evdev xkb/rules/evdev --- /usr/share/X11/xkb/rules/evdev.orig 2016-06-04 08:59:10.000000000 +0200 +++ /usr/share/X11/xkb/rules/evdev 2016-06-15 08:58:08.901083251 +0200 @@ -28,7 +28,7 @@ ! $pcgeometries = latitude // TypeMatrix geometries -! $tmgeometries = tm2020 tm2030PS2 tm2030USB tm2030USB-102 tm2030USB-106 +! $tmgeometries = tm2020 tm2030PS2 tm2030USB tm2030USB-jeyzu tm2030USB-102 tm2030USB-106 // Layouts that provide further specializations for the OLPC ! $olpclayouts = af am ara br ca es et fr it kh kz in mn np ru th tr us diff -Naur /usr/share/X11/xkb/symbols/jp xkb/symbols/jp --- /usr/share/X11/xkb/symbols/jp.orig 2016-06-04 08:59:10.000000000 +0200 +++ /usr/share/X11/xkb/symbols/jp 2016-06-15 08:58:08.904416585 +0200 @@ -321,3 +321,15 @@ xkb_symbols "sun_type7" { include "sun_vndr/jp(sun_type7)" }; + +partial alphanumeric_keys + xkb_symbols "jeyzu" { + include "fr(bepo)" + name[Group1]="French (Bepo, ergonomic, Dvorak way, jeyzu)"; + // First row + key { type[group1] = "FOUR_LEVEL_SEMIALPHABETIC", [ less, 2, guillemotleft, leftdoublequotemark ] }; // < 2 « “ + key { type[group1] = "FOUR_LEVEL_SEMIALPHABETIC", [ greater, 3, guillemotright, rightdoublequotemark ] }; // < 3 » ” + key { type[group1] = "FOUR_LEVEL_SEMIALPHABETIC", [ equal, 6, notequal ] }; // = 6 ^ + key { [ at, degree, asciicircum, minutes ] }; // @ ° ^ ′ + key { [ space, Escape, underscore, U202F ] }; // ␣ escape _ (espace insécable fin) +};