Bug 350025

Summary: In some cases, Krviewer says "The sequence 'Ctrl+.' is ambiguous. [...]"
Product: [Applications] krusader Reporter: Toni Asensi Esteve <toni.asensi>
Component: krviewerAssignee: Krusader Bugs Distribution List <krusader-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: davide, krusader-bugs-null, simon.persson
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Toni Asensi Esteve 2015-07-08 11:20:00 UTC
In some cases, Krviewer says 
    "The sequence 'Ctrl+.' is ambiguous. Use 'Configure Shortcuts' from the Settings menu to solve the ambiguity."
however, in that place the user can see that 'Ctrl+.' is only assigned to "Next tab".
Operating system: Kubuntu 15.04


Reproducible: Always

Steps to Reproduce:
For example:
1. From Krusader, press F3 to view a text file.
2. Go back to Krusader, press F4 to edit a text file.
3. Press 'Ctrl+,' to go to the first tab.
4. Press 'Ctrl+.' to go to the second tab (it looks like this shortcut works when "viewing" a file).
5. Press 'Ctrl+.' , see the puzzling message 
     "The sequence 'Ctrl+.' is ambiguous. Use 'Configure Shortcuts' from the Settings menu to solve the ambiguity."

Thanks for Krusader!
Comment 1 Davide Gianforte 2015-07-08 12:19:44 UTC
ctrl+. is defined as a keybind in katepart for "goto previous modified line" (or something similar)

from kate, i set up an empty alternative keybind and all is fine
Comment 2 Dominik Haumann 2015-08-23 12:13:24 UTC
Just gave the OK to change the shortcut, so if things work out, this issue should soon be fixed.
Comment 3 Toni Asensi Esteve 2015-08-25 07:27:41 UTC
The code of katepart/ktexteditor has just been changed by Simon Persson:

     Change keyboard shortcut to avoid conflict with "next tab"
     https://git.reviewboard.kde.org/r/124315/