initial commit

This commit is contained in:
2026-03-22 03:21:45 +02:00
commit 897fea9f4e
15431 changed files with 2548840 additions and 0 deletions

33
docs/cheat-sheet.md Normal file
View File

@@ -0,0 +1,33 @@
### 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` |