Hotkeys are the keys or key combinations used for the software to perform a preprogrammed action.
File
CTRL+N | Create a new file |
CTRL+O | Open a file |
CTRL+S | Save the current version of the file. If the file is saved for the first time, there will appear a file explorer window where you can specify the directory where to save the file |
CTRL+SHIFT+S | Save as. There will always appear a file explorer window. That is how you can re-save the current file with the new name or replace the previous file |
F5 | Run the bot |
CTRL+[ | Stop the bot |
ALT+F4 | Exit Studio Pro |
Edit
CTRL+Z (CTRL+SHIFT+Z) | Reverse the last action |
CTRL+Y | Repeat the last action |
CTRL+X | Cut the block and put it to the clipboard |
CTRL+C | Copy the selected block to the clipboard |
CTRL+V | Paste the copied or cut block from the clipboard to the visible part of the canvas |
CTRL+F | Find. Find the required block on the canvas by its name |
CTRL+A | Select all the blocks on the canvas |
DEL | Delete the selected block |
Additional actions
CTRL+MOUSE WHEEL UP | Zoom in |
CTRL+MOUSE WHEEL DOWN | Zoom out |
CTRL+D | Deactivate the selected block |
F9 | Run in Debug Mode |
F6 | Resume Debug Mode |
F7 | Step into |
F8 | Step over |
F8+SHIFT | Step out |