Summary: | Ctrl+Space doesn't work in FileSystem Browser or in embedding applications. | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Olivier.jg <olivier.jg> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | apaku |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Olivier.jg
2009-10-20 14:01:42 UTC
That analysis seems to be wrong, kate has various other actions that do not influence other widgets. Of course it could be that the ShortcutContext on the action is set wrong (it should be WidgetWithChildren) which makes it an application-global shortcut that doesn't care about wether the kateview is focussed or not. Long story short: Somethings wrong with the ctrl+space shortcut, it triggers even when kateview doesn't have keyboard focus. Testable by using ctrl+space in the filesystem view in kate. *** Bug 184253 has been marked as a duplicate of this bug. *** Cannot reproduce. For me, CTRL+Space does nothing. However, I can still select multiple files in the file browser by using CTRL+SHIFT+up/down and CTRL+SHIFT+Space. CTRL+Space is the issue, I think (apaku?). It works in Konqueror/Dolphin, presumably the reason it doesn't work in kate is that it's stolen for code-completion (which it shouldn't unless it's in the editor window). Maybe the shortcut context can be set in a better way? hmm, I wonder what I was smoking :) Obviously Ctrl+Space does not select items in the filesystemview, its rather Ctrl+Shift+Space. And that works - both in kate as well as in kdevelop. |