Qt Creator displays Ctrl-L instead of executing
-
I'm on Qt Creator 12.0.1 and when I try to clear the terminal window via the Clear button,
Ctrl-L is displayed in the window instead of clearing the content.
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
I'm on Qt Creator 12.0.1 and when I try to clear the terminal window via the Clear button,
Ctrl-L is displayed in the window instead of clearing the content.
It looks like you are using
cmd
.Ctrl+L
is not supported bycmd
. It would work if you install clink.Otherwise the command to clear the screen in
cmd
iscls
. -
@Poldi Are you on Windows? Then Ctrl-L is not supported, as it is not supported in the Windows cmd.
clear
+ <Enter> should work however, at least it works for me.Regards
-
@Poldi which shell are you using?
-
I just tested on Ubuntu with
/bin/bash
and the button worked in Terminal.But when I started an application and in the run settings set Run in Terminal then I just got
^L
in the output.I think the application is started directly and not through a shell. Please do create a bug report https://bugreports.qt.io/
-