Project

General

Profile

Actions

Bug #105078

closed

Example of Hotkey API in docs does not work

Added by Stefan Froemken about 2 months ago. Updated about 2 months ago.

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 #1

Updated by Garvin Hicking about 2 months ago

  • Status changed from New to Closed

Thanks for noticing this! This is a documentation issue. Created a PR for it: https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/pull/4774

Actions

Also available in: Atom PDF