mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 03:40:30 +00:00
disp/gl: Fix cursor hide keybind
Now it shows correctly in help and also works through terminal
(cherry picked from commit 59c2f5b974)
This commit is contained in:
@@ -361,7 +361,7 @@ static constexpr pair<int64_t, string_view> keybindings[] = {
|
||||
pair<int64_t, string_view>{K_ALT('d'), "toggle deinterlace"},
|
||||
pair<int64_t, string_view>{K_ALT('p'), "pause video"},
|
||||
pair<int64_t, string_view>{K_ALT('s'), "screenshot"},
|
||||
pair<int64_t, string_view>{K_ALT('c'), "show/hide cursor"},
|
||||
pair<int64_t, string_view>{K_ALT('m'), "force show/hide cursor (default is autohide when not moving)"},
|
||||
pair<int64_t, string_view>{K_CTRL_DOWN, "make window 10% smaller"},
|
||||
pair<int64_t, string_view>{K_CTRL_UP, "make window 10% bigger"}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user