This change will hide the cursor once there is an actual change, and
there is a difference between the selection cursors. If there is no
difference, then it is better to show the cursor again.
}
programs {
program {
- signal: "selection,start"; source: "elm.text";
+ signal: "selection,changed"; source: "elm.text";
action: STATE_SET "hidden" 0.0;
target: "clipper";
}
target: "clipper";
}
program {
+ signal: "selection,reset"; source: "elm.text";
+ action: STATE_SET "default" 0.0;
+ target: "clipper";
+ }
+ program {
signal: "elm,action,focus"; source: "elm";
action: ACTION_STOP;
target: "cursor_show";