/usr/lib/eso-midas/17FEB/test/prim/cursor.automatic is in eso-midas-testdata 17.02pl1.2-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | ! @(#)cursor.automatic 19.1 (ESO-DMD) 02/25/03 14:33:39
!
! automatic_cursor_file `cursor.set' K. Banse, 970224
!
! this file holds ENTER + EXIT events for all Midas commands expecting
! cursor input
!
! records have the form: event,event_dep_data
! withe event = 0 for EXIT 0,delay
! = 1 for ENTER 1,xpos,ypos,delay
! = 2 for key 2,key_value,delay
! = -1 for switching back to interactive mode
!
! xpos,ypos = screen pixel coordinates of cursor
! key_value = 0, 1, ..., 9 for number keys;
! = -1, -2, -3, -4 for Arrow Up, Down, Right, Left
! = -5 for RETURN
! delay is optional + given in msecs, defaulted to 1000, i.e. 1 sec
!
! if the EOF is reached, the file is rewound and read again
!
! the following data records could be used for the two commands:
! get/cursor
! extract/trace
!
1,100,100,500
1,200,200
1,300,300
1,400,400,1000
0
!
1,100,222,0
2,5
2,-3
2,-3
2,-5
2,-2
2,-2
2,-5
1,100,322
0
|