My favorite part is that it keeps getting bigger as you continue shaking it, eventually resulting in a big-ass cursor that can’t be contained in one display lol
Yeah I think it been a Mac feature since like 2018, but more newly adopted in KDE. But either way it’s just a help UX idea, and potential aligns with someone’s behavior of just like moving the mouse fast to verify it’s still working
Windows, since 7 (2009ish), had a feature to hit CTRL which zeros in on the mouse to find it if you can’t find it. On my 3x 19" LCDs I had, it was handy to have that 3" circle close in on it.
Still doesn’t help in finding where your cursor is currently.
Even worse when running multiple VMs.
Half a dozen blinking cursors, but only one of them is actually active…
Shake till it gets big
😐 What gets big exactly?
Pp
It’s a feature in KDE that if you shake or move the mouse fast the cursor gets bigger so you can find it.
Debian 13 + KDE Plasma - Why does the mouse get so huge? HAAAAHAHAHAHA
Same in macOS
HOLY SHIT THAT’S WHY IT DOES THAT?!?!?! I learn something new about Linux on this platform every day.
My favorite part is that it keeps getting bigger as you continue shaking it, eventually resulting in a big-ass cursor that can’t be contained in one display lol
…What? I was bored…
macOS also has this feature under the name “Shake mouse pointer to locate”.
Yeah I think it been a Mac feature since like 2018, but more newly adopted in KDE. But either way it’s just a help UX idea, and potential aligns with someone’s behavior of just like moving the mouse fast to verify it’s still working
Apple added it in 2015.
It was on Linux longer. The focus follows the mouse was another that I would like to see native
I’m fairly sure that didn’t become a thing in KDE until 2024 or 25
Windows, since 7 (2009ish), had a feature to hit CTRL which zeros in on the mouse to find it if you can’t find it. On my 3x 19" LCDs I had, it was handy to have that 3" circle close in on it.
Enable it under mouse settings, not automatic.
It’s so well implemented, I sent it to a bunch of my friends saying something like “good accessibility and good design often are the same thing”
Accessibility causes developers to implement users a choice on design.
The original intent of css was we’d influence pages with out own design but that never happened.
Night mode is accessibility lifted to a feature.
Still doesn’t help in finding where your cursor is currently.
Even worse when running multiple VMs.
Half a dozen blinking cursors, but only one of them is actually active…
There is a function on linux that makes the cursor expand in size when you wiggle furiously for a few seconds
“Wiggle furiosly” sounds like a great way to spend saturday night.
I’ve put a hole in 3 monitors that way. At once.
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.