Skip to content

Commit 59c2f5b

Browse files
committed
disp/gl: Fix cursor hide keybind
Now it shows correctly in help and also works through terminal
1 parent 7624efb commit 59c2f5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/video_display/gl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ static constexpr pair<int64_t, string_view> keybindings[] = {
361361
pair<int64_t, string_view>{K_ALT('d'), "toggle deinterlace"},
362362
pair<int64_t, string_view>{K_ALT('p'), "pause video"},
363363
pair<int64_t, string_view>{K_ALT('s'), "screenshot"},
364-
pair<int64_t, string_view>{K_ALT('c'), "show/hide cursor"},
364+
pair<int64_t, string_view>{K_ALT('m'), "force show/hide cursor (default is autohide when not moving)"},
365365
pair<int64_t, string_view>{K_CTRL_DOWN, "make window 10% smaller"},
366366
pair<int64_t, string_view>{K_CTRL_UP, "make window 10% bigger"}
367367
};

0 commit comments

Comments
 (0)