Skip to content

Commit ae19aaf

Browse files
resadentlightningterror
authored andcommitted
Hotkeys: Add default hotkey to mute audio using Ctrl + M
1 parent 6614288 commit ae19aaf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pcsx2/SIO/Pad/Pad.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ void Pad::SetDefaultHotkeyConfig(SettingsInterface& si)
239239
si.SetStringValue("Hotkeys", "ZoomOut", "Keyboard/Control & Keyboard/Minus");
240240
// Missing hotkey for resetting zoom back to 100 with Keyboard/Control & Keyboard/Asterisk
241241

242+
// PCSX2 Controller Settings - Hotkeys - Graphics
243+
si.SetStringValue("Hotkeys", "Mute", "Keyboard/Control & Keyboard/M");
244+
242245
// PCSX2 Controller Settings - Hotkeys - Input Recording
243246
si.SetStringValue("Hotkeys", "InputRecToggleMode", "Keyboard/Shift & Keyboard/R");
244247

0 commit comments

Comments
 (0)