mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
remove tts hotkey for linux and update readme (#2833)
This commit is contained in:
parent
5f0f2731ee
commit
79a10c62ef
2 changed files with 6 additions and 2 deletions
|
@ -896,11 +896,13 @@ extern "C" void Graph_StartFrame() {
|
|||
|
||||
break;
|
||||
}
|
||||
#if defined(_WIN32) || defined(__APPLE__)
|
||||
case KbScancode::LUS_KB_F9: {
|
||||
// Toggle TTS
|
||||
CVarSetInteger("gA11yTTS", !CVarGetInteger("gA11yTTS", 0));
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
case KbScancode::LUS_KB_TAB: {
|
||||
// Toggle HD Assets
|
||||
CVarSetInteger("gAltAssets", !CVarGetInteger("gAltAssets", 0));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue