VScode typing echo

Viewed 117

My VS code started to echo all what I'm typing. I think it is some settings to make video tutorials. How can I get rid of it?

Here is example when I typed few Spaces. enter image description here

Thy same goes for Ctrl, Function Key, etc enter image description here

It also has some strange behavior - for example it absolutely ignores keyboard key "q". It accepts "Q" but not lower case.

1 Answers

You've activated the screencast mode.

To disable it, press Ctrl+Shift+P (Win, Linux) or Cmd+Shift+P (Mac) and search for Toggle Screencast Mode.

Press Enter to deactivate it. (Repeat the steps to activate it)

Related