--- title: Hotkeys short: Hotkeys tier: all type: guide order: 138 order_enterprise: 138 meta_title: Hotkeys in Label Studio section: "Create & Manage Projects" parent: "labeling" parent_enterprise: "labeling" date: 2025-05-24 17:19:21 --- Use keyboard shortcuts, or hotkeys, to improve your labeling performance. ## View out-of-the-box hotkeys From the labeling editor, click the settings icon to see more details about hotkeys or to enable or disable hotkeys. ![Screenshot of settings icon](/images/label/settings.png) !!! info Tip If `enter` is specified and you have a Mac keyboard, use `return` instead. Use `delete` instead of `backspace`, and `option` instead of `alt`. ## Customize global hotkeys from your account page You can easily customize global hotkeys on from the [**Account & Settings > Hotkeys** page](user_account#Hotkeys). ![Screenshot of customized key](/images/admin/global-hotkeys.png) ## Customize global hotkeys using environment variables If you want to change the hotkeys used for specific actions, set the `EDITOR_KEYMAP` environment variable with valid JSON in your `.env` file or when starting Label Studio. For example, to change the keyboard shortcut used to submit an annotation to `shift` + `s`, set the environment variable as follows: ``` EDITOR_KEYMAP='{"annotation:submit":{"key": "shift+s","description": "My Custom Submit Hotkey!"}}' ``` This overwrites the existing hotkey mapping with your custom mapping. See [more about how to set environment variables](https://labelstud.io/guide/start#Set-environment-variables). Refer to the full list of customizable hotkeys in the [`keymap.json` file](https://github.com/HumanSignal/label-studio/blob/develop/web/libs/editor/src/core/settings/keymap.json) to update a different hotkey combination. You cannot use this environment variable to remove an existing or add a new keyboard shortcut. ## Use the `` tag Use the [Shortcut tag](/tags/shortcut) to allow annotators to insert a predefined text snippet into their current annotation. They can do this by either clicking the shortcut button or by pressing its hotkey. !!! info Tip Shortcuts work inside control tags (e.g., ` ```