Bug 328170

Summary: build and project plugin keyboard shortcuts conflict
Product: [Applications] kate Reporter: T.C. Hollingsworth <tchollingsworth>
Component: applicationAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: Git   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description T.C. Hollingsworth 2013-11-28 09:54:30 UTC
While updating the documentation, I noticed there's a keyboard shortcut conflict between the build plugin and the new project plugin.

Ctrl+Alt+(Left|Right) is used to go the the previous/next error by the build plugin, and is used to switch projects in the project plugin.  When both are enabled, you get the lovely conflict error message.

Reproducible: Always

Steps to Reproduce:
1. Enable both the project plugin and the build plugin (the former is enabled by default.)
2. Press Ctrl+Alt+Left or Ctrl+Alt+Right.
Actual Results:  
Get an error dialog. :-(

Expected Results:  
It actually does something. ;-)

Technically the build plugin claimed it first.  ;-)
Comment 1 Christoph Cullmann 2016-09-05 19:22:41 UTC
Git commit b45c597bd9968d4d20dedebef2a7e0b03938ee96 by Christoph Cullmann.
Committed on 05/09/2016 at 19:21.
Pushed by cullmann into branch 'master'.

fix shortcut clash, use shift-alt-left/right

M  +3    -3    addons/katebuild-plugin/plugin_katebuild.cpp

http://commits.kde.org/kate/b45c597bd9968d4d20dedebef2a7e0b03938ee96