initial commit
This commit is contained in:
33
docs/cheat-sheet.md
Normal file
33
docs/cheat-sheet.md
Normal 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` |
|
||||
Reference in New Issue
Block a user