mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 22:46:38 +02:00
Change distance-measurement hotkey to cmd-I
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
iD.ui.Info = function(context) {
|
||||
var key = t('infobox.key'),
|
||||
var key = iD.ui.cmd('⌘I'),
|
||||
imperial = (iD.detect().locale.toLowerCase() === 'en-us');
|
||||
|
||||
function info(selection) {
|
||||
|
||||
Reference in New Issue
Block a user