mirror of
https://github.com/OFFIS-ESC/constellation-analyzer
synced 2026-01-27 15:53:42 +00:00
fix: show keyboard shortcut help should be used with ctrl
This commit is contained in:
parent
df95a7c84c
commit
ac252dc5ed
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ export function useGlobalShortcuts(options: UseGlobalShortcutsOptions = {}) {
|
||||||
id: "show-help",
|
id: "show-help",
|
||||||
description: "Show Keyboard Shortcuts",
|
description: "Show Keyboard Shortcuts",
|
||||||
key: "?",
|
key: "?",
|
||||||
|
ctrl: true,
|
||||||
handler: () => options.onOpenHelp?.(),
|
handler: () => options.onOpenHelp?.(),
|
||||||
category: "Navigation",
|
category: "Navigation",
|
||||||
enabled: !!options.onOpenHelp,
|
enabled: !!options.onOpenHelp,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue