Comment on WHERE THE FUCK IS THE CURSOR?
Remember_the_tooth@lemmy.world 6 hours agoIs there a way to define a home location for the cursor and have a key combination to send it there?
Comment on WHERE THE FUCK IS THE CURSOR?
Remember_the_tooth@lemmy.world 6 hours agoIs there a way to define a home location for the cursor and have a key combination to send it there?
OwOarchist@pawb.social 6 hours ago
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.
Remember_the_tooth@lemmy.world 6 hours ago
Image