feat: add more accessible keybinds for key hints overlay

closes #21
This commit is contained in:
CJ van den Berg 2026-02-03 21:01:59 +01:00
parent 75fa4408fa
commit 09bb80b268
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 19 additions and 3 deletions

View file

@ -83,7 +83,7 @@ fn render(mode: *keybind.Mode, bindings: []const keybind.Binding, theme: *const
widget_style.border.sie,
}) catch {};
top_layer_.cursor_move_yx(@intCast(top_layer_.window.height -| 1), @intCast(4));
_ = top_layer_.print("{s} C-A-? for more {s}", .{
_ = top_layer_.print("{s} S-f1 or C-A-? for more {s}", .{
widget_style.border.sib,
widget_style.border.sie,
}) catch {};