GNOME Bugzilla – Bug 429255
Can't send numeric keysyms with keyCombo
Last modified: 2011-02-07 06:08:19 UTC
I'm trying to send numeric keysyms, such as GDK_0... GDK_9, as defined as _0 ... _9 in pygtk2. but comboString is split up to one character in keyCombo method and raising ValueError during validating it. so it always fails now.
Doh, sorry for false alarm. it seems to be just ignored by atspi.EventGenerator().generateKeyCombo() if I'm going to send _0 say with keyCombo. it looks ok if I give '0' instead of '_0' to generateKeyCombo(). I'm not sure if this is a bug in pyspi or dogtail. in other words, if pyspi should follows pygtk2's keysyms or dogtail should makes an exception to deal with them. Please feel free to reassign this to the proper component.
dogtail development has been stalled and it has been unmaintained for a few years now. Maintainers don't have future development plan so i am closing bugs as WONTFIX. Please feel free to reopen the bugs in future if anyone takes the responsibility for active development.