openstreetmap / iD

🆔 The easy-to-use OpenStreetMap editor in JavaScript.
https://www.openstreetmap.org/edit?editor=id
ISC License
3.36k stars 1.21k forks source link

Redo Shortcut should default to Ctrl+y #1163

Closed rnorris closed 11 years ago

rnorris commented 11 years ago

Id version 0.0.0-alpha3.

Given that most desktops machines are Windows PCs (i.e over 80%) the default should be the PC redo standard shortcut 'Ctrl+y'.

Only if you can determine that you are running on a Mac OS should it change to Ctrl+Shift+Z.

NB Linux Desktops programs tend to follow the Windows PCs shortcut key standards.

For mobile devices such shortcuts are less likely to matter (if at all). However I suspect Android usage would follow the PC 'standards', whereas iPhones would follow the normal Mac OS 'standards'.

ansis commented 11 years ago

changed in f80df92

Ctrl+Y should now be the shortcut on windows. Feel free to check here

Ctrl+Shift+Z is pretty standard on linux (gnome, kde), so I'm going to leave it there.