Summary: | Setting shortcut for "Show terminal" removes shortcuts for other windows. | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Victor <ErV2005> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dnlbtz |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7 | |
Sentry Crash Report: |
Description
Victor
2007-05-02 09:21:32 UTC
Looks like I was a bit wrong. Kate doesn't have troubles only with "Show Terminal" shortcut it seems to be overwitting/forgetting shortcuts assigned in previous sessions, if new shortcuts were assigned in current session. -------------------- shortcut section of katerc [Shortcuts] kate_mdi_toolview_kate_private_plugin_katefileselectorplugin=Shift+F2 kate_mdi_toolview_kate_private_plugin_katekonsoleplugin=F4 -------------------- shortcut section of katerc end I start kate. -------------------- shortcut section of katerc [Shortcuts] kate_mdi_toolview_kate_private_plugin_katefileselectorplugin=Shift+F2 kate_mdi_toolview_kate_private_plugin_katekonsoleplugin=F4 -------------------- shortcut section of katerc end I add a shortcut. -------------------- shortcut section of katerc [Shortcuts] kate_mdi_toolview_kate_filelist=F2 -------------------- shortcut section of katerc end F4 is still working, but after a restart ... This happens with Kate 3.1.2. I noticed this kind of problems in the past, but it becomes worse after my upgrade to KDE 4.1.2. fixed for KDE 4.7. Thanks for the report and sorry for the delay. |