Add shortcut for geocoder search field
Press 'F', type a query and press 'Enter' to find places effortlessly. Note that the button already triggers on mousedown events, even though by convention it should react on mouseup (i.e. a regular click) only. However, that's an issue in the external dependency, and can be worked around for now.
This commit is contained in:
parent
f23e3751b5
commit
37ab05310b
3 changed files with 15 additions and 1 deletions
|
|
@ -91,6 +91,7 @@
|
|||
"draw-route-start": "Draw route (D key)",
|
||||
"draw-route-stop": "Stop drawing route (ESC key)",
|
||||
"enter-poi-name": "Enter Point of Interest name",
|
||||
"geocoder": "Search (F key)",
|
||||
"geocoder-placeholder": "Search…",
|
||||
"hikebike-hillshading": "Hillshading",
|
||||
"hiking": "Hiking",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue