Files
JiboSDK/docs/cheat-sheet.md

34 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2026-03-22 03:21:45 +02:00
### Jibo SDK Keystroke Cheatsheet
----
##### Jibo Atom Package
| Task | Keystroke |
| ---------------------------- | --------- |
| Create a new skill | `ctrl-alt-g` |
| Play in the simulator | Mac: `cmd-r` PC: `ctrl-r` |
| Stop the simulator | Mac: `cmd-r` PC: `ctrl-r` |
| Open Chrome DevTools (debugger) | Mac: `cmd-opt-i` PC `ctrl-alt-i` |
##### Behavior Tool
| Task | Keystroke |
| ----------------------- | ----------------------------- |
| Skip selected | `ctrl-alt-/` or `cmd-/` |
| Save file | Mac: `cmd-s` PC: `ctrl-s` |
##### Animation Tool
| Task | Keystroke |
| --------------------------------| --------- |
| Insert and update a keyframe (current layer) | `s` |
| Insert and update keyframes (all layers) | `a` |
| Reset a keyframe | `r` |
| Delete a keyframe | `d` or `backspace` or `delete` |
| Play preview | `spacebar` |
| Stop preview | `spacebar` or `esc` |
| Save file | Mac: `cmd-s` PC: `ctrl-s` |
##### Animation Tool - Text Boxes
| Task | Keystroke |
| --------------------- | --------- |
| New line, Confirm autocomplete | `enter` |
| Lose focus, Close autocomplete list | `esc` |
| Insert and update a keyframe | `ctrl-s` |