Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
I'm trying to make a bash script that requires the ability to probe the cursor state, e.g. if it's hovering over a link or a folderdocument I need it to behave differently than if it's neutral or hovering text.
How could I go about doing this?
I'm trying to make a bash script that requires the ability to probe the cursor state, e.g. if it's hovering over a link or a folder I need it to behave differently than if it's neutral or hovering text.
How could I go about doing this?
I'm trying to make a bash script that requires the ability to probe the cursor state, e.g. if it's hovering over a link or a document I need it to behave differently than if it's neutral or hovering text.
Is there a way to find the mouse/cursor state with a command?
I'm trying to make a bash script that requires the ability to probe the cursor state, e.g. if it's hovering over a link or a folder I need it to behave differently than if it's neutral or hovering text.