From a2586e726529dd5fe748b404221ec61f3f1ababd Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 20 Mar 2025 16:00:25 +0100 Subject: [PATCH] Update comment: Chrome doesn't propagate Ctrl+Up --- adminer/static/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/static/functions.js b/adminer/static/functions.js index 284fb6ad..58b8306a 100644 --- a/adminer/static/functions.js +++ b/adminer/static/functions.js @@ -505,7 +505,7 @@ function bodyClick(event) { -/** Change focus by Ctrl+Up or Ctrl+Down +/** Change focus by Ctrl+Shift+Up or Ctrl+Shift+Down * @param KeyboardEvent * @return boolean */