forked from AuroraMiddleware/gtk
Add some keysyms missing from keysyms.txt
This commit is contained in:
parent
94e80bbbed
commit
d50cd83fd0
@ -363,6 +363,17 @@ def process_keysymstxt():
|
|||||||
""" Allows to import Multi_key sequences """
|
""" Allows to import Multi_key sequences """
|
||||||
keysymdb['Multi_key'] = 0xff20
|
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
|
return keysymdb
|
||||||
|
|
||||||
def keysymvalue(keysym, file = "n/a", linenum = 0):
|
def keysymvalue(keysym, file = "n/a", linenum = 0):
|
||||||
|
Loading…
Reference in New Issue
Block a user