[BUGFIX] Use more intuitive shortcut to open the live search
The UX team discusses internally whether the existing shortcut to open the live search (Shift+Shift) introduced in #98348 is counter-intuitive for regular editors or not. Common sense seems to be Ctrl/Cmd+K to open the search in several applications and websites (Discord, Slack, and even in Chrome), so the keyboard shortcut should be changed. If any modal is already open, the new keystroke is not caught and any default browser behavior is kept. Resolves: #98467 Related: #98348 Releases: main Change-Id: I6e4a08030f88ebee1cc0e6f944786e1defb30ea4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75890 Tested-by:core-ci <typo3@b13.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Frank Nägler <frank.naegler@typo3.com> Tested-by:
Annett Jähnichen <mcmietz@web.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- Build/Sources/TypeScript/backend/live-search/double-shift-trigger.ts 0 additions, 39 deletions...es/TypeScript/backend/live-search/double-shift-trigger.ts
- Build/Sources/TypeScript/backend/live-search/live-search-shortcut.ts 41 additions, 0 deletions...es/TypeScript/backend/live-search/live-search-shortcut.ts
- Build/Sources/TypeScript/backend/toolbar/live-search.ts 9 additions, 15 deletionsBuild/Sources/TypeScript/backend/toolbar/live-search.ts
- typo3/sysext/backend/Classes/Template/ModuleTemplate.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Template/ModuleTemplate.php
- typo3/sysext/backend/Resources/Public/JavaScript/live-search/live-search-shortcut.js 13 additions, 0 deletions...ces/Public/JavaScript/live-search/live-search-shortcut.js
- typo3/sysext/backend/Resources/Public/JavaScript/toolbar/live-search.js 1 addition, 1 deletion...ackend/Resources/Public/JavaScript/toolbar/live-search.js
- typo3/sysext/core/Documentation/Changelog/12.0/Feature-98348-LiveSearchMovedIntoModalWindow.rst 3 additions, 2 deletions...log/12.0/Feature-98348-LiveSearchMovedIntoModalWindow.rst
- typo3/sysext/core/Resources/Private/Language/locallang_misc.xlf 2 additions, 2 deletions...sysext/core/Resources/Private/Language/locallang_misc.xlf
Please register or sign in to comment