> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fastgen.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Shortcuts

**Streamline your workflow with quick key combinations.**

<Tabs>
  <Tab title="Mac">
    ## General Shortcuts

    Quick access tools to elevate overall productivity and efficiency in the application.

    #### Command Palette (`⌘ Cmd`+`k`)

    Open a context-sensitive command palette to navigate and perform actions quickly.

    #### Toggle Main Menu (`[`)

    Quickly open or close the main menu for convenient access to various application features.

    ## Navigation Shortcuts

    Facilitate swift and intuitive navigation throughout the application's interface.

    #### Open a New Tab (`⌥ Option` + `t`)

    Open a new tab to multitask or start a new process within the application.

    #### Close Current Tab (`⌥ Option` + `w`)

    Close the tab you are currently on to declutter your workspace.

    #### Switch to Previous Tab (`⌥ Option` + `← Arrow Left`)

    Navigate to the previous tab for efficient multitasking.

    #### Switch to Next Tab (`⌥ Option` + `→ Arrow Right `)

    Move to the next tab to continue working seamlessly across different tasks.

    #### Switch to Tab by Index (`⌥ Option` + `Number`)

    Jump directly to a specific tab using its index number for quick access.

    ## Flow Builder Shortcuts

    Optimize your workflow in the Flow Builder with these targeted shortcuts.

    #### Zoom In (`⌘ Cmd`+`+`)

    Enlarge the view for a closer look at specific areas of your flow.

    #### Zoom Out (`⌘ Cmd`+`-`)

    Decrease the view size to see a broader area of your flow.

    #### Reset View (`⌘ Cmd`+`e`)

    Resets the zoom level to the default view, providing a balanced overview of the flow builder workspace.

    #### Undo (`⌘ Cmd`+`z`)

    Reverse your last action, a vital tool for error correction.

    #### Redo (`⌘ Cmd`+ `⇧ Shift` + `z`)

    Reapply an undone action, allowing for flexible editing decisions.

    #### Switch to debug mode (`⌘ Cmd`+`d`)

    Switches view to debug mode.

    #### Switch to build mode (`⌘ Cmd`+`b`)

    Switches view to debug mode.

    #### Save Changes (`⌘ Cmd`+`s`)

    Instantly saves any changes made in the current action or editor.

    #### Fast Deploy (`⌘ Cmd`+ Click on the button)

    Skip the confirmation modal and quickly deploys your current flow, allowing for rapid testing and implementation of changes.

    ## Code Editor Shortcuts

    Elevate your coding efficiency within the integrated code editor of the Custom Code Action.

    #### Format Code (`⇧ Shift` + `⌥ Option` + `f`)

    Quickly tidy up and format your code, ensuring readability and maintaining coding standards.

    #### Run Script (`⌘ Cmd` + `Enter`)

    Execute your script instantly to test and validate your code.
  </Tab>

  <Tab title="Windows/Linux">
    ## General Shortcuts

    Quick access tools to elevate overall productivity and efficiency in the application.

    #### Command Palette (`Ctrl`+`k`)

    Open a context-sensitive command palette to navigate and perform actions quickly.

    #### Toggle Main Menu (`[`)

    Quickly open or close the main menu for convenient access to various application features.

    ## Navigation Shortcuts

    Facilitate swift and intuitive navigation throughout the application's interface.

    #### Open a New Tab (`Alt` + `t`)

    Open a new tab to multitask or start a new process within the application.

    #### Close Current Tab (`Alt` + `w`)

    Close the tab you are currently on to declutter your workspace.

    #### Switch to Previous Tab (`Alt` + `← Arrow Left`)

    Navigate to the previous tab for efficient multitasking.

    #### Switch to Next Tab (`Alt` + `→ Arrow Right `)

    Move to the next tab to continue working seamlessly across different tasks.

    #### Switch to Tab by Index (`Alt` + `Number`)

    Jump directly to a specific tab using its index number for quick access.

    ## Flow Builder Shortcuts

    Optimize your workflow in the Flow Builder with these targeted shortcuts.

    #### Zoom In (`Ctrl`+`+`)

    Enlarge the view for a closer look at specific areas of your flow.

    #### Zoom Out (`Ctrl`+`-`)

    Decrease the view size to see a broader area of your flow.

    #### Reset View (`Ctrl`+`e`)

    Resets the zoom level to the default view, providing a balanced overview of the flow builder workspace.

    #### Undo (`Ctrl`+`z`)

    Reverse your last action, a vital tool for error correction.

    #### Redo (`Ctrl`+ `Shift` + `z`)

    Reapply an undone action, allowing for flexible editing decisions.

    #### Switch to debug mode (`Ctrl`+`d`)

    Switches view to debug mode.

    #### Switch to build mode (`Ctrl`+`b`)

    Switches view to debug mode.

    #### Save Changes (`Ctrl`+`s`)

    Instantly saves any changes made in the current action or editor.

    #### Fast Deploy (`Ctrl`+ Click on the button)

    Skip the confirmation modal and quickly deploys your current flow, allowing for rapid testing and implementation of changes.

    ## Code Editor Shortcuts

    Elevate your coding efficiency within the integrated code editor of the Custom Code Action.

    #### Format Code (`Shift` + `Alt` + `f`)

    Quickly tidy up and format your code, ensuring readability and maintaining coding standards.

    #### Run Script (`Ctrl` + `Enter`)

    Execute your script instantly to test and validate your code.
  </Tab>
</Tabs>
