8000 Modularized keysym defintionions, and added some auxiliary methods. · python-xlib/python-xlib@e681dde · GitHub
[go: up one dir, main page]

Skip to content

Commit e681dde

Browse files
committed
Modularized keysym defintionions, and added some auxiliary methods.
1 parent a2d3e8f commit e681dde

23 files changed

+1498
-1319
lines changed

Xlib/ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Fri Jan 19 17:49:45 2001 Peter Liljenberg <petli@cendio.se>
2+
3+
* XK.py: Moved all keysyms into separate modules, based on their
4+
category. By default only the miscellany and latin1 keysyms are
5+
loaded, and other have to be loaded by importing the
6+
Xlib.keysymdef.<category> module, or calling
7+
load_keysym_group('category').
8+
9+
* display.py (Display.lookup_string):
10+
(Display.rebind_string):
11+
12+
Functions to translate keysyms to strings, and binding keysyms to
13+
new strings.
14+
15+
116
2001-01-16 <petli@cendio.se>
217

318
* xobject/drawable.py (Window.send_event):

0 commit comments

Comments
 (0)
0