Keyboard Shortcuts

Roflow ships with a handful of keyboard shortcuts for switching between the Dashboard and Code, talking to the agent, and moving around the editor.

Roflow shortcuts

These shortcuts are specific to Roflow. On macOS use Cmd; on Windows use Ctrl.

ActionmacOSWindows
Toggle between Dashboard and CodeCmd+Shift+HCtrl+Shift+H
Jump to the Roflow Agent chat inputCmd+LCtrl+L
Add the selected code to the agent chatCmd+'Ctrl+'

A few notes on these:

  • Toggle Dashboard / Code flips the main area between the Game Dashboard and the code editor. You can do the same thing with the button at the top of the left sidebar, or with the Roflow: Show Dashboard / Roflow: Show Code commands. See the full list on the Commands page.
  • Jump to Chat Input moves your cursor straight into the agent composer so you can start typing a request. When you have no text selected in the editor, Cmd/Ctrl+' does the same thing.
  • Add the selected code to the agent chat only works when you have code selected in the editor — it appends the selection to the composer as context so you can ask about it or build on it. You can also do this from the editor's right-click menu (Add to Roflow Agent), and terminal output can be added the same way.

For more on working in the chat panel, see Talking to Roflow.

Dashboard-only shortcuts

While you're in Dashboard mode, two shortcuts stage a ready-to-go task in the chat input based on your game's current state:

ActionmacOSWindows
Start the recommended next stepCmd+Shift+BCtrl+Shift+B
Fix the top open riskCmd+Shift+FCtrl+Shift+F

These fill the chat composer with the task so you can review and edit it before sending — they never start work on their own. Learn more in Planning Your Game.

Switching the agent to Act mode

The agent has a Plan mode (where it proposes an approach without changing anything) and an Act mode (where it does the work). When the agent invites you to switch, you can press Cmd+Shift+A on macOS to move from Plan to Act, or just click the Act Mode control shown in its message. See Planning Your Game for how Plan and Act modes work together.

Standard editor shortcuts

Roflow is built on a familiar code-editor foundation, so the everyday editor shortcuts you may already know are unchanged.

ActionmacOSWindows
Command Palette (run any command)Cmd+Shift+PCtrl+Shift+P
Quick Open (go to file)Cmd+PCtrl+P
Search across your projectCmd+Shift+FCtrl+Shift+F

The Command Palette is the fastest way to reach anything by name, including all of Roflow's own commands — see the Commands reference for what you can run there.