From 98c1f32e1c7586bf183fea8d8c53ae3057312ea9 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 3 Jun 2025 08:54:37 -0500 Subject: [PATCH] Spell it all out for now --- app/views/cards/index/_header.html.erb | 4 ++-- app/views/events/_filter.html.erb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 @@ <%= render "cards/index/collections_filter", filter: filter %> -

- 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 %>