diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-08-09 14:59:12 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-08-09 14:59:12 (GMT) |
commit | 8d7ac108d7cd591e1a0923757509c62cfeb1a2f3 (patch) | |
tree | 57746efe1742520b75333e90185f5f1680880270 /library/demos | |
parent | 3a12127fdd022a3270c878b9db842f75d29e3f5c (diff) | |
download | tk-8d7ac108d7cd591e1a0923757509c62cfeb1a2f3.zip tk-8d7ac108d7cd591e1a0923757509c62cfeb1a2f3.tar.gz tk-8d7ac108d7cd591e1a0923757509c62cfeb1a2f3.tar.bz2 |
8 new virtual events (doc not updated yet)
Diffstat (limited to 'library/demos')
-rw-r--r-- | library/demos/items.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/items.tcl b/library/demos/items.tcl index 31a1570..177e9a4 100644 --- a/library/demos/items.tcl +++ b/library/demos/items.tcl @@ -173,7 +173,7 @@ bind $c <2> "$c scan mark %x %y" bind $c <B2-Motion> "$c scan dragto %x %y" bind $c <3> "itemMark $c %x %y" bind $c <B3-Motion> "itemStroke $c %x %y" -bind $c <Control-f> "itemsUnderArea $c" +bind $c <<NextChar>> "itemsUnderArea $c" bind $c <1> "itemStartDrag $c %x %y" bind $c <B1-Motion> "itemDrag $c %x %y" |