How to customize Qt Inner Terminal shortcuts
-
wrote on 5 Jan 2024, 08:15 last edited by JacobNovitsky 1 May 2024, 08:16
-
-
All I could find -> here attached
I basically need:
Copy and Paste (have it now)
find previous/find next
Stop/Continue
wrote on 5 Jan 2024, 09:07 last edited by JacobNovitsky 1 May 2024, 09:08@JacobNovitsky said in How to customize Qt Inner Terminal shortcuts:
All I could find -> here attached
I basically need:
Copy and Paste (have it now)
find previous/find next
Stop/Continue
Ctrl+S works for pause
Ctrl+Q works for continue
standard gnome terminal commands
but If I use shift control c
or control c it interrupts program
if I set copy to Control+N it copies to bufferPlease advise what can be done
-
@JacobNovitsky said in How to customize Qt Inner Terminal shortcuts:
All I could find -> here attached
I basically need:
Copy and Paste (have it now)
find previous/find next
Stop/Continue
Ctrl+S works for pause
Ctrl+Q works for continue
standard gnome terminal commands
but If I use shift control c
or control c it interrupts program
if I set copy to Control+N it copies to bufferPlease advise what can be done
wrote on 5 Jan 2024, 09:11 last edited by@JacobNovitsky said in How to customize Qt Inner Terminal shortcuts:
but If I use shift control c
or control c it interrupts programIsn't this what it is supposed to happen from a terminal, doesn't it behave like that from xterm or gnome-terminal?
If you want to ignore Ctrl+C from terminal don't you have to put code into your application to do so, just like you would have to if running in an external terminal?
-
@JacobNovitsky said in How to customize Qt Inner Terminal shortcuts:
but If I use shift control c
or control c it interrupts programIsn't this what it is supposed to happen from a terminal, doesn't it behave like that from xterm or gnome-terminal?
If you want to ignore Ctrl+C from terminal don't you have to put code into your application to do so, just like you would have to if running in an external terminal?
@JonB Ctrl-Shift-c should copy selected text (which it does for me).
-
@jsulm Apologies for the Shift case. But does Ctrl+C do a copy or an interrupt? When I use a Linux terminal I expect Ctrl+C to send an interupt to running program....
@JonB said in How to customize Qt Inner Terminal shortcuts:
But does Ctrl+C do a copy or an interrupt?
Interrupt of course
-
@JonB said in How to customize Qt Inner Terminal shortcuts:
But does Ctrl+C do a copy or an interrupt?
Interrupt of course
wrote on 5 Jan 2024, 09:18 last edited bynow all seems fine, after I reset to defaults and set new bindings
Now I need to be able to Select All with something like Ctrl+A or push shift + select with mouse from last line to first line to select the same...
none is available
this one is crucial -
now all seems fine, after I reset to defaults and set new bindings
Now I need to be able to Select All with something like Ctrl+A or push shift + select with mouse from last line to first line to select the same...
none is available
this one is crucial -
@jsulm @JacobNovitsky Select all is availabe starting with Creator 13: QTCREATORBUG-29922
Regards
-
@jsulm @JacobNovitsky Select all is availabe starting with Creator 13: QTCREATORBUG-29922
Regards
wrote on 5 Jan 2024, 12:13 last edited by@aha_1980
https://download.qt.io/official_releases/qtcreator/
Does it mean I should wait for next Qt Creator?
When it expected to be released? -
@aha_1980
https://download.qt.io/official_releases/qtcreator/
Does it mean I should wait for next Qt Creator?
When it expected to be released?@JacobNovitsky said in How to customize Qt Inner Terminal shortcuts:
When it expected to be released?
1/11