mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
fixup after last commit
This commit is contained in:
parent
a017a98f9f
commit
1685cda436
1 changed files with 0 additions and 4 deletions
|
@ -107,11 +107,7 @@ bool KGlobalAccelImpl::grabKey( int keyQt, bool grab )
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_XKB
|
|
||||||
keyCodeX = XkbKeycodeToKeysym( QX11Info::display(), keySymX, 0, 0 );
|
|
||||||
#else
|
|
||||||
keyCodeX = XKeysymToKeycode( QX11Info::display(), keySymX );
|
keyCodeX = XKeysymToKeycode( QX11Info::display(), keySymX );
|
||||||
#endif
|
|
||||||
|
|
||||||
// Check if shift needs to be added to the grab since KKeySequenceWidget
|
// Check if shift needs to be added to the grab since KKeySequenceWidget
|
||||||
// can remove shift for some keys. (all the %&* and such)
|
// can remove shift for some keys. (all the %&* and such)
|
||||||
|
|
Loading…
Add table
Reference in a new issue