[gtk+] Add some keysyms missing from keysyms.txt



commit 0fca5a3ccacb6499174f64fcd823d221a513f875
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Mar 9 00:54:08 2010 -0500

    Add some keysyms missing from keysyms.txt

 gtk/compose-parse.py |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/gtk/compose-parse.py b/gtk/compose-parse.py
index 2aa1356..4324868 100755
--- a/gtk/compose-parse.py
+++ b/gtk/compose-parse.py
@@ -363,6 +363,17 @@ def process_keysymstxt():
 	""" Allows to import Multi_key sequences """
 	keysymdb['Multi_key'] = 0xff20
 
+        keysymdb['zerosubscript'] = 0x2080
+        keysymdb['onesubscript'] = 0x2081
+        keysymdb['twosubscript'] = 0x2082
+        keysymdb['threesubscript'] = 0x2083
+        keysymdb['foursubscript'] = 0x2084
+        keysymdb['fivesubscript'] = 0x2085
+        keysymdb['sixsubscript'] = 0x2086
+        keysymdb['sevensubscript'] = 0x2087
+        keysymdb['eightsubscript'] = 0x2088
+        keysymdb['ninesubscript'] = 0x2089
+
 	return keysymdb
 
 def keysymvalue(keysym, file = "n/a", linenum = 0):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]