Make the mute hotkey global.
This commit is contained in:
@@ -183,12 +183,13 @@ Container@EDITOR_ROOT:
|
||||
Logic: LoadMapEditorLogic
|
||||
Children:
|
||||
LogicKeyListener@GLOBAL_KEYHANDLER:
|
||||
Logic: MusicHotkeyLogic, ScreenshotHotkeyLogic
|
||||
Logic: MusicHotkeyLogic, ScreenshotHotkeyLogic, MuteHotkeyLogic
|
||||
StopMusicKey: StopMusic
|
||||
PauseMusicKey: PauseMusic
|
||||
PrevMusicKey: PrevMusic
|
||||
NextMusicKey: NextMusic
|
||||
TakeScreenshotKey: TakeScreenshot
|
||||
MuteAudioKey: ToggleMute
|
||||
Container@WORLD_ROOT:
|
||||
Container@MENU_ROOT:
|
||||
TooltipContainer@TOOLTIP_CONTAINER:
|
||||
|
||||
@@ -2,12 +2,13 @@ Container@INGAME_ROOT:
|
||||
Logic: LoadIngamePlayerOrObserverUILogic
|
||||
Children:
|
||||
LogicKeyListener@GLOBAL_KEYHANDLER:
|
||||
Logic: MusicHotkeyLogic, ScreenshotHotkeyLogic
|
||||
Logic: MusicHotkeyLogic, ScreenshotHotkeyLogic, MuteHotkeyLogic
|
||||
StopMusicKey: StopMusic
|
||||
PauseMusicKey: PauseMusic
|
||||
PrevMusicKey: PrevMusic
|
||||
NextMusicKey: NextMusic
|
||||
TakeScreenshotKey: TakeScreenshot
|
||||
MuteAudioKey: ToggleMute
|
||||
Container@WORLD_ROOT:
|
||||
Logic: LoadIngamePerfLogic
|
||||
Children:
|
||||
|
||||
@@ -2,12 +2,13 @@ Container@MAINMENU:
|
||||
Logic: MainMenuLogic
|
||||
Children:
|
||||
LogicKeyListener@GLOBAL_KEYHANDLER:
|
||||
Logic: MusicHotkeyLogic, ScreenshotHotkeyLogic
|
||||
Logic: MusicHotkeyLogic, ScreenshotHotkeyLogic, MuteHotkeyLogic
|
||||
StopMusicKey: StopMusic
|
||||
PauseMusicKey: PauseMusic
|
||||
PrevMusicKey: PrevMusic
|
||||
NextMusicKey: NextMusic
|
||||
TakeScreenshotKey: TakeScreenshot
|
||||
MuteAudioKey: ToggleMute
|
||||
Background@BORDER:
|
||||
Background: mainmenu-border
|
||||
X: 0 - 15
|
||||
|
||||
Reference in New Issue
Block a user