diff --git a/app/views/cards/index/_header.html.erb b/app/views/cards/index/_header.html.erb index 52a26c57e..7498d9095 100644 --- a/app/views/cards/index/_header.html.erb +++ b/app/views/cards/index/_header.html.erb @@ -30,8 +30,8 @@
-- Press <%= hotkey_label(["ctrl", "J"]) -%> anytime to open this, esc to close. +
+ Press <%= hotkey_label(["ctrl", "J"]) -%> anytime to open this, esc to close, ↑↓ to move, enter to navigate, x to select.
<% end %> diff --git a/app/views/events/_filter.html.erb b/app/views/events/_filter.html.erb index 70207328c..22add94b5 100644 --- a/app/views/events/_filter.html.erb +++ b/app/views/events/_filter.html.erb @@ -35,8 +35,8 @@ <% end %> <% end %> -- Press <%= hotkey_label(["ctrl", "J"]) -%> anytime to open this, esc to close. +
+ Press <%= hotkey_label(["ctrl", "J"]) -%> anytime to open this, esc to close, ↑↓ to move, enter to navigate, x to select.
<% end %>