GUI: Resolve conflicting accelerators. Fixes #20579. I assigned r as
accelerator for "Store settings" instead of t which was already used by "To Desktop". svn path=/trunk/kdebase/kwin/; revision=84957
This commit is contained in:
parent
d577f604e2
commit
8e8341d6ec
1 changed files with 1 additions and 1 deletions
|
@ -1232,7 +1232,7 @@ QPopupMenu* Workspace::clientPopup( Client* c )
|
|||
popup->insertItem( i18n("Ma&ximize"), Options::MaximizeOp );
|
||||
popup->insertItem( i18n("Sh&ade"), Options::ShadeOp );
|
||||
popup->insertItem( i18n("Always &On Top"), Options::StaysOnTopOp );
|
||||
popup->insertItem( i18n("S&tore Settings"), Options::ToggleStoreSettingsOp );
|
||||
popup->insertItem( i18n("Sto&re Settings"), Options::ToggleStoreSettingsOp );
|
||||
|
||||
popup->insertSeparator();
|
||||
|
||||
|
|
Loading…
Reference in a new issue