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
-
-
@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:
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 said in How to customize Qt Inner Terminal shortcuts:
But does Ctrl+C do a copy or an interrupt?
Interrupt of course
-
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
-
@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?