crop.conf (505B)
1 draw_crosshair=yes 2 draw_text=yes 3 draw_shade=yes 4 # hexadecimal: 00 is opaque, FF is transparent 5 shade_opacity=77 6 mouse_support=yes 7 8 # movement is defined in pixels in the window 9 # which explains the mismatch with the text (in video space) 10 coarse_movement=30 11 left_coarse=LEFT 12 right_coarse=RIGHT 13 up_coarse=UP 14 down_coarse=DOWN 15 fine_movement=1 16 left_fine=ALT+LEFT 17 right_fine=ALT+RIGHT 18 up_fine=ALT+UP 19 down_fine=ALT+DOWN 20 21 # these two options accept comma separated list of keys 22 accept=ENTER,MOUSE_BTN0 23 cancel=ESC