After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 429255 - Can't send numeric keysyms with keyCombo
Can't send numeric keysyms with keyCombo
Status: RESOLVED WONTFIX
Product: dogtail
Classification: Deprecated
Component: Framework
0.6.1
Other Linux
: Normal normal
: ---
Assigned To: Dogtail Maintainers
Dogtail Maintainers
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2007-04-13 07:37 UTC by Akira TAGOH
Modified: 2011-02-07 06:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Akira TAGOH 2007-04-13 07:37:45 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.
Comment 1 Akira TAGOH 2007-04-13 07:57:13 UTC
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.
Comment 2 Fabio Durán Verdugo 2011-02-07 06:08:19 UTC
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.