P2Package: coreType: bughelp wanted
仓库指标
- 星标
- (20,263 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Environment
- Package version(s): blueprintjs core v3.51.0
- Browser and OS versions: All browsers; macOS
Feature request
The text for Hotkey when combo has the word "option" should display "option" as the associated text on macOS instead of "alt". This is similar to how "mod" is "cmd" or "ctrl" depending on the operating system.
Examples
<Hotkey
global
combo="option"
label="Test"
preventDefault
onKeyDown={() => console.log('test')}
/>
Currently, it automatically renames "option" to "alt" when passed into combo:
Should be: