Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2:Update
qt3-devel-doc
0056-khotkeys_input_84434.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0056-khotkeys_input_84434.patch of Package qt3-devel-doc
qt-bugs@ issue : 58251 bugs.kde.org number : 84434 applied: no author: Lubos Lunak <l.lunak@kde.org> Fixes keyboard input action in KHotKeys (see bug #84434). ================================================================================ --- src/kernel/qapplication_x11.cpp +++ src/kernel/qapplication_x11.cpp @@ -5401,8 +5401,10 @@ qt_auto_repeat_data *d = (qt_auto_repeat_data *) arg; if (d->error || event->xkey.window != d->window || - event->xkey.keycode != d->keycode) + event->xkey.keycode != d->keycode) { + d->error = TRUE; return FALSE; + } if (event->type == XKeyPress) { d->error = (! d->release || event->xkey.time - d->timestamp > 10);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor