Summary: | ctrl+w shortcut not working | ||
---|---|---|---|
Product: | [Unmaintained] khotkeys | Reporter: | Ruchir Brahmbhatt <ruchir.brahmbhatt> |
Component: | general | Assignee: | Michael Jansen <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andrew.i.coles, tibirna |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ruchir Brahmbhatt
2009-04-23 09:31:28 UTC
> kcmshell4 keys
Got to the khotkeys component and remove ctrl-w from the "Remap CTRL+W to ..." shortcut. This is the result of me enabling the loading of the already present examples without considering the implications.
That was a nice quick workaround. Following those steps makes it working again. Thanks! Michael - any chance of having this sorted, rather than the user having to fix it with each install? KDE 4.3 is coming up, and we don't want it to be 'the release where Ctrl+W was pooched'. Ctrl-key are traditionally application level shortcuts. Using one of these at global level is a Really Bad Idea (TM). This use of Ctrl-W also intereferes with (X)Emacs' "Save As..." shortcut (Ctrl-X Ctrl-W). Please consider fixing Qt Designer (by adding a full key shortcuts configuration tool -- this app is fully open source now!) instead of blocking Ctrl-W at global level. Thanks! SVN commit 965731 by coles: Removed the global shortcut, enabled by default, that leads to the Ctrl+W shortcut being disabled system-wide. BUG: 190412 M +0 -157 kde32b1.khotkeys WebSVN link: http://websvn.kde.org/?view=rev&revision=965731 I reverted Andrew Coles fix because it didn't fix the problem. khotkeys still grabbed shortcuts for other inactive hotkeys. ctrl-alt-t for example. See https://bugs.kde.org/show_bug.cgi?id=193085 As i wrote in that bug the problem is fixed in trunk. |