mirror of
https://github.com/OFFIS-ESC/constellation-analyzer
synced 2026-01-27 07:43:41 +00:00
fix: fit view to content shortcut overrides typing the F letter everywhere
This commit is contained in:
parent
ce0ee71193
commit
df95a7c84c
1 changed files with 2 additions and 0 deletions
|
|
@ -167,6 +167,8 @@ export function useGlobalShortcuts(options: UseGlobalShortcutsOptions = {}) {
|
||||||
id: "fit-view",
|
id: "fit-view",
|
||||||
description: "Fit View to Content",
|
description: "Fit View to Content",
|
||||||
key: "f",
|
key: "f",
|
||||||
|
ctrl: true,
|
||||||
|
shift: true,
|
||||||
handler: () => options.onFitView?.(),
|
handler: () => options.onFitView?.(),
|
||||||
category: "View",
|
category: "View",
|
||||||
enabled: !!options.onFitView,
|
enabled: !!options.onFitView,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue