From 27922e81b8f16bc12ef3f0fb391215ff836ae950 Mon Sep 17 00:00:00 2001 From: Thomas Hervey Date: Sun, 22 Jul 2018 00:16:17 -0400 Subject: [PATCH] updated shortcut menu --- data/core.yaml | 5 +++-- data/shortcuts.json | 5 +++++ dist/locales/en.json | 5 +++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index 348dfaa0f..ceff1d969 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -770,7 +770,7 @@ en: move_note: "Only new notes can be moved. To move a note, place the mouse cursor over the new note, then press and hold the {leftclick} left mouse button while dragging the note to its new location. Once acceptable, give the note a description and click `Add Note`." update_note_h: "Closing, Reopening, and Commenting" update_note: "An existing note can be updated by closing it, reopening it, or commenting on it. Closing a note indicates that the problem has been resolved. Reopening a note indicates that the original or a previous issue is not resolved, or that there is a new issue. A comment on a note is for discussion." - update_note_command: "To update a note, {leftclick} left-click on the note to select it and show the edit menu, then update as needed." + update_note_command: "To update a note, {leftclick} left-click on the note to select it and show the edit menu, then update as needed. Notes are not features and updates must be saved individually." imagery: title: Background Imagery intro: "The background imagery that appears beneath the map data is an important resource for mapping. This imagery can be aerial photos collected from satellites, airplanes, and drones, or it can be scanned historical maps or other freely available source data." @@ -1135,7 +1135,8 @@ en: add_point: "'Add point' mode" add_line: "'Add line' mode" add_area: "'Add area' mode" - place_point: "Place a point" + add_note: "'Add note' mode" + place_point: "Place a point or note" disable_snap: "Hold to disable point snapping" stop_line: "Finish drawing a line or area" operations: diff --git a/data/shortcuts.json b/data/shortcuts.json index ee0c9cdc9..ff4fd800d 100644 --- a/data/shortcuts.json +++ b/data/shortcuts.json @@ -171,6 +171,11 @@ ], "text": "shortcuts.editing.drawing.add_area" }, + { + "shortcuts": ["4" + ], + "text": "shortcuts.editing.drawing.add_note" + }, { "shortcuts": ["Left-click","shortcuts.key.space" ], diff --git a/dist/locales/en.json b/dist/locales/en.json index 24f1863f3..8a0708fd7 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -913,7 +913,7 @@ "move_note": "Only new notes can be moved. To move a note, place the mouse cursor over the new note, then press and hold the {leftclick} left mouse button while dragging the note to its new location. Once acceptable, give the note a description and click `Add Note`.", "update_note_h": "Closing, Reopening, and Commenting", "update_note": "An existing note can be updated by closing it, reopening it, or commenting on it. Closing a note indicates that the problem has been resolved. Reopening a note indicates that the original or a previous issue is not resolved, or that there is a new issue. A comment on a note is for discussion.", - "update_note_command": "To update a note, {leftclick} left-click on the note to select it and show the edit menu, then update as needed." + "update_note_command": "To update a note, {leftclick} left-click on the note to select it and show the edit menu, then update as needed. Notes are not features and updates must be saved individually." }, "imagery": { "title": "Background Imagery", @@ -1309,7 +1309,8 @@ "add_point": "'Add point' mode", "add_line": "'Add line' mode", "add_area": "'Add area' mode", - "place_point": "Place a point", + "add_note": "'Add note' mode", + "place_point": "Place a point or note", "disable_snap": "Hold to disable point snapping", "stop_line": "Finish drawing a line or area" },