Summary: | KDE3 Win+<key> shortcuts break <key> in KDE4 | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Tim "Taiwanese" Liim <timliim> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahartmetz, l.lunak, rdieter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
khotkeysrc.bad: the hot key file that caused 'e' to drop.
khotkeysrc.good: a good hot key file with minimum diff from the bad file |
Description
Tim "Taiwanese" Liim
2008-05-22 06:13:19 UTC
Created attachment 24886 [details]
khotkeysrc.bad: the hot key file that caused 'e' to drop.
Created attachment 24887 [details]
khotkeysrc.good: a good hot key file with minimum diff from the bad file
There is no way I can find this in here, but I'm pretty sure this is a dup. At any rate, this annoying bug was fixed a while back. Fixed? this bug still happens in KDE 4.0.4 (F9). For me, the missing keys are 'c', 'o', and 'q'. I have to go to [System settings > Keyboard and mouse > Keyboard shortcuts > kded] and turn off the offending keys. I have to do this *every time* to claim those keys back. reopening per comment #4. If this issue was addressed somewhere, per comment #3, please provide details, and whether it was fixed in trunk only or in kde-4.0 branch as well. The shortcuts code in kdelibs should automatically convert 'Win+' to 'Meta+' for backwards compatibility, instead of silently ignoring it. SVN commit 828072 by lunakl: Convert Win+<whatever> KDE3 shortcuts to Meta+<whatever>, so that they don't end up as only <whatever>. BUG: 162451 M +6 -2 kshortcut.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=828072 |