Add common keyboard shortcuts to speed up the robot programming.
For example, enable the followings (or similar key bindings) for the selected element:
- copy:
ctrl+c
- paste:
ctrl+v
- cut:
ctrl+x
- delete:
del
- suppress:
ctrl+/
- move up:
ctrl+uparrow
- move down:
ctrl+downarrow
- undo:
ctrl+z
- redo:
ctrl+y
(or ctrl+shift+z
)
Alessandro Tondo @qbrobotics
14 Likes
Are there any news about it?
I have a big need fo ctrl+C, ctril+V 
2 Likes
Bump
It’s really strange that ctrl+c/ctrl+v works in script editor and line editors (like folder or variable names), just not in expression editor (for example when adding a single-line script or variable assignment).
I program the robot with external keyboard connected and even marking with shift+arrows and ctrl+shift+arrows for entire words works just fine. I can even paste text that was copied from the multi-line script editor. Only copying from expression editor doesn’t work.
So support for copying would be a really convenient addition.
1 Like