Bug 429832 - Use standard KDE tab switching shortcuts
Summary: Use standard KDE tab switching shortcuts
Status: RESOLVED DUPLICATE of bug 406836
Alias: None
Product: kile
Classification: Applications
Component: user interface (show other bugs)
Version: 2.9.93
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Michel Ludwig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-29 23:38 UTC by Nate Graham
Modified: 2020-11-29 23:39 UTC (History)
0 users

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 Nate Graham 2020-11-29 23:38:37 UTC
Most tabbed KDE apps respond to the standard tab switching shortcuts:

- Switch one tab to the right: Ctrl+PageUp and Ctrl+]
- Switch one tab to the left: Ctrl+PageDown and Ctrl+[

These are defined in KStandardShortcut::TabNext() and ::TabPrevious().

Ctrl+Tab and Ctrl+Shift+Tab are also often used, though these are not formally standardized.

Kile does use these shortcuts, which makes me sad and slows down my navigation through a tabbed project. It would be nice if it did. :)
Comment 1 Nate Graham 2020-11-29 23:39:36 UTC
Oops, there was an existing bug I already commented in lol

*** This bug has been marked as a duplicate of bug 406836 ***