Bug 429832

Summary: Use standard KDE tab switching shortcuts
Product: [Applications] kile Reporter: Nate Graham <nate>
Component: user interfaceAssignee: Michel Ludwig <michel.ludwig>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version: 2.9.93   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***