CT: handle Control-Tab at run time, not only at start time. This should
silence a few bug reports from Emacs users svn path=/trunk/kdebase/kwin/; revision=75146
This commit is contained in:
parent
e3c32ea0d4
commit
37ef0caae2
2 changed files with 1089 additions and 1041 deletions
2125
workspace.cpp
2125
workspace.cpp
File diff suppressed because it is too large
Load diff
|
@ -139,7 +139,10 @@ public:
|
|||
|
||||
QWidget* desktopWidget();
|
||||
|
||||
void grabKey(KeySym keysym, unsigned int mod);
|
||||
void grabKey(KeySym keysym, unsigned int mod);
|
||||
void ungrabKey(KeySym keysym, unsigned int mod);
|
||||
|
||||
void grabControlTab(bool grab);
|
||||
|
||||
Client* nextClient(Client*) const;
|
||||
Client* previousClient(Client*) const;
|
||||
|
|
Loading…
Reference in a new issue