allow rects to be moved by keyboard

This commit is contained in:
Martin Baeuml
2011-05-19 12:38:18 +02:00
parent a72fe37bcf
commit e2df6dd7e0
2 changed files with 25 additions and 0 deletions
+8
View File
@@ -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
=================================