brouter-web/js
Henrik Fehlauer 36d8a207ab Convert all shortcuts to act on keydown already
Contrary to mouse clicks, when pressing keys on a keyboard the
standard behavior is to perform the associated action immediately,
not only when releasing the key again. This should also improve the
perceived performance slightly.

Note that the 'D' shortcut had formerly been handled by Leaflet, which
we now have to do on our own.

While at it, move the character codes over to the options variable, as
found in other parts of the codebase already.

Also removing the listener from the container does not seem needed
anymore nowadays.
2020-05-26 18:00:00 +00:00
..
control Show analysis table highlight above quality coding layer (#304) 2020-05-25 18:00:00 +00:00
plugin Convert all shortcuts to act on keydown already 2020-05-26 18:00:00 +00:00
router Fix Custom option not disabled when URL with profile 2019-11-29 15:45:31 +01:00
util Add sidebar tab with route analysis data 2020-06-07 16:56:50 +02:00
Browser.js Increase prettier maxwidth to 120 2019-08-10 19:36:36 +02:00
index.js Add sidebar tab with route analysis data 2020-06-07 16:56:50 +02:00
LayersConfig.js Fix "Layer not found: route-quality" error msg (ignore built-in layers) 2020-01-08 19:13:15 +01:00
Map.js Make privacy policy URL configurable (#284) 2020-05-28 10:54:08 +02:00
Util.js Hide zoom controls on mobile 2020-05-24 21:24:14 +02:00