mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
oops, forgot to commit hotkeys.cpp
Originally committed to SVN as r2191.
This commit is contained in:
parent
baf52a3430
commit
4e334cb1d1
@ -423,14 +423,16 @@ void HotkeyManager::LoadDefaults() {
|
||||
SetHotkey(_("Audio Medusa Previous"),_T("KP_0"));
|
||||
SetHotkey(_("Audio Medusa Enter"),_T("KP_Enter"));
|
||||
|
||||
SetHotkey(_("Translation Assistant Play"),_T("End"));
|
||||
SetHotkey(_("Translation Assistant Play Audio"),_T("End"));
|
||||
SetHotkey(_("Translation Assistant Play Video"),_T("Home"));
|
||||
SetHotkey(_("Translation Assistant Next"),_T("PgDn"));
|
||||
SetHotkey(_("Translation Assistant Prev"),_T("PgUp"));
|
||||
SetHotkey(_("Translation Assistant Accept"),_T("Enter"));
|
||||
SetHotkey(_("Translation Assistant Preview"),_T("F8"));
|
||||
SetHotkey(_("Translation Assistant Insert Original"),_T("Insert"));
|
||||
|
||||
SetHotkey(_("Styling Assistant Play"),_T("End"));
|
||||
SetHotkey(_("Styling Assistant Play Audio"),_T("End"));
|
||||
SetHotkey(_("Styling Assistant Play Video"),_T("Home"));
|
||||
SetHotkey(_("Styling Assistant Next"),_T("PgDn"));
|
||||
SetHotkey(_("Styling Assistant Prev"),_T("PgUp"));
|
||||
SetHotkey(_("Styling Assistant Accept"),_T("Enter"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user