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:
Clayton Groeneveld
2019-03-31 05:09:43 -05:00
parent 29a1a97392
commit e321005b02
5 changed files with 6 additions and 0 deletions

View File

@@ -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"),