Bug 350025 - In some cases, Krviewer says "The sequence 'Ctrl+.' is ambiguous. [...]"
Summary: In some cases, Krviewer says "The sequence 'Ctrl+.' is ambiguous. [...]"
Status: RESOLVED FIXED
Alias: None
Product: krusader
Classification: Applications
Component: krviewer (show other bugs)
Version: Git
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-08 11:20 UTC by Toni Asensi Esteve
Modified: 2018-05-06 00:15 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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/