Bug 470373 - Add shortcuts to change the current terminal size. Similar to what Terminator does
Summary: Add shortcuts to change the current terminal size. Similar to what Terminator...
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: keyboard (show other bugs)
Version: 23.04.1
Platform: Neon Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-28 16:38 UTC by Jorge F. Sánchez
Modified: 2023-05-29 09:53 UTC (History)
0 users

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


Attachments
using mouse to adjust terminal size (788.54 KB, image/gif)
2023-05-28 16:38 UTC, Jorge F. Sánchez
Details
attachment-3421079-0.html (2.54 KB, text/html)
2023-05-28 17:27 UTC, tcanabrava
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jorge F. Sánchez 2023-05-28 16:38:32 UTC
Created attachment 159298 [details]
using mouse to adjust terminal size

SUMMARY
Same way we can change the focus from one terminal to another using shortcuts, it would be great if we can also resize the current terminal using some keyboard shortcuts.
This is the only feature Terminator offers that I miss in Konsole.

I opened the same issue in GitLab originally -> https://invent.kde.org/utilities/konsole/-/issues/39#note_688207
Comment 1 tcanabrava 2023-05-28 17:27:51 UTC
Created attachment 159301 [details]
attachment-3421079-0.html

Jorge,

This is a nice issue and it's something that could help konsole.
This is, at the same time, something easy to implement, I wonder if you
would like to give it a try - and if so I'm quite happy to help you get
started.
If not, I'll also implement this, since it makes sense.

Best,
Tomaz


On Sun, May 28, 2023 at 6:38 PM Jorge F. Sánchez <bugzilla_noreply@kde.org>
wrote:

> https://bugs.kde.org/show_bug.cgi?id=470373
>
>             Bug ID: 470373
>            Summary: Add shortcuts to change the current terminal size.
>                     Similar to what Terminator does
>     Classification: Applications
>            Product: konsole
>            Version: 23.04.1
>           Platform: Neon
>                 OS: Linux
>             Status: REPORTED
>           Severity: wishlist
>           Priority: NOR
>          Component: keyboard
>           Assignee: konsole-devel@kde.org
>           Reporter: jfsanchez.email@gmail.com
>   Target Milestone: ---
>
> Created attachment 159298 [details]
>   --> https://bugs.kde.org/attachment.cgi?id=159298&action=edit
> using mouse to adjust terminal size
>
> SUMMARY
> Same way we can change the focus from one terminal to another using
> shortcuts,
> it would be great if we can also resize the current terminal using some
> keyboard shortcuts.
> This is the only feature Terminator offers that I miss in Konsole.
>
> I opened the same issue in GitLab originally ->
> https://invent.kde.org/utilities/konsole/-/issues/39#note_688207
>
> --
> You are receiving this mail because:
> You are the assignee for the bug.
Comment 2 Jorge F. Sánchez 2023-05-29 09:53:29 UTC
(In reply to tcanabrava from comment #1)
> Created attachment 159301 [details]
> attachment-3421079-0.html
> 
> Jorge,
> 
> This is a nice issue and it's something that could help konsole.
> This is, at the same time, something easy to implement, I wonder if you
> would like to give it a try - and if so I'm quite happy to help you get
> started.
> If not, I'll also implement this, since it makes sense.
> 
> Best,
> Tomaz
> 
> 
> On Sun, May 28, 2023 at 6:38 PM Jorge F. Sánchez <bugzilla_noreply@kde.org>
> wrote:
> 
> > https://bugs.kde.org/show_bug.cgi?id=470373
> >
> >             Bug ID: 470373
> >            Summary: Add shortcuts to change the current terminal size.
> >                     Similar to what Terminator does
> >     Classification: Applications
> >            Product: konsole
> >            Version: 23.04.1
> >           Platform: Neon
> >                 OS: Linux
> >             Status: REPORTED
> >           Severity: wishlist
> >           Priority: NOR
> >          Component: keyboard
> >           Assignee: konsole-devel@kde.org
> >           Reporter: jfsanchez.email@gmail.com
> >   Target Milestone: ---
> >
> > Created attachment 159298 [details]
> >   --> https://bugs.kde.org/attachment.cgi?id=159298&action=edit
> > using mouse to adjust terminal size
> >
> > SUMMARY
> > Same way we can change the focus from one terminal to another using
> > shortcuts,
> > it would be great if we can also resize the current terminal using some
> > keyboard shortcuts.
> > This is the only feature Terminator offers that I miss in Konsole.
> >
> > I opened the same issue in GitLab originally ->
> > https://invent.kde.org/utilities/konsole/-/issues/39#note_688207
> >
> > --
> > You are receiving this mail because:
> > You are the assignee for the bug.

I would love to implement it myself, but I have no idea where to start :) .
I was checking the source code.. and there are a lot components.
I found in the ViewManager you declare most of the Actions & shortcuts, but from there, it is hard (for me) to understand what could be the component that should be resized once the action is triggered.