mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Add L as the keyboard shortcut for geolocation (close #7395)
This commit is contained in:
@@ -535,6 +535,7 @@ en:
|
||||
search: Search worldwide...
|
||||
no_results_worldwide: No results found
|
||||
geolocate:
|
||||
key: L
|
||||
title: Show My Location
|
||||
locating: "Locating, please wait..."
|
||||
inspector:
|
||||
@@ -1974,6 +1975,7 @@ en:
|
||||
pan_more: "Pan map by one screenful"
|
||||
zoom: "Zoom in / Zoom out"
|
||||
zoom_more: "Zoom in / Zoom out by a lot"
|
||||
geolocate: "Zoom to my location"
|
||||
help:
|
||||
title: "Help"
|
||||
help: "Show help/documentation"
|
||||
|
||||
@@ -31,6 +31,10 @@
|
||||
"text": "shortcuts.browsing.navigation.zoom_more",
|
||||
"separator": ","
|
||||
},
|
||||
{
|
||||
"shortcuts": ["geolocate.key"],
|
||||
"text": "shortcuts.browsing.navigation.geolocate"
|
||||
},
|
||||
{
|
||||
"section": "display_options",
|
||||
"text": "shortcuts.browsing.display_options.title"
|
||||
|
||||
Reference in New Issue
Block a user