Author: AllenJB (AllenJB) Committer: GitHub (web-flow) Pusher: sy-records Date: 2025-11-05T10:56:00+08:00
Commit: https://github.com/php/web-php/commit/e7cfbe98203d93e00aac7c0d159d7c9c3d4faadd Raw diff: https://github.com/php/web-php/commit/e7cfbe98203d93e00aac7c0d159d7c9c3d4faadd.diff Add hint for access key (#1513) Changed paths: M include/footer.inc M tests/Visual/SearchModal.spec.ts-snapshots/tests-screenshots-search-modal-chromium-linux.png Diff: diff --git a/include/footer.inc b/include/footer.inc index 19dc214e0d..894db9becd 100644 --- a/include/footer.inc +++ b/include/footer.inc @@ -169,7 +169,7 @@ if (!empty($_SERVER['BASE_PAGE']) <div> <kbd>↑</kbd> and <kbd>↓</kbd> to navigate • <kbd>Enter</kbd> to select • - <kbd>Esc</kbd> to close + <kbd>Esc</kbd> to close • <kbd>/</kbd> to open </div> <div> Press <kbd>Enter</kbd> without diff --git a/tests/Visual/SearchModal.spec.ts-snapshots/tests-screenshots-search-modal-chromium-linux.png b/tests/Visual/SearchModal.spec.ts-snapshots/tests-screenshots-search-modal-chromium-linux.png index 6b94f2dd08..dbedc2d6e0 100644 Binary files a/tests/Visual/SearchModal.spec.ts-snapshots/tests-screenshots-search-modal-chromium-linux.png and b/tests/Visual/SearchModal.spec.ts-snapshots/tests-screenshots-search-modal-chromium-linux.png differ
