mirror of
https://github.com/OFFIS-ESC/constellation-analyzer
synced 2026-01-26 23:43:40 +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",
|
||||
description: "Fit View to Content",
|
||||
key: "f",
|
||||
ctrl: true,
|
||||
shift: true,
|
||||
handler: () => options.onFitView?.(),
|
||||
category: "View",
|
||||
enabled: !!options.onFitView,
|
||||
|
|
|
|||
Loading…
Reference in a new issue