diff options
Diffstat (limited to 'test.rc')
-rwxr-xr-x | test.rc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -68,4 +68,9 @@ for(f in `{walk /mnt/gui | grep $dir'/[0-9]+/event'}){ printevents $f <$f >[2]/dev/null & } +# Create a right-click menu on the text field +echo 'R/this is a/right click/menu' >> /mnt/gui/0/props/menus +# Also attach an event printer to the text field +printevents 'text field' </mnt/gui/0/event >[2]/dev/null & + wait |