Programino-ide-arduino-shortcuts-V2 - Programino IDE for Arduino

Go to content
PROGRAMINO IDE - Shortcuts
Code Auto Formatting
F4

Refresh  All
F5

Verify
F9

Verify  and upload code
F10

Open  file with the Arduino IDE
F11

Copy
Ctrl  + C

Paste
Ctrl  + V

Cut
Ctrl  + X

Selects  All
Ctrl+A

Inserts-  / Removes comment prefix in selected lines
Ctrl  + Shift + C
Ctrl  + K, Ctrl + C
Ctrl  + K, Ctrl + U

Autocompletion
TAB,  RETURN or SPACE (activated in the settings)

Force  autocomplete
Ctrl  + SPACE

Find
Ctrl  + F

Replace
Ctrl  + H

Find  all reference
Ctrl  + Q

Goto  line
Ctrl  + G

Undo  / Redo
Ctrl  + Z, Ctrl + R

Create  new Sketch
Ctrl  + N

Create  new file
Ctrl  + Shift + N

Load  file
Ctrl  + O

Save  file
Ctrl  + S

Save  All
Ctrl  + Shift + S

Close  file
Ctrl  + W

Print
Ctrl  + P

Code Auto Formatting
F4

Add  bookmark
Ctrl  + B

Remove  bookmark
Ctrl  + Shift + B

Normal  or Fullscreen
Ctrl  + Shift + F

Normal  or Transparent
Ctrl  + Shift + T

Show  Minimap
Ctrl  + M

Project  Explorer - Delete file
Del

Exit
Alt  + F4

Help
Shift  + F1

About
F1

Reset  Editor-Form
Ctrl  + Shift + Q

Open  setting folder
Ctrl  + Shift + W

Closes  all opened tooltips, menus and hints
Esc

Switches  between Insert Mode and Overwrite Mode
Ins

Zoom  in, Zoom out, Default zoom
Ctrl  + Mouse wheel, Ctrl + (Numpad +, Numpad -, 0)

Moves  caret
Arrow  left, Arrow right, Arrow up, Arrow down, Home, End, Page up, Page down

Moves  caret with selection
Shift  + (Arrow left, Arrow right, Arrow up, Arrow down, Home, End, Page up, Page  down)

Increase  / decrease left indent of selected range
Tab,  Shift + Tab

Go  to first / last char of the text
Ctrl  + Home, Ctrl + End

Go  to first / last char of the text with selection
Shift  + Home, Shift + End

Go  word left / right
Ctrl  + Left, Ctrl + Right

Go  word left / right with selection
Shift  + Ctrl + Arrow left, Shift + Ctrl + Arrow right

Remove  word left / right
Ctrl  + Backspace, Ctrl + Del

Moves  selected lines up / down
Alt  + Arrow up, Alt + Arrow down

Removes  current line
Shift  + Del

Scrolls  up / down
Ctrl  + (Arrow up, Arrow down)

Column  selection mode
Alt  + select area by mouse


Back to content