-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow Ctrl-Arrow decrease the pan increment #388
Comments
2 observations:
|
In the _onKeyDown function in Leaflet they return if the control key is pressed, not really sure why though. I did try adding this feature here https://github.com/ben-lu-uw/Web-Map-Custom-Element/tree/ctrl_pan and it seems to be issue free for me |
Google Maps uses the shift modifier to decrease the pan increment, however Leaflet already uses that to increase it... |
I tested powerpoint just now and ctrl-arrow doesn't appear to do anything different than just arrow by itself. Ctrl-scrollwheel or Ctrl-+/- changes the magnification of a domain in chrome. Ctrl-arrow skips a word in most text editors, so increases the increment of cursor movement. Let's dig a little more to see if there's anything arguing against using ctrl-arrow for decreased pan increments. |
Ability to rotate map will need a modifier too. |
|
Make it easier to target smaller features using keyboard + graticule
The text was updated successfully, but these errors were encountered: