Torem Frontend commands
Actual commands
- newTranslation:
torem-frontend-commands.newTranslation
Recomended
- Press
Ctrl + Shift + P
- Select
Open keyboard shortcuts (JSON).
- Add your custom key binding to execute torem-frontend-commands.
- Example:
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+t",
"command": "torem-frontend-commands.newTranslation"
}
]
| |