Add some keysyms missing from keysyms.txt

This commit is contained in:
Matthias Clasen 2010-03-09 00:54:08 -05:00 committed by Tristan Van Berkom
parent 94e80bbbed
commit d50cd83fd0

View File

@ -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):