Bug in key event handling of kcompletionbox

Simon Hausmann hausmann at kde.org
Fri Oct 11 08:52:46 BST 2002


On Fri, Oct 11, 2002 at 12:04:26AM -0700, Ellis Whitehead wrote:
> Hi Arni,
> 
> AltGr isn't the only thing that doesn't work.  None of the global shortcuts work
> either.  I asked a Troll about this, and he said that it's an X11 limitation
> related to grabbing the keyboard.  I don't know why they have to grab the
> keyboard for the drop-down box, though...

It's not an X11 limitation, it's because XkbSetPerClientControls
isn't called. qapplication_x11.cpp makes sure to do so. Are you sure
you don't have QT_NO_XKB defined when compiling Qt?

Simon




More information about the kde-core-devel mailing list