]> Pileus Git - ~andy/gtk/blobdiff - gtk/compose-parse.py
Add some keysyms missing from keysyms.txt
[~andy/gtk] / gtk / compose-parse.py
index 2aa13569b97be3c38e04b4033209cc3fdbc4f822..4324868600a338e12f916da4ef01a57e99b25908 100755 (executable)
@@ -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):