Usage / Keybinds / BLOC Format / FAQ / How It Works
Complete reference for keyboard shortcuts available in the Language Editor window (Tools > Localization > Language Editor).
| 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 |
| 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 |
| Shortcut | Action |
|---|---|
Ctrl + T |
Translate the selected key using DeepL |
Ctrl + C |
Copy the selected key name to clipboard |
- 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
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)
Quickly translate a key using DeepL integration:
- Select a key
- Set up your DeepL API key in the Settings tab
- Press
Ctrl + Tto translate the selected key - The translation will be applied to all target languages
Note: DeepL translation requires an API key configured in the Settings tab.
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")
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
Remove unused keys:
- Select a key
- Press
DeleteorBackspace - Confirm deletion in the dialog
Warning: Deleted keys cannot be recovered. Make sure to save backups.
- 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