Beep@lemmus.org to Lemmy Shitpost@lemmy.worldEnglish · 6 hours agoWHERE THE FUCK IS THE CURSOR?pbs.twimg.comimagemessage-square92linkfedilinkarrow-up1572arrow-down14cross-posted to: programmer_humor@programming.dev
arrow-up1568arrow-down1imageWHERE THE FUCK IS THE CURSOR?pbs.twimg.comBeep@lemmus.org to Lemmy Shitpost@lemmy.worldEnglish · 6 hours agomessage-square92linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squareRemember_the_tooth@lemmy.worldlinkfedilinkarrow-up2·5 hours agoIs there a way to define a home location for the cursor and have a key combination to send it there?
minus-squareOwOarchist@pawb.sociallinkfedilinkEnglisharrow-up13·4 hours agoxdotool mousemove 0 0 Replace the 0 0 with your desired coordinates if you don’t want the ‘home location’ to be at the top left. Then use xbindkeys to bind your desired key combination to run that command.
Is there a way to define a home location for the cursor and have a key combination to send it there?
xdotool mousemove 0 0Replace the
0 0with your desired coordinates if you don’t want the ‘home location’ to be at the top left.Then use xbindkeys to bind your desired key combination to run that command.