Last edited 3 years ago

How to copy and paste in the STM32CubeIDE console

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

1 From STM32CubeIDE console to gedit

To copy, into the Clipboard, a text area selected in an "Opened Console ", use shortkey < CTRL > + < inser >.

Showing copying from console

You will then be able to paste with: < CTRL > + V.

Showing when pasting the content.

2 From gedit to STM32CubeIDE console

To copy, into the Clipboard, a text area selected your gedit text editor, use shortkey < CTRL > + C

It is possible to paste it to the STM32CubeIDE console with: < SHIFT > + < inser >.