mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 07:25:15 +02:00
Decrement mode keybindings (fixes #1073)
This commit is contained in:
@@ -4,7 +4,7 @@ iD.modes.AddArea = function(context) {
|
||||
button: 'area',
|
||||
title: t('modes.add_area.title'),
|
||||
description: t('modes.add_area.description'),
|
||||
key: '4'
|
||||
key: '3'
|
||||
};
|
||||
|
||||
var behavior = iD.behavior.AddWay(context)
|
||||
|
||||
@@ -4,7 +4,7 @@ iD.modes.AddLine = function(context) {
|
||||
button: 'line',
|
||||
title: t('modes.add_line.title'),
|
||||
description: t('modes.add_line.description'),
|
||||
key: '3'
|
||||
key: '2'
|
||||
};
|
||||
|
||||
var behavior = iD.behavior.AddWay(context)
|
||||
|
||||
@@ -3,7 +3,7 @@ iD.modes.AddPoint = function(context) {
|
||||
id: 'add-point',
|
||||
title: t('modes.add_point.title'),
|
||||
description: t('modes.add_point.description'),
|
||||
key: '2'
|
||||
key: '1'
|
||||
};
|
||||
|
||||
var behavior = iD.behavior.Draw(context)
|
||||
|
||||
Reference in New Issue
Block a user