mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
NetPlayChatUI: Add activate chat hotkey
This commit is contained in:
parent
eaa1874875
commit
f7897778ff
8 changed files with 33 additions and 2 deletions
|
@ -196,6 +196,10 @@ void HotkeyScheduler::Run()
|
|||
|
||||
auto& settings = Settings::Instance();
|
||||
|
||||
// Toggle Chat
|
||||
if (IsHotkey(HK_ACTIVATE_CHAT))
|
||||
emit ActivateChat();
|
||||
|
||||
// Recording
|
||||
if (IsHotkey(HK_START_RECORDING))
|
||||
emit StartRecording();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue