Bug 467240 - KStandardAction/KStandardShortcut entries for "Detach Tab"
Summary: KStandardAction/KStandardShortcut entries for "Detach Tab"
Status: CONFIRMED
Alias: None
Product: frameworks-kconfig
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Matthew Dawson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-12 13:28 UTC by JanNowak94
Modified: 2023-03-13 21:48 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

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