mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Feature: Hint viewer (#666)
* Add Hint viewer - Add hints for arrows and lines - Add hints for resizing elements * Swap priority of multi mode and resize mode in Hint Viewer * Remove dangling locales from public * Add shortcut to hide hints * Change hint texts and show resize hint ONLY during resizing * Remove hints toggling
This commit is contained in:
parent
23d40ae4a5
commit
f70bd0081c
6 changed files with 78 additions and 0 deletions
|
@ -77,5 +77,10 @@
|
|||
"canvasActions": "Canvas actions",
|
||||
"selectedShapeActions": "Selected shape actions",
|
||||
"shapes": "Shapes"
|
||||
},
|
||||
"hints": {
|
||||
"linearElement": "Click to start multiple points, drag for single line",
|
||||
"linearElementMulti": "Press Escape or Enter to finish",
|
||||
"resize": "You can constraint proportions by holding SHIFT while resizing"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue