Keyboard Shortcuts
RAV is primarily a pointer-driven desktop tool. The current build does not ship global playback shortcuts. Available keybindings are contextual:
| Shortcut | Context | Action |
|---|---|---|
Tab | Code editor | Indent by 2 spaces |
Shift+Tab | Code editor | Outdent by 2 spaces |
Enter | JS Console REPL | Execute the current command |
Shift+Enter | JS Console REPL | Insert a new line (multiline input) |
Arrow Up | JS Console REPL | Previous command from history |
Arrow Down | JS Console REPL | Next command in history |
Enter | Runtime version field | Apply the custom semver |
Enter | MCP port field | Apply the typed port |
Escape | Settings popover | Close the popover |