mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
+20
-1
@@ -1018,8 +1018,27 @@ en:
|
||||
start: "Start mapping!"
|
||||
shortcuts:
|
||||
title: "Keyboard shortcuts"
|
||||
key:
|
||||
alt: Alt
|
||||
backspace: Backspace
|
||||
cmd: Cmd
|
||||
ctrl: Ctrl
|
||||
delete: Delete
|
||||
del: Del
|
||||
end: End
|
||||
enter: Enter
|
||||
esc: Esc
|
||||
home: Home
|
||||
option: Option
|
||||
pause: Pause
|
||||
pgdn: PgDn
|
||||
pgup: PgUp
|
||||
return: Return
|
||||
shift: Shift
|
||||
space: Space
|
||||
gesture:
|
||||
drag: drag
|
||||
or: "-or-"
|
||||
drag: drag
|
||||
browsing:
|
||||
title: "Browsing"
|
||||
navigation:
|
||||
|
||||
+4
-4
@@ -79,7 +79,7 @@
|
||||
}, {
|
||||
"modifiers": ["⇧"],
|
||||
"shortcuts": ["Left-click"],
|
||||
"gesture": "shortcuts.drag",
|
||||
"gesture": "shortcuts.gesture.drag",
|
||||
"text": "shortcuts.browsing.selecting.lasso"
|
||||
}, {
|
||||
"shortcuts": [],
|
||||
@@ -90,7 +90,7 @@
|
||||
"section": "with_selected",
|
||||
"text": "shortcuts.browsing.with_selected.title"
|
||||
}, {
|
||||
"shortcuts": ["Right-click", "Space"],
|
||||
"shortcuts": ["Right-click", "shortcuts.key.space"],
|
||||
"text": "shortcuts.browsing.with_selected.edit_menu"
|
||||
}, {
|
||||
"modifiers": ["⌘"],
|
||||
@@ -114,7 +114,7 @@
|
||||
"shortcuts": ["}", "⇟"],
|
||||
"text": "shortcuts.browsing.vertex_selected.last"
|
||||
}, {
|
||||
"shortcuts": ["\\", "Pause"],
|
||||
"shortcuts": ["\\", "shortcuts.key.pause"],
|
||||
"text": "shortcuts.browsing.vertex_selected.change_parent"
|
||||
}
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
"shortcuts": ["3"],
|
||||
"text": "shortcuts.editing.drawing.add_area"
|
||||
}, {
|
||||
"shortcuts": ["Space"],
|
||||
"shortcuts": ["shortcuts.key.space"],
|
||||
"text": "shortcuts.editing.drawing.place_point"
|
||||
}, {
|
||||
"shortcuts": ["⌥"],
|
||||
|
||||
Reference in New Issue
Block a user