Bug 1217500 - GNOME Terminal should add "Select all" context menu entry and support CTRL+SHIFT+A
Summary: GNOME Terminal should add "Select all" context menu entry and support CTRL+SH...
Status: RESOLVED WORKSFORME
Alias: None
Product: openSUSE Distribution
Classification: openSUSE
Component: GNOME (show other bugs)
Version: Leap 16.0
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-26 04:13 UTC by ell1e
Modified: 2023-11-26 05:02 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ell1e 2023-11-26 04:13:53 UTC
GNOME Terminal should add "Select all" context menu entry and support CTRL+SHIFT+A, this is especially really important for developers. Countless times I see myself confronted with a large scrollback of output when developing a program, and what I would urgently need to deal with the onslaught of information properly is to just select all of the entire scrollable output, copy, paste, and then continue dissecting it in some other advanced text editor to find what I need. Currently, this seems to be entirely impossible for some reason, I just can't find any way to select everything seen in a GNOME Terminal, neither via CTRL+SHIFT+A (seems to do nothing) nor via context menu (has no relevant entry) nor via anywhere else.

Affects GNOME Terminal 3.50.1 as shipped in openSUSE Slowroll.
Comment 1 hui 2023-11-26 04:31:55 UTC
As this is per upstream design, please file a bug at Gnome upstream.
Comment 2 hui 2023-11-26 04:42:05 UTC
Btw, it is fairly easy to enable a keyboard shortcut in Gnome terminal:
- open Gnome terminal
- open the hamburger menu
- click Preferences -> Shortcut
- define "CTRL+SHIFT+A" for Select all
Comment 3 ell1e 2023-11-26 04:57:13 UTC
You wouldn't happen to know why it's not in the context menu and a predefined shortcut in that case? I feel like at some point it was, but now it no longer seems to be. For what it's worth, I now made an upstream ticket here: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/8031
Comment 4 ell1e 2023-11-26 05:02:15 UTC
Playing around with it more, it actually also seems to be broken: sometimes it only selects the viewport and none of the scrollback, although sometimes it also selects the entire scrollback (in my opinion the only use that really makes sense), so I guess maybe that is why it's disabled? Or I have no idea why it would be otherwise. Fascinating