Hi. i want to add a shortcut to the settings for translator3000. i want the display the text editing window option to be active when i press another shortcut, just like the interface opens and closes when i press Alt+p. it is very tedious to open and click the interface every time.
this is the settings file i use. how can i add a shortcut?
{
"gameLanguage": "en-US",
"directionOfTranslation": "tr-TR",
"modeOnStartup": "off",
"_debug_mode": false,
"translationService": "selenium_deepl",
"reserveServices": [],
"workMethod": "dialogueOnly",
"originalInHistory": false,
"displayOriginal": false,
"requestsFrequency": null,
"splitTextAsSentences": true,
"googleHost": "translate.google.com",
"seleniumStartMode": "hide",
"seleniumInputSplitMethod": "strings",
"autoSwitchOnAvailableDB": false,
"deeplLoginData": null,
"addVariablesFromDB": false,
"showEditWindow": false,
"startTranslateAfterPrescan": true,
"useNoFreezeLogic": true,
"pathToChromeExe": null,
"keys": {
"guiShow": {
"extraKeys": [
"alt"
],
"mainKey": "p"
},
"databaseTranslateSwitcher": {
"mainKey": "l",
"extraKeys": [
"alt"
]
}
},
"extraTextOptions": {
"font": "OpenSans-Regular.ttf",
"size": "25",
"color": "#ffffff",
"italic": false,
"bold": false
}
}