mirror of
https://github.com/wassname/sloth.git
synced 2026-08-12 12:30:50 +08:00
allow rects to be moved by keyboard
This commit is contained in:
@@ -46,6 +46,14 @@ created rectangles, maybe even different kinds for different label types::
|
||||
"head" : GreenRectItem,
|
||||
}
|
||||
|
||||
items.RectItem
|
||||
==============
|
||||
|
||||
Usage:
|
||||
|
||||
* Can be moved by Left/Right/Up/Down keys. If Shift is pressed, step is increased. If Control is pressed,
|
||||
width and height are modified instead of position.
|
||||
|
||||
Write your own visualization item
|
||||
=================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user