summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-06-19 23:25:21 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2013-06-19 23:25:21 +0200
commit51dd30685248c5fab654d6aa05db828c9a0f96bc (patch)
treece14e1d8403326f1054a48cf1f0824966859af7a
parent81e4f92852b5fbbdeb96a18ab428c1560af59ebd (diff)
downloadbin-51dd30685248c5fab654d6aa05db828c9a0f96bc.zip
bin-51dd30685248c5fab654d6aa05db828c9a0f96bc.tar.gz
update xkb patch to replace nobreakaple space by Escape
-rw-r--r--xkb-jeyzu.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/xkb-jeyzu.patch b/xkb-jeyzu.patch
index 88c4149..82b7ddf 100644
--- a/xkb-jeyzu.patch
+++ b/xkb-jeyzu.patch
@@ -64,7 +64,7 @@ diff -Naur /usr/share/X11/xkb/rules/evdev xkb/rules/evdev
diff -Naur /usr/share/X11/xkb/symbols/jp xkb/symbols/jp
--- /usr/share/X11/xkb/symbols/jp 2013-01-30 21:32:11.000000000 +0100
+++ xkb/symbols/jp 2013-02-01 22:20:47.363244422 +0100
-@@ -319,3 +319,14 @@
+@@ -319,3 +319,15 @@
xkb_symbols "sun_type7" {
include "sun_vndr/jp(sun_type7)"
};
@@ -78,4 +78,5 @@ diff -Naur /usr/share/X11/xkb/symbols/jp xkb/symbols/jp
+ key <AE03> { type[group1] = "FOUR_LEVEL_SEMIALPHABETIC", [ greater, 3, guillemotright, rightdoublequotemark ] }; // < 3 » ”
+ key <AE06> { type[group1] = "FOUR_LEVEL_SEMIALPHABETIC", [ equal, 6, notequal ] }; // = 6 ^
+ key <AE11> { [ at, degree, asciicircum, minutes ] }; // @ ° ^ ′
++ key <SPCE> { [ space, Escape, underscore, U202F ] }; // ␣ escape _ (espace insécable fin)
+};