Bug 131559 - File Menu,,,, Alt+Ctrl+A does not work to set away. mouse selection doeswork for away and back/available
Summary: File Menu,,,, Alt+Ctrl+A does not work to set away. mouse selection doeswork...
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-30 22:04 UTC by bill soknich
Modified: 2006-08-27 02:14 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bill soknich 2006-07-30 22:04:21 UTC
Version:            (using KDE KDE 3.5.3)
Installed from:    Debian testing/unstable Packages

The file menu selection for setting away globally shows that Alt+Ctrl+A can be used as a shortcut.  First thing is that the sequence does not work, i.e. nothing happens.   The second thing is that the Handbook (both web and application based) indicates that the proper shortcut sequence for setting away globally is Ctrl+Alt+Q.  This does not work either.  PLease fix either by removing the shortcut sequence from the menu and the Handbook or properly implementing it and properly documenting it.
Comment 1 Niek Beernink 2006-08-09 01:23:58 UTC
The Ctrl+Alt+Q shortcut was probably used in konversation 0.18, which is what the handbook was written for (and it needs to be updated, really).

Ctrl+Alt+A is a default (for Kubuntu at least) kwin global shortcut for "Activate Window Demanding Attention" and therefor, takes precedence over the shortcut in konversation.
Comment 2 Eike Hein 2006-08-27 02:13:57 UTC
SVN commit 577541 by hein:

Use a shortcut for the global away toggle that isn't
already in use by default.
BUG:131559


 M  +1 -1      konversationmainwindow.cpp  


--- trunk/extragear/network/konversation/src/konversationmainwindow.cpp #577540:577541
@@ -231,7 +231,7 @@
     action->setToolTip(i18n("Clear the contents of all open tabs"));
     action->setEnabled(false);
 
-    KAction* awayAction = new KAction(i18n("Set &Away Globally")/*, "konversationaway"*/, KShortcut("Ctrl+Alt+A"),
+    KAction* awayAction = new KAction(i18n("Set &Away Globally")/*, "konversationaway"*/, KShortcut("Ctrl+Shift+A"),
         static_cast<KonversationApplication *>(kapp), SLOT(toggleAway()), actionCollection(),"toggle_away");
     awayAction->setEnabled(false);