mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
routing shortcut
This commit is contained in:
@@ -88,7 +88,8 @@
|
||||
previousOverlays,
|
||||
distanceMarkers,
|
||||
directionMarkers,
|
||||
streetViewSource
|
||||
streetViewSource,
|
||||
routing
|
||||
} = settings;
|
||||
|
||||
let undoDisabled = derived(canUndo, ($canUndo) => !$canUndo);
|
||||
@@ -544,6 +545,9 @@
|
||||
} else if (e.key === 'F4') {
|
||||
$directionMarkers = !$directionMarkers;
|
||||
e.preventDefault();
|
||||
} else if (e.key === 'F5') {
|
||||
$routing = !$routing;
|
||||
e.preventDefault();
|
||||
} else if (
|
||||
e.key === 'ArrowRight' ||
|
||||
e.key === 'ArrowDown' ||
|
||||
|
Reference in New Issue
Block a user