[PATCH x11proto] Definition of dead greek symbol
Frédéric Boiteux
fboiteux at calistel.com
Wed Nov 30 04:47:42 PST 2011
Define a new dead greek symbol for use in Dvorak-like Bepo keyboard layout.
FreeDesktop Bug 21475 <https://bugs.freedesktop.org/show_bug.cgi?id=21475>
---
keysymdef.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/keysymdef.h b/keysymdef.h
index f96bc09..8d3ada2 100644
--- a/keysymdef.h
+++ b/keysymdef.h
@@ -428,6 +428,8 @@ SOFTWARE.
#define XK_dead_small_schwa 0xfe8a
#define XK_dead_capital_schwa 0xfe8b
+#define XK_dead_greek 0xfe8c
+
#define XK_First_Virtual_Screen 0xfed0
#define XK_Prev_Virtual_Screen 0xfed1
#define XK_Next_Virtual_Screen 0xfed2
--
1.7.2.5
Hello,
Following Jeremy Huddleston's suggestion in the bug report, I submit proposed patches for review. It's my first attempt using git to submit patches, sorry if I forgot something.
Fred.
More information about the xorg-devel
mailing list