mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-08 00:29:44 -04:00
UI: Fix issue where space/esc hotkeys would be blank
This also modifies libobs. This only happened on Linux. Fixes https://obsproject.com/mantis/view.php?id=1018
This commit is contained in:
@@ -2037,6 +2037,7 @@ void OBSBasic::InitHotkeys()
|
||||
t.apple_keypad_decimal = Str("Hotkeys.AppleKeypadDecimal");
|
||||
t.apple_keypad_equal = Str("Hotkeys.AppleKeypadEqual");
|
||||
t.mouse_num = Str("Hotkeys.MouseButton");
|
||||
t.escape = Str("Hotkeys.Escape");
|
||||
obs_hotkeys_set_translations(&t);
|
||||
|
||||
obs_hotkeys_set_audio_hotkeys_translations(Str("Mute"), Str("Unmute"),
|
||||
|
||||
Reference in New Issue
Block a user