This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Registering this string as the URL for a new custom search engine in any Chromium-based browser | |
// will allow you to perform queries for places or for directions with one single custom search engine keyword. | |
// | |
// Usage: | |
// - Any query containing a slash ("/") will be interpreted as a search for directions between two places | |
// (e.g. "louvre/arc de triomphe"). | |
// - Any other query will be interpreted as a regular Google Maps search | |
// (e.g. "louvre"). | |
// | |
// Caveats: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; To organize commands into "categories". | |
; With a little tooltip to help keeping track. | |
; === The Helper function === | |
; - displays the tooltip | |
; - waits for the expected input | |
; - calls the "Menu function" if it exists (just a shortcut for menus which use a dedicated function) | |
; - or returns the input | |
; | |
; Parameters: |