Add flag for working with Meta-key
svn path=/trunk/kdebase/kcontrol/; revision=99403
This commit is contained in:
parent
e7a3ecfd82
commit
03d449b0b8
1 changed files with 1 additions and 4 deletions
|
@ -719,11 +719,8 @@ void Workspace::freeKeyboard(bool pass){
|
|||
QApplication::syncX();
|
||||
}
|
||||
|
||||
#if 0 // 4 mods
|
||||
#define XMODMASK ( ShiftMask | ControlMask | Mod1Mask | Mod4Mask )
|
||||
#else
|
||||
#define XMODMASK ( ShiftMask | ControlMask | Mod1Mask )
|
||||
#endif
|
||||
|
||||
/*!
|
||||
Handles alt-tab / control-tab
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue