Actions
Bug #105078
closedExample of Hotkey API in docs does not work
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
Start date:
2024-09-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hello,
Feature: #101507
OS: MacOS Sequoia 15.0 (24A335)
Browser: 129.0.6668.58
Docs: https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Backend/JavaScript/HotkeyApi/Index.html#js-hotkey-api-example
[Hotkeys.normalizedCtrlModifierKey, ModifierKeys.ALT, 'e'],
Don't know why, but OPTION + COMMAND + e results in "€". So the right version for MacOS is:
[Hotkeys.normalizedCtrlModifierKey, ModifierKeys.ALT, '€'],
Stefan
Actions