'Traverse windows on all desktops' works only in KDE style Alt+Tab.
svn path=/trunk/kdebase/kwin/; revision=138440
This commit is contained in:
parent
34bbc5e457
commit
ec15126342
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ KFocusConfig::KFocusConfig (KConfig *_config, QWidget * parent, const char *name
|
|||
|
||||
traverseAll = new QCheckBox( i18n( "Traverse windows on all desktops" ), kbdBox );
|
||||
kLay->addMultiCellWidget( traverseAll, 2, 2, 0, 2 );
|
||||
connect( cdeMode, SIGNAL( toggled( bool )), traverseAll, SLOT( setDisabled( bool )));
|
||||
|
||||
wtstr = i18n( "Leave this option disabled if you want to limit walking through"
|
||||
" windows to the current desktop." );
|
||||
|
|
Loading…
Reference in a new issue