Change distance-measurement hotkey to cmd-I

This commit is contained in:
Bryan Housel
2015-05-26 12:27:50 -04:00
parent 982276261e
commit 1287e4cad9
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -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) {