We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333fbcb commit a736986Copy full SHA for a736986
1 file changed
Xlib/XK.py
@@ -24,6 +24,7 @@
24
# definition modules in the Xlib/keysymdef directory.
25
26
from Xlib.X import NoSymbol
27
+from Xlib.keysymdef.miscellany import XK_BackSpace, XK_Clear, XK_Delete, XK_Escape, XK_Pause, XK_Return, XK_Scroll_Lock, XK_Tab
28
29
def string_to_keysym(keysym):
30
'''Return the (16 bit) numeric code of keysym.
0 commit comments