summaryrefslogtreecommitdiff
path: root/gtk/compose-parse.py
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-03-09 00:54:08 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-03-09 00:54:08 -0500
commit0fca5a3ccacb6499174f64fcd823d221a513f875 (patch)
tree8dc202eab3dd7d686437ddd6ee0fc6a06e89bdd4 /gtk/compose-parse.py
parent6ab9b851591123ca2b39e175b82c015368ae19d6 (diff)
downloadgtk+-0fca5a3ccacb6499174f64fcd823d221a513f875.tar.gz
Add some keysyms missing from keysyms.txt
Diffstat (limited to 'gtk/compose-parse.py')
-rwxr-xr-xgtk/compose-parse.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/gtk/compose-parse.py b/gtk/compose-parse.py
index 2aa13569b9..4324868600 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):