Language Editor Keyboard Shortcuts
March 13, 2026 · View on GitHub
Usage / Keybinds / BLOC Format / FAQ / How It Works
Language Editor Keyboard Shortcuts
Complete reference for keyboard shortcuts available in the Language Editor window (Tools > Localization > Language Editor).
Navigation
| Shortcut | Action |
|---|---|
↑ (Up Arrow) | Select previous key in the list |
↓ (Down Arrow) | Select next key in the list |
Ctrl + ↑ | Move selected key up in the list (reorder) |
Ctrl + ↓ | Move selected key down in the list (reorder) |
Escape | Deselect current key |
Key Management
| Shortcut | Action |
|---|---|
Delete or Backspace | Delete the selected key (with confirmation dialog) |
Ctrl + R | Rename the selected key |
Ctrl + S | Save all changes to language files |
Translation & Copy
| Shortcut | Action |
|---|---|
Ctrl + T | Translate the selected key using DeepL/Gemini |
Ctrl + C | Copy the selected key name to clipboard |
How to Use
Navigating Keys
- Open the Language Editor (
Tools > Localization > Language Editor) - Click on the Keys tab
- Use
↑and↓arrows to navigate through keys - The key details panel updates automatically as you navigate
Reordering Keys
Keys can be reordered to organize your translations:
- Select a key using
↑or↓ - Hold
Ctrland press↑or↓to move the key - The new order is saved when you save the files (
Ctrl + S)
Translating with DeepL/Gemini
Quickly translate a key using DeepL/Gemini integration:
- Select a key
- Set up your DeepL/Gemini API key in the Settings tab
- Press
Ctrl + Tto translate the selected key - The translation will be applied to all target languages
Note: DeepL/Gemini translation requires an API key configured in the Settings tab.
Copying Key Names
Copy key names for use in code:
- Select a key
- Press
Ctrl + C - The key name is copied to clipboard
- Paste into your code:
LocalizationManager.GetText("copied_key")
Renaming Keys
Rename keys without losing translations:
- Select a key
- Press
Ctrl + R - Enter the new name in the dialog
- All translations are preserved under the new key name
Deleting Keys
Remove unused keys:
- Select a key
- Press
DeleteorBackspace - Confirm deletion in the dialog
Warning: Deleted keys cannot be recovered. Make sure to save backups.
Tips
- Quick Save: Use
Ctrl + Sfrequently to avoid losing changes - Batch Operations: The editor prompts for auto-save before compiling or entering Play Mode
- Keyboard Focus: Shortcuts work when the Language Editor window is focused
- Reorder Organization: Use
Ctrl + ↑/↓to group related keys together