Keyboard Shortcuts
The following tables introduce the keyboard shortcuts available for the various tools and actions.
Build and Run
Table: Build and run shortcuts
| Command | Ubuntu | Windows® | macOS |
|---|---|---|---|
| Build all | Ctrl + B | Ctrl + B | Command + B |
| Make target build | Shift + F9 | Shift + F9 | Shift + F9 |
| Rebuild last target | F9 | F9 | F9 |
| Build project | F10 | F10 | F10 |
| Run | Ctrl + F11 | Ctrl + F11 | Command + F11 |
Debug
Table: Debug shortcuts
| Command | Ubuntu | Windows® | macOS |
|---|---|---|---|
| Step into | F5 | F5 | F5 |
| Step over | F6 | F6 | F6 |
| Step return | F7 | F7 | F7 |
| Resume | F8 | F8 | F8 |
| Debug | F11 | F11 | F11 |
| Toggle breakpoint | Ctrl + Shift + B | Ctrl + Shift + B | Command + Shift + B |
Content Assist
Table: Content assist shortcuts
| Command | Ubuntu | Windows® | macOS |
|---|---|---|---|
| Content assist | Ctrl + Space | Ctrl + Space | Command + Space |
Project Management
Table: Project management shortcuts
| Command | Ubuntu | Windows® | macOS |
|---|---|---|---|
| New project and file using the Wizard | Ctrl + N | Ctrl + N | Command + N |
| New project and file | Ctrl + Alt + N | Ctrl + Alt + N | Command + Option + N |
| Open resource | Ctrl + Shift + R | Ctrl + Shift + R | Command + Shift + R |
| Properties | Alt + Enter | Alt + Enter | Option + Enter |
| Save | Ctrl + S | Ctrl + S | Command + S |
| Save all | Ctrl + Shift + S | Ctrl + Shift + S | Command + Shift + S |
| Close | Ctrl + W | Ctrl + W | Command + W |
| Close all | Ctrl + Shift + W | Ctrl + Shift + W | Command + Shift + W |
| Refresh | F5 | F5 | F5 |
| Rename | F2 | F2 | F2 |
Editor
Table: Editor shortcuts
| Command | Ubuntu | Windows® | macOS |
|---|---|---|---|
| Find and replace | Ctrl + F | Ctrl + F | Command + F |
| Quick fix | Ctrl + 1 | Ctrl + 1 | Command + 1 |
| Redo | Ctrl + R | Ctrl + R | Command + Shift + R |
| Undo | Ctrl + Z | Ctrl + Z | Command + Shift + Z |
| Go to line | Ctrl + L | Ctrl + L | Command + L |
| Delete line | Ctrl + D | Ctrl + D | Command + D |
| Go to matching bracket | Ctrl + Shift + P | Ctrl + Shift + P | Command + Shift + P |
| Move lines down | Alt + Page Down | Alt + Page Down | Option + Page Down |
| Move lines up | Alt + Page Up | Alt + Page Up | Option + Page Up |
| Show tooltip | F2 | F2 | F2 |
| Open declaration | F3 | F3 | F3 |
| Open type hierarchy | F4 | F4 | F4 |
| Open type | Ctrl + Shift + T | Ctrl + Shift + T | Command + Shift + T |
| To lower case | Ctrl + Shift + Y | Ctrl + Shift + Y | Command + Shift + Y |
| To upper case | Ctrl + Shift + Z | Ctrl + Shift + Z | Command + Shift + Z |
| Correct indentation | Ctrl + I | Ctrl + I | Command + I |
| Format | Ctrl + Shift + F | Ctrl + Shift + F | Command + Shift + F |
| Add/remove comment | Ctrl + / | Ctrl + / | Command + / |
| Add/remove block comment | Ctrl + Shift + / | Ctrl + Shift + / | Command + Shift + / |
Refactor
Table: Refactor shortcuts
| Command | Ubuntu | Windows® | macOS |
|---|---|---|---|
| Rename-refactoring | Alt + Shift + R | Alt + Shift + R | Command + Option + R |
| Move-refactoring | Alt + Shift + V | Alt + Shift + V | Command + Option + V |
| Change method signature | Alt + Shift + C | Alt + Shift + C | Command + Option + C |
| Extract method | Alt + Shift + M | Alt + Shift + M | Command + Option + M |
| Extract local variable | Alt + Shift + L | Alt + Shift + L | Command + Option + L |
Native IDE
Table: Native IDE shortcuts
| Command | Ubuntu | Windows® | macOS |
|---|---|---|---|
| Insert snippet | Ctrl + Shift + I | Ctrl + Shift + I | Command + Shift + I |
| New launch configuration | Alt + Shift + F12 | Alt + Shift + F12 | Command + Option + F12 |
| Forward launch history | Alt + Shift + [ | Alt + Shift + [ | Command + Option + [ |
| Backward launch history | Alt + Shift + ] | Alt + Shift + ] | Command + Shift + ] |
Web IDE
Table: Web IDE shortcuts
| Command | Ubuntu | Windows® | macOS | |
|---|---|---|---|---|
| HTML editor | Vertical layout | Ctrl + Shift + F9 | Ctrl + Shift + F9 | Command + Shift + F9 |
| Graphical designer | Ctrl + Shift + F10 | Ctrl + Shift + F10 | Command + Shift + F10 | |
| Horizontal layout | Ctrl + Shift + F11 | Ctrl + Shift + F11 | Command + Shift + F11 | |
| Source code | Ctrl + Shift + F12 | Ctrl + Shift + F12 | Command + Shift + F12 | |
| Preview | Ctrl + 4 | Ctrl + 4 | Command + 4 | |
| Code minifier | Ctrl + 5 | Ctrl + 5 | Command + 5 | |
| Code beautifier | Ctrl + 6 | Ctrl + 6 | Command + 6 | |
| Assignment tracing - next | Ctrl + ] | Ctrl + ] | Command + ] | |
| Assignment tracing - previous | Ctrl + [ | Ctrl + [ | Command + [ | |
Dynamic Analyzer
Table: Dynamic analyzer shortcuts
| Command | Ubuntu | Windows® | macOS |
|---|---|---|---|
| About the analyzer | F1 | F1 | F1 |
| Configuration | F2 | F2 | F2 |
| Enable the source view of the toolbar | F3 | F3 | F3 |
| Select the Timeline tab | Ctrl + 1 | Ctrl + 1 | Command + 1 |
| Select the File tab | Ctrl + 2 | Ctrl + 2 | Command + 2 |
| Select the Thread tab | Ctrl + 3 | Ctrl + 3 | Command + 3 |
| Select the User Interface tab | Ctrl + 4 | Ctrl + 4 | Command + 4 |
| Select the Summary tab | Ctrl + 5 | Ctrl + 5 | Command + 5 |
| Select the Range tab | Ctrl + 6 | Ctrl + 6 | Command + 6 |
| Start/stop trace | Ctrl + G | Ctrl + G | Command + G |
| Open trace | Ctrl + O | Ctrl + O | Command + O |
| Save trace | Ctrl + S | Ctrl + S | Command + S |
| Replay | Ctrl + P | Ctrl + P | Command + P |
| Toggle the range information between create and remove | Ctrl + R | Ctrl + R | Command + R |
| Open the search dialog box | Ctrl + F | Ctrl + F | Command + F |
| Delete the saved file of the open trace dialog box | Delete | Delete | Fn + Delete |
Emulator Manager
Table: Emulator Manager shortcuts
| Command | Ubuntu | Windows® | macOS |
|---|---|---|---|
| Delete virtual machine | Delete | Delete | Fn + Delete |
| Launch virtual machine | Enter | Enter | Enter |
| Select virtual machine | Arrow Key | Arrow Key | Arrow Key |
Emulator
Table: Emulator shortcuts
| Command | Ubuntu | Windows® | macOS |
|---|---|---|---|
| Detailed info | Ctrl + Shift + F1 | Ctrl + Shift + F1 | Command + Shift + F1 |
| Always on top | Ctrl + Shift + T | Ctrl + Shift + T | Command + Shift + T |
| Rotate next | Ctrl + Shift + Right | Ctrl + Shift + Right | Command + Shift + Right |
| Rotate prev | Ctrl + Shift + Left | Ctrl + Shift + Left | Command + Shift + Left |
| Scale next | Ctrl + Shift + Down | Ctrl + Shift + Down | Command + Shift + Down |
| Scale prev | Ctrl + Shift + Up | Ctrl + Shift + Up | Command + Shift + Up |
| Controller | Ctrl + Shift + K | Ctrl + Shift + K | Command + Shift + K |
| Screenshot | Ctrl + Shift + F12 | Ctrl + Shift + F12 | Command + Shift + F12 |
| Shell | Ctrl + Shift + S | Ctrl + Shift + S | Command + Shift + S |
| Control panel | Ctrl + Shift + P | Ctrl + Shift + P | Command + Shift + P |
| Close | Ctrl + Shift + F4 | Ctrl + Shift + F4 | Command + Shift + F4 |
| Menu | Ctrl + Shift + F6 | Ctrl + Shift + F6 | Command + Shift + F6 |
| Home | Ctrl + Shift + F5 | Ctrl + Shift + F5 | Command + Shift + F5 |
| Back | Esc | Esc | Esc |
| Power | Ctrl + Shift + F7 | Ctrl + Shift + F7 | Command + Shift + F7 |
| Volume + | Ctrl + Shift + ] | Ctrl + Shift + ] | Command + Shift + ] |
| Volume - | Ctrl + Shift + [ | Ctrl + Shift + [ | Command + Shift + [ |
Emulator Control Panel (ECP)
Table: ECP shortcuts
| Command | Ubuntu | Windows® | macOS | |
|---|---|---|---|---|
| Common | Move focus to upper card | Up | Up | Up |
| Move focus to card underneath | Down | Down | Down | |
| Move focus to left card (including page movement) | Left | Left | Left | |
| Move focus to right card (including page movement) | Right | Right | Right | |
| Move focus to next control | Tab | Tab | Tab | |
| Move focus to previous control | Shift + Tab | Shift + Tab | Shift + Tab | |
| Menu selection | Enter | Enter | Enter | |
| Close pop-up dialog | ESC | ESC | ESC | |
| Move to previous page | Page Up | Page Up | Page Up | |
| Move to next page | Page Down | Page Down | Page Down | |
| Mobile | Battery | Alt + B | Alt + B | Option + B |
| RSSI | Alt + R | Alt + R | Option + R | |
| 3-axis sensor | Alt + A | Alt + A | Option + A | |
| Light | Alt + I | Alt + I | Option + I | |
| Proximity | Alt + X | Alt + X | Option + X | |
| Pressure | Alt + E | Alt + E | Option + E | |
| Ultraviolet | Alt + V | Alt + V | Option + V | |
| Heart rate monitor | Alt + M | Alt + M | Option + M | |
| Earjack | Alt + K | Alt + K | Option + K | |
| USB | Alt + S | Alt + S | Option + S | |
| SD card | Alt + D | Alt + D | Option + D | |
| Location | Alt + L | Alt + L | Option + L | |
| Telephony | Alt + T | Alt + T | Option + T | |
| NFC | Alt + F | Alt + F | Option + F | |
| Network | Alt + N | Alt + N | Option + N | |
| HDS | Alt + H | Alt + H | Option + H | |
| Memory | Alt + O | Alt + O | Option + O | |
| Wearable | Battery | Alt + B | Alt + B | Option + B |
| 3-axis sensor | Alt + A | Alt + A | Option + A | |
| Light | Alt + I | Alt + I | Option + I | |
| Proximity | Alt + X | Alt + X | Option + X | |
| Pressure | Alt + E | Alt + E | Option + E | |
| Ultraviolet | Alt + V | Alt + V | Option + V | |
| Heart rate monitor | Alt + M | Alt + M | Option + M | |
| Touch gesture | Alt + G | Alt + G | Option + G | |
| USB | Alt + S | Alt + S | Option + S | |
| Memory | Alt + O | Alt + O | Option + O | |
| Telephony | Alt + T | Alt + T | Option + T | |
| NFC | Alt + F | Alt + F | Option + F | |
| Network | Alt + N | Alt + N | Option + N | |
| HDS | Alt + H | Alt + H | Option + H | |
| App Manager | Alt + U | Alt + U | Option + U | |
EDC Editor
Table: EDC Editor shortcuts
| Command | Ubuntu | Windows® | macOS |
|---|---|---|---|
| Close the menu | Esc | Esc | Esc |
| Show shortcut keys | F1 | F1 | F1 |
| Show or hide the line numbers | F5 | F5 | F5 |
| Show or hide the toolbar | F9 | F9 | F9 |
| Show or hide the EDC navigator | F10 | F10 | F10 |
| Show or hide the status bar | F11 | F11 | F11 |
| Show the configuration setting window | F12 | F12 | F12 |
| Quick save and compile EDC | Ctrl + S | Ctrl + S | Command + S |
| Enable or disable auto indentation | Ctrl + I | Ctrl + I | Command + I |
| Enable or disable auto completion | Ctrl + O | Ctrl + O | Command + O |
| Show or hide virtual images to visualize SWALLOW part objects | Ctrl + W | Ctrl + W | Command + W |
| Enable or disable part object highlighting | Ctrl + H | Ctrl + H | Command + H |
| Enable or disable full text view | Alt + Left | Alt + Left | Option + Left |
| Enable or disable full live view | Alt + Right | Alt + Right | Option + Right |
| Enable or disable full console view | Alt + Up | Alt + Up | Option + Up |
| Enable or disable full live/text view | Alt + Down | Alt + Down | Option + Down |
| Insert default template code | Ctrl + T | Ctrl + T | Command + T |
| View scale up/bigger font size | Ctrl + Mouse wheel up | Ctrl + Mouse wheel up | Command + Mouse wheel up |
| View scale down/smaller font size | Ctrl + Mouse wheel down | Ctrl + Mouse wheel down | Command + Mouse wheel down |
| Select all the text | Ctrl + A | Ctrl + A | Command + A |
| Select the word | Ctrl + Double-click | Ctrl + Double-click | Command + Double-click |
| Undo text changes | Ctrl + Z | Ctrl + Z | Command + Z |
| Redo text changes | Ctrl + R | Ctrl + R | Command + R |
| Copy selected text | Ctrl + C | Ctrl + C | Command + C |
| Paste copied text | Ctrl + V | Ctrl + V | Command + V |
| Cut selected text | Ctrl + X | Ctrl + X | Command + X |
| Delete the current line | Ctrl + D | Ctrl + D | Command + D |
| Find and replace the given word | Ctrl + F | Ctrl + F | Command + F |
| Go to the given line | Ctrl + L | Ctrl + L | Command + L |
| Go to the top line | Ctrl + Home | Ctrl + Home | Command + Home |
| Go to the bottom line | Ctrl + End | Ctrl + End | Command + End |
Related information
- Dependencies
- Tizen Studio 1.0 and Higher