Bug 467240

Summary: KStandardAction/KStandardShortcut entries for "Detach Tab"
Product: [Frameworks and Libraries] frameworks-kconfig Reporter: JanNowak94
Component: generalAssignee: Matthew Dawson <matthew>
Status: CONFIRMED ---    
Severity: wishlist CC: kdelibs-bugs, nate
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description JanNowak94 2023-03-12 13:28:31 UTC
SUMMARY
Move and add shortcuts that manipulate tabs to system settings:

Konsole has detach current tab.
Dolphin and kate have detach tab on clicked tab - while no shortcut for detaching current tab.
Comment 1 Nate Graham 2023-03-13 21:48:28 UTC
It's because there actually are no global actions/shortcuts for these. Right now each tab-based app implements them in a bespoke way. Ideally that wouldn't be the case, and attaching/detach/drag/drop would be standardized.

We could also create global action stubs for them and have these apps use them, in preparation for the functionality itself being standardized.