Mass guide editor changes #18

Merged
Tyler merged 25 commits from guide_editor_changes into main 2026-06-15 15:37:48 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a3425c36b4 - Show all commits
+1 -1
View File
@@ -649,7 +649,7 @@ const SHORTCUTS = [
['Ctrl+V', 'Paste annotation, or clipboard image as new step'], ['Ctrl+V', 'Paste annotation, or clipboard image as new step'],
]], ]],
['Canvas tools', [ ['Canvas tools', [
['S R O L A T', 'Select · Rect · Oval · Line · Arrow · Text'], ['S R O L A T', 'Select · Rectangle · Oval · Line · Arrow · Text'],
['G N B H M U C', 'Tooltip · Number · Blur · Highlight · Magnify · Cursor · Crop'], ['G N B H M U C', 'Tooltip · Number · Blur · Highlight · Magnify · Cursor · Crop'],
['Ctrl+C', 'Copy selected annotation'], ['Ctrl+C', 'Copy selected annotation'],
['Delete', 'Delete selected annotation'], ['Delete', 'Delete selected annotation'],
+1 -1
View File
@@ -189,7 +189,7 @@ class GuideEditor {
this.root.innerHTML = ''; this.root.innerHTML = '';
const toolButtons = [ const toolButtons = [
['select', 'Select'], ['select', 'Select'],
['rect', 'Rect'], ['rect', 'Rectangle'],
['oval', 'Oval'], ['oval', 'Oval'],
['line', 'Line'], ['line', 'Line'],
['arrow', 'Arrow'], ['arrow', 'Arrow'],