Click the >_ button ("Connect to the board's shell") at the bottom of the Arduino App Lab window.
The shell terminal will open.
Right click on the empty part of the tab bar at the top of the terminal window.
A context menu will open.
Select "Settings" from the menu.
The "Settings" view will open in the terminal window.
Select "Actions" from the navigation pane at the left hand side of the window.
The "Actions" view will open in the right hand pane of the window.
Scroll down through the list of actions to find the "Paste" action.
If you find the action, verify that your preferred keyboard shortcut is configured for the action. If not, hover the mouse button over the "Paste" action, click the pencil button that appears, and configure the action's keyboard shortcut according to your preferences.
If you don't find the action in the list, click the "+ Add new" button at the top of the "Actions" view, then add the missing "Paste" action, configuring your preferred keyboard shortcut.
turn on copy/paste in windows command line..
right click on the title bar for the command prompt window..
choose settings from the pop-up menu..
and yes, it's off be default, last edit option..
@GolamMostafa@ptillisch and all
Wondering if maybe something similar to tmux is active within the terminal window.
I remember that @Merlin513 when playing with containers earlier had mentioned TMUX and I remember that my keyboard/mouse operations changed. It was back in
this thread:
And for example I have noticed that in my monitor window (in this case kitty),
if I ctrl+(right mouse button) a context menu does pop up that includes paste.
I think this is the explanation for the differences in the user interface of the terminal you are presented with compared to the PowerShell terminal shown in the screenshot KurtE shared.
If you open the "shell terminal" via Arduino App Lab, then open Windows Task Manager, what is the command line you see for the process associated with the "shell terminal" application?
Actually with Terminal the ctrl+click is not bringing up menu, it still just does paste.
But the settings in Terminal...
Under Actions it shows bindings: For example paste:
Now, copy/pase works. I have followed these steps:
I have clicked on C:\ icon located at left-top of the title bar of Shell Terminal.
---> Properties
---> Options
---> Put Tick mark on "Use Ctrl+Shify+C/V as Copy/paste"
Thanks,
Notes: Referring instructions of #8
The above command does not work. This is the error message: (I have followed your instructions in sequence of that post #8).)
arduino@gm123456:~$ uv run python/main.py
Traceback (most recent call last):
File "/home/arduino/python/main.py", line 5, in <module>
from arduino.app_utils import *
ModuleNotFoundError: No module named 'arduino'
arduino@gm123456:~$