Mouseless – keyboard-driven control of macOS/Linux/Windows
305 points
2 days ago
| 52 comments
| mouseless.click
| HN
Franco-m
58 seconds ago
[-]
It's interesting, it's true that once you get used to the key combinations everything is more natural and faster, I always used browser shortcuts but never system shortcuts.
reply
NateEag
3 hours ago
[-]
I prefer ShortCat's model:

https://shortcat.app/

Similar to Vimium, but for the whole OS. Apparently Homerow is similar, judging from comments I'm seeing here.

I really wish I knew an equivalent for Linux. I might even leave Gnome behind if a different DE has a good model for this.

reply
turtlebits
1 hour ago
[-]
I like shortcat, but it's slow, even on a modern Mac.

Also, I'm not sure the dynamic nature of the hotkeys is a good thing. I could imagine if you use Mouseless for a long period of time, muscle memory might prevail as screen locations map to the same set of keys.

reply
tcoff91
45 minutes ago
[-]
Some apps have crappy accessibility so Homerow doesn't always work in some apps. so I kind of want to try mouseless as well. I might end up rocking both at the same time.
reply
khutorni
3 hours ago
[-]
ShortCat has a beautiful slogan:

"Manipulate macOS masterfully, minus the mouse."

reply
bobchadwick
3 hours ago
[-]
I used to use (and love) ShortCat, but it got too slow on my ancient MacBook Pro. I switched to Mouseless, and I actually prefer it now.
reply
jmarcher
1 hour ago
[-]
Yeah, I tried on an Intel MBP years ago when it was first launched. It was super slow, and I disregarded it. I just gave it a try on an M4 Pro; it's not instantaneous like Vimmium, but it is usable. I am sold!
reply
zuzululu
2 hours ago
[-]
This is purrrfect ;)

I've been looking for something like this

reply
UI_at_80x24
1 hour ago
[-]
Have you looked into Sway/i3?
reply
colordrops
1 hour ago
[-]
Did you look at the links, these solve a different problem.
reply
dang
5 minutes ago
[-]
Related. Others?

Mouseless – fast mouse control with the keyboard - https://news.ycombinator.com/item?id=42396336 - Dec 2024 (120 comments)

reply
CalRobert
5 hours ago
[-]
Wow, as cool as this is, it's kind of a shame that we need to say "use coords to show where the mouse should click" instead of designing interfaces that keep pointing-device-free users in mind.
reply
Someone1234
5 hours ago
[-]
With Windows in particular, you absolutely can navigate Windows + Office keyboard only. I do it every day.

Now, third party software, is always going to be all over the place. Stuff that was largely built on Win32 components works fine, but "modern" stylized applications rarely have strong support.

reply
varun_ch
5 hours ago
[-]
You’re right that lots of Windows apps were designed with Keyboard only workflows in mind. It’s a shame that MacOS has so many points where if you don’t have a mouse you’re out of luck.

There is one major improvement you can do on Mac, at least for menus:

https://varun.ch/posts/macos-keyboard/

reply
comboy
4 hours ago
[-]
Obviously depends on your workflow but I think I use mouse only on websites on macos (with aerospace)
reply
jonfw
2 hours ago
[-]
If you're interested in keyboard navigation of websites, consider a browser or extension with link hinting support! It worked really well in my experience a few years ago, although I've since became much more of a mouse guy and stopped using it.

Qutebrowser was my favorite browser for keyboard navigation but firefox, chrome, etc. have extensions for this as well.

reply
mikestew
4 hours ago
[-]
Like the linked article says, every time I set up a new Mac, I’m annoyed that this isn’t the default.
reply
philistine
3 hours ago
[-]
I get that this might annoy you, but there is a direct trace all the way back to the original Mac in 1984 that required a mouse. As time went on and the two other OSes we still have gained mouse support (Windows, Linux) from their keyboard roots, they brought forward their ethos of keyboard navigation. Mac OS resolutely stayed attached to its mouse only roots.
reply
kid64
1 hour ago
[-]
“When we work on making our devices accessible by the blind, I don’t consider the bloody ROI.”

Well Tim, I suppose the blind do outnumber the handless.

reply
layer8
1 hour ago
[-]
It was a significant downside of MacOS from the beginning, and it still is.
reply
reaperducer
3 hours ago
[-]
I’m annoyed that this isn’t the default.

I really feel like this used to be the default. That's how I always did it in macOS going back to the early 2000's.

Only in the last two versions or so did I notice it was no longer the default. I'm glad to see here that I can now re-enable it.

Edit: I see that I do have it enabled. But for some reason there are a lot of programs where it doesn't seem to work anymore, no matter what the settings. Off the top of my head: Half the Adobe programs I use for work.

reply
graemep
4 hours ago
[-]
Most things in Linux too - all DEs I have tried have lots of keyboard shortcuts and so do a lot of applications.

The problem is that they are less discoverable and you need to make and effort to get used to using them instead of point and click.

reply
CalRobert
4 hours ago
[-]
They used to be discoverable with mnemonics (underlined letters) but those have been dead nearly thirty years…
reply
p-t
4 hours ago
[-]
these still exist on windows though? you just hold alt
reply
foobarbecue
4 hours ago
[-]
Only works for like 20% of the menus though. I remember alt shortcuts reliably being on every single menu in early Windows (95? ME? XP?)
reply
thewebguyd
2 minutes ago
[-]
They died when people stopped using native toolkits and started making everything an electron app.

Economics be damned, if you're going to make a native app, use the OS provided toolkits.

reply
CalRobert
3 hours ago
[-]
Hah, I was thinking 3.1…
reply
MarsIronPI
4 hours ago
[-]
GTK (and QT I do believe) also support this on GNU/Linux.
reply
saint_yossarian
4 hours ago
[-]
I wouldn't say they're dead, just more hidden (e.g. GTK4 only shows them when you hold Alt). AFAIK most toolkits still support them, but app developers also have to actually define them.
reply
stronglikedan
3 hours ago
[-]
I just wish the shortcuts between the OS and Office were consistent. Most are, but some of the more commonly used ones aren't.
reply
angiolillo
3 hours ago
[-]
> designing interfaces that keep pointing-device-free users in mind.

Agreed. Using keyboard keys to emulate a mouse cursor seems like it ought to be a last resort for graphical applications that lack proper accessibility affordances.

Contrast that with command palettes, accessibility controls, syntax tree navigation, and other approaches that rely on the names, content, and document structure that users already know rather than a special mode that displays two letter codes that must be read each time or memorized. Many of these other approaches also allow users to activate buttons, menu items, and links that are outside the current viewport or hidden in menus which reduces the overall number of "clicks" required to perform those actions. The downside is that they can take longer to type than a two-letter code. Still, my guess is that for most people it would be overall more efficient to optimize for cognitive load than pure speed.

(Though in the long run, I suspect that improvements in eye-tracking will lead to hybrid systems that are both lower cognitive load and faster than any of these.)

reply
CTDOCodebases
3 hours ago
[-]
A tiled window manager with Qutebrowser and it's vimium style shortcuts is the closest I have come to this.
reply
davidwest26
3 hours ago
[-]
I just hit tab 1 to N times and hope for the best. I wonder if VIM style search on elements with a new HTML tag attribute would work (at least for browsers).
reply
flux3125
4 hours ago
[-]
I'm curious if there's a program that uses a simple detection model for UX components to locate clickable areas. This would allow for global navigation similar to VimiumC
reply
tcoff91
4 hours ago
[-]
https://www.homerow.com/

Been using this for years.

reply
tmvphil
3 hours ago
[-]
Wow, how I have I never heard of this, this seems like a way better model than mouseless
reply
flux3125
4 hours ago
[-]
Sorry, I forgot to add "on Linux" at the end. Still, that's a nice one!
reply
dfxm12
3 hours ago
[-]
I think it's ok that hardware and software are designed with the 99% in mind. After that you probably run into competing interests/trade-offs anyway (a system built for ergonomics probably looks different from a system built for speed).
reply
reaperducer
2 hours ago
[-]
I think it's ok that hardware and software are designed with the 99% in mind.

That's called mob rule. We don't act like cavemen anymore. We build entire civilizations to prevent that sort of thing. You may have read in a history book once "We hold these truths to be self-evident, that all men are created equal."

The word "all" is important.

reply
deafpolygon
2 hours ago
[-]
I think the controller interfaces for FFXIV is worth a study in this. They designed an interface that is workable for an MMORPG with both mouse and controller (in this case, the controller can act as a proxy for our keyboard).
reply
stronglikedan
3 hours ago
[-]
> interfaces that keep pointing-device-free users

There's plenty of TUIs for the dozens of you to use.

reply
reconquestio
4 hours ago
[-]
reply
bradrn
1 hour ago
[-]
I like wl-kbptr myself: https://github.com/moverest/wl-kbptr
reply
johanvts
3 hours ago
[-]
reply
mklepaczewski
15 minutes ago
[-]
Is it really faster though? I’ve built PoC of something similar and a test game to check how much faster it was to use keyboard. To my surprise mouse was consistently faster ( by a lot).
reply
NickNaraghi
4 hours ago
[-]
If you wanted to go in the other direction, you could achieve more productivity with faster mouse skills. The competitive FPS genre has spawned a bunch of aim training tools[0] to improve muscle memory.

[0] https://www.3daimtrainer.com/

reply
url00
2 hours ago
[-]
As someone who went down the keyboard only blackhole, I've rebounded all the way to mouse maximization. Mice are nice! Another tip that really helped me is embracing good mouse acceleration (i.e. not the Windows or Mac built in garbage). This tool has honestly made using a mouse at least 3x better for me: https://github.com/RawAccelOfficial/rawaccel
reply
stronglikedan
4 hours ago
[-]
RIP my hand by RSI
reply
strogonoff
3 hours ago
[-]
A few months ago I switched to a vertical mouse and can’t recommend it enough.
reply
haolez
3 hours ago
[-]
I couldn't adapt to the fact that, when I click, I have to be mindful of not moving the mouse sideways with the right amount of finger pressure.
reply
altmanaltman
1 hour ago
[-]
I recently tried it but my muscle memory just refused to cope. I used to do a lot of competitve fps gaming and its hard to imagine a different way to hold a house. I do use a kineses ergonomic keyboard though but adapting to that felt much more normal than the mouse stuff idk why
reply
reaperducer
2 hours ago
[-]
If you wanted to go in the other direction, you could achieve more productivity with faster mouse skills.

I was always in the camp that believed that the keyboard was always faster than mouse for complex workflows.

Then a couple of weeks ago I spent most of a day in a hospital emergency room with someone, and couldn't believe the way those E.R. nurses fly through the menus and options in Epic using just a mouse.

I'm now closer to believing that "muscle memory is muscle memory." But I suspect it only works if the windows appear in the exact same place all the time.

reply
tstrimple
12 minutes ago
[-]
I think muscle memory is a huge part of it. I've seen both the slow hunt and peck sort of folks working on keyboard only apps in auto parts stores and I've seen the guys who can fly through all the screens like a wizard.
reply
hualapais
48 minutes ago
[-]
IMHO, the best I’d seen of mouseless UI was the pentadactyl/vimium/vimperator model (possibly originating with (lynx or elinks somehow) where a hot key was pressed and everything clickable was overlayed with a number allowing a direct click. Obviously simpler than what is being proposed here, but it was my preferred way of using the browser for some time.
reply
semi-extrinsic
38 minutes ago
[-]
Tridactyl is alive and kicking for Firefox today?
reply
sundar_p
3 hours ago
[-]
Some existing similar tools for those who might be curious.

For vim, there's easymotion or hop.nvim.

For tmux, there's Morantron/tmux-fingers.

For Chrome, there's Vimium.

You can also flash your keyboard to have mouse controls (https://docs.qmk.fm/features/mouse_keys).

reply
frimmy
1 hour ago
[-]
:bow: thanks!
reply
alan_zero
4 hours ago
[-]
reply
arkenflame
1 hour ago
[-]
https://github.com/msolomon/griddle

This one is recursive-grid for Hammerspoon users on macOS, and is probably the easiest of the open source implementations to fully customize. (I made it years ago)

reply
scottlamb
2 hours ago
[-]
> https://github.com/y3owk1n/neru

...which supports Vimium-style hints mode as well as the grid-based approach shown in this "Mouseless (app) explained in 80 seconds" video. It also has a very responsive maintainer.

Personally I like vimium's approach much better than the grid. Unfortunately not everything has a good accessibility tree (Zed sadly doesn't), but I just realized loading neru's page that I'm behind in versions. I haven't tried the "Native Vision OCR" addition to hints mode yet.

I also like having a trackpad right on the keyboard (using a SoflePLUS2 right now though I'm not totally sold on column stagger). Then I can use a real pointing device with only a slight movement of one hand. In the Mouseless video, the creator has tried to minimize the distance by putting the mouse between the halves of his keyboard, but I think he's both compromised the keyboard position to ease using the mouse (arms wide and parallel with wrists turned inward rather than arms converging toward a more splayed keyboard with somewhat closer halves, untented to minimize vertical separation compared to the mouse) and might have an uncomfortably small mousepad to avoid doing this even more. Not a compromise I'd want to make.

reply
Lalabadie
3 hours ago
[-]
Shortcat is the one I found I was willing to adopt without much effort: https://shortcat.app
reply
lolive
2 hours ago
[-]
warpd, properly configured, was working perfectly for me. until i realized i 99% needed it for web surfing. so i switched to kinkHints in firefox, which is covering my link clicking need.
reply
ColdPlox
4 hours ago
[-]
Another new one is stochos: https://github.com/museslabs/stochos

Disclaimer: I'm one of the authors/maintainers.

reply
scambier
1 hour ago
[-]
I recently installed https://www.neverclick.com/ (windows only), which also offers an "intelligent" mode that detects possible clickable zones
reply
layer8
1 hour ago
[-]
Sounds like Vimium for the whole UI, nice.
reply
JeremyJaydan
1 hour ago
[-]
I've tried to use software like this and it looks awesome but it wasn't ultimately the solve for me when it comes to ergonomics.

I used a logitech mx mouse with the palm shape or whatever it's called and I realized that it stopped me from putting more of my hand on the desk, pin pointing the pressure of my hand onto the mouse instead of the desk. What helped dramatically was getting a smaller mouse without that thumb/palm shape (the logitech M720 Triathlon), that distributed more of the pressure onto my desk and I haven't had an issue since.

I hope that helps for anyone having similar ergonomic issues!

reply
sethjgore
3 minutes ago
[-]
That's interesting! I have been using MX for years now (on my third one in 10 years I believe) and there's nothing else that I like. Could you explain what was the issue with the ergonomics? To me it's much better with its gesture features and such. Did you mean it as in wrist pain or?
reply
starquake
5 hours ago
[-]
Using closed source software to drive my OS doesn't sound that appealing to me.
reply
applfanboysbgon
5 hours ago
[-]
Then don't buy it. Not everything in the world needs to be made free just for you.
reply
jrm4
4 hours ago
[-]
Nah, this is a very good point; I've seen things similar to this in the past and it's a cool idea -- but "subscription modeling" every little tool is not a good path to keep going down.

Free and open source is important and it's perfectly fine to be critical here.

reply
applfanboysbgon
4 hours ago
[-]
Demanding everything be free and open source is important if you don't want independent developers to be able to make a living, and instead wish to create a world where the vast majority of software is controlled by big tech, who are the benefactors of "free" software. The less you're willing to pay people making good software, the more territory predatory ad/tracking-fueled "free" software gets. The more territory you give them, the more they're going to buy out open source software to destroy. We see this happening more and more recently, with uv, bun, vite etc. being bought out - if they can't put food on the table, they will sell out to monopolists.

I agree that I would never pay a subscription fee for any kind of system functionality, but there is a lifetime purchase option available, so there is no grounds to critique that here. Having extra payments models available in addition to a regular purchase model does not make a product worse.

reply
coldpie
4 hours ago
[-]
I made a very good living developing open source software for more than a decade. Nothing about open source software precludes one from making money, it's just a different business model from closed source.
reply
applfanboysbgon
4 hours ago
[-]
A business model that supports a tiny fraction of the market. To the extent there is money in FOSS, even then most of it is provided by the funding of big tech (a whole host of some of the most widely-used FOSS, like Linux, LLVM, Go, Rust, C#, Typescript, VSCode, React, are all obviously corporate-backed). Independent developers who can make a living selling FOSS exist, but are absolutely on the fringe.
reply
ahmd-sh
4 hours ago
[-]
i bought it for like 4 bucks several months ago. for the price (and subscription tier) i'm seeing now, i wouldn't say it's worth it.
reply
iAMkenough
1 hour ago
[-]
If you don’t like their opinion, you don’t have to respond. Not every opinion you disagree with on the internet requires a response from you.
reply
applfanboysbgon
1 hour ago
[-]
If you don't like my opinion, you don't have to respond. Yet you chose to anyways. Curious.
reply
iAMkenough
1 hour ago
[-]
I didn’t say I didn’t like your opinion. Just responding in the same manner you treated someone else.
reply
applfanboysbgon
1 hour ago
[-]
I push back against people criticising independent software for not being free because I believe it is deeply harmful for our industry. My initial reply didn't have much susbtance, but then neither did the comment I was replying to.
reply
nosioptar
4 hours ago
[-]
If you're on Linux, mouseless [0] may work well for you.

[0] https://github.com/jbensmann/mouseless

reply
dilawar
1 hour ago
[-]
May not work with bluetooth keyboard (debian 13).
reply
hootz
3 hours ago
[-]
Yeah, feels kinda weird to think about using a mouse pointer utility with licensing DRM.
reply
yoavm
4 hours ago
[-]
Looks kinda similar to https://github.com/rvaiya/warpd/ , which is open source and free software. Always worked very well for me on Wayland, but seems to be working on Xorg and macOS as well.
reply
tcoff91
4 hours ago
[-]
I think I prefer the approach that Homerow uses: https://www.homerow.com/

It's like vimium but for your entire mac. It hooks into the macOS accessibility APIs.

reply
stronglikedan
3 hours ago
[-]
lol, it's Vimium for the OS! that's pretty cool
reply
andix
3 hours ago
[-]
I still have a keyboard with a track point

I don't understand why they are not popular at all and only a few manufacturers build them.

It doesn't replace a mouse for me, but the track point is between the G H B keys and can be reached without moving the fingers away from the typing position. So it's great for some simple mouse commands.

reply
glitchc
3 hours ago
[-]
The trackpoint is the main reason I find it so hard to move away from Lenovo Thinkpads. The buttons under the spacebar alone are super convenient.
reply
Liskni_si
1 hour ago
[-]
Not just hard - impossible. To the point of making it harder to find a job, as very few jobs let you use a non-Windows ThinkPad.

(I mean yeah, of course AuDHD makes it harder to find a job, no surprise there. But it's a shame that laptop manufacturers make it even harder.)

reply
silon42
19 minutes ago
[-]
Dell and HP had trackpoints once (I had a HP one), maybe they still do.
reply
nazgulsenpai
3 hours ago
[-]
This. When I use my work laptop, I find myself pressing the spacebar constantly. edit: instead of "clicking"
reply
andix
3 hours ago
[-]
There is at least a whole line up of models from Lenovo. But for keyboards there is currently only tex.com.tw that sells new keyboards with track point.
reply
wnolens
3 hours ago
[-]
As an old user of thinkpads for years, on a Macbook the trackpad is as much under your thumb as the trackpoint is under your index finger and I find the trackpad far more accurate and less strain to use. In fact, my work-at-home setup is macbook pro, open face so i can use the keyboard+trackpad but external monitor so my posture isn't terrible.
reply
qweqwe14
3 hours ago
[-]
> I don't understand why they are not popular at all and only a few manufacturers build them.

Because they are ugly, just like ThinkPads that include them.

reply
officeplant
2 hours ago
[-]
Beauty is in the eye of the chonky laptop holder.
reply
andix
3 hours ago
[-]
I couldn't care less how ugly my keyboard is.
reply
qweqwe14
3 hours ago
[-]
Sure, but normal people care about aesthetics, and unsurprisingly big corporations cater to that.
reply
Hugsbox
2 hours ago
[-]
So Lenovo puts trackpoints on their ThinkPads, which is ugly. Also, big corporations cater to aesthetics. Which is it?
reply
qweqwe14
1 hour ago
[-]
I didn't say corporations can't have an ugly laptop lineup.

I'm saying that the trend of consumer/business laptop lineups is to make all of them look similar to a MacBook, because that's what most people want. Of course there will always be exceptions, like the ThinkPad.

reply
dr_kiszonka
1 hour ago
[-]
Does Mouseless support multiple monitors?

I have been trying out similar software for a few years but haven't seen one that would let me "click" outside the main monitor on Windows.

reply
alxfrnr
2 hours ago
[-]
For a total opposite tool, there is mousemux (Windows only). You can get multiple mice on the same machine and you can attach a keyboard to each and lock it to a window or a screen.
reply
sneurlax
2 hours ago
[-]
Whoa! Now that's interesting! I wonder if that would be possible on other OSes...
reply
shellback3
1 hour ago
[-]
Wow, this brings back the memories of a Byte (I think it was Byte) article about how a person used this strange thing (don't know if it was called "mouse" yet) to keep on working after his keyboard died.

I've been using a "hamster" for some time now. Its top surface is a track pad - nice.

reply
fbnlsr
1 hour ago
[-]
Reminds me of AceJump for JetBrains IDEs:

https://plugins.jetbrains.com/plugin/7086-acejump

reply
huydotnet
2 hours ago
[-]
I've been building the same thing for a while https://github.com/huytd/octocmd It has everything you need to throw away the mouse: keyboard tab switching, search and click, vim-style clicking, keyboard scrolling.
reply
ElijahLynn
3 hours ago
[-]
I'm on Linux and totally going to give this a try. I switched from multiple monitors years ago to just a laptop and am in permanent portable mode.

I use the pointer stick exclusively so don't have to reposition my hands on the keyboard like with a track pad, but the pointer stick does keep my hardware choice limited, currently a X1 Yoga. If Mouseless would be faster, then I could get a Framework (no pointer stick available).

I'd gladly pay the $50 for lifetime.

reply
big85
4 hours ago
[-]
Amiga Workbench could be used mouseless by using key combinations to move the mouse around. It was cumbersome, but just good enough to let you use the system if your mouse was broken, or you had plugged a second joystick into the mouse port and couldn't be bothered swapping them to launch a game. Later there were add-ons like Reqtools and MCP which let you use keys more, e.g. Escape to close a window, or Return (Enter) to hit OK on a dialog box.
reply
marksully
4 hours ago
[-]
Anyone interested in this should really try out Homerow (https://www.homerow.app)

(not affiliated, just a happy user for years now)

reply
deviation
1 hour ago
[-]
How do you handle apps that don't have great accessibility support?

Hell - after installing, it shows a slider to help adjust the label size of each element - but I can't slide it because (surprise) Homerow doesn't support horizontal slider elements like this.

I also can't highlight text on the screen etc.

Struggling to find a usecase for Homerow that isn't just navigating chrome or my filesystem.

reply
hootz
3 hours ago
[-]
But that is Mac only.
reply
soupspaces
55 minutes ago
[-]
reply
digitaltrees
1 hour ago
[-]
I’ve never seen anything like this. Really cool to see a UX that is totally novel.
reply
freedomben
3 hours ago
[-]
I've had "mouseless" on every system since getting a keyboard that supports it (in my case the Ultimate Hacking Keyboard). It's changed my compute experience and I can never go back (so I hope they don't go out of business)
reply
ardim
2 hours ago
[-]
fwiw Ive been using mouseless for a while now and I've been enjoying it! I like how i can remember the regions on the screen and the hotkeys are consistent. I also like that it makes the whole screen clickable not just what the app is able to recognize as a button.
reply
arkt8
4 hours ago
[-]
saying it is for Linux made me think it would be open source as there are already lot of things people can do without mouse...

There is an extensive list of window managers, like Sway or I3, file managers like Vifm and Ranger and browsers like Luakit.

reply
spacemonkey92
3 hours ago
[-]
When I first tried OpenAI’s Atlas browser, I found it incredibly slow at moving the mouse. This could be a perfect use case for agents that need computer use.
reply
dirkc
3 hours ago
[-]
There is something to be said for the split mechanical keyboard in the demonstration video and the sound the switches make when 'moving the mouse'.
reply
jwpapi
3 hours ago
[-]
Does anyone use a trackpoint and has still compared to this? I get it’s faster then reaching to mouse, but faster then trackpoint?
reply
alentred
3 hours ago
[-]
Sometimes when I am too tired, I lean back in my chair and click through Hacker News or something similar. I use Vimium in my browser and HN is great to navigate with it, but that's the not the point - the whole point is I don't want to sit above my keyboard with my hands on the home row.

I consider myself a "keyboard power user" if this is a thing anyway, and I really dig the home row thing (Vimmer for 20+ years now), but frankly having my hands on the keyboard ALL the time throughout the day is really tiring. So, I actually like my mouse for a change of posture, the cursor that I can follow with my eyes, etc.

P.S. I have to admit, though, that I love even more the interfaces that don't require a mouse in the first place. It's a shame we stopped adding well-thought tab stops in the UI and keyboards shortcuts are just a free-for-all in the apps.

reply
magios
1 hour ago
[-]
i3wm with bindings in config to use xdotool to move and click the mouse is what i use.
reply
nashashmi
4 hours ago
[-]
Vimium for the browser solves most of the mouse needs. I dont see it helping with drawings.

Did anyone notice the use of the mouse at the end?

reply
tcoff91
4 hours ago
[-]
https://www.homerow.com/

Homerow is like vimium but for your entire mac.

reply
utopiah
4 hours ago
[-]
reply
MarsIronPI
4 hours ago
[-]
VimFX + LegacyFox is still the best; it even works on about: pages.
reply
0xbadcafebee
3 hours ago
[-]
This just made me realize my desktop monitor needs to be a touchscreen
reply
da-x
4 hours ago
[-]
Thanks, but I'm too old to switch - will wait for the Neuralink implant.
reply
tonyrice
5 hours ago
[-]
I was literally just thinking about the desire to have a mouseless keyboard solution yesterday.
reply
doug_durham
2 hours ago
[-]
I use a trackpad to avoid virtually all of the issues created by a mouse. The trackpad gestures in macOS are magical.
reply
allthetime
2 hours ago
[-]
I have a small Logitech laser mouse with a few auxiliary buttons, horizontal click scroll, and an unlock able wheel for fast scrolling. One button opens up workspace view (four fingers up), side scroll switches between works spaces (four fingers sideways). When my laptop is setup on my desk at home with monitor and keyboard attached this is much more comfortable and efficient than using the track pad. That’s said, MacBook track pads are magic.
reply
AndrewKemendo
2 hours ago
[-]
What are the issues that a mouse creates?
reply
ahmd-sh
4 hours ago
[-]
i use this! it actually comes in handy when i'm too lazy to move my hands from my keyboard. on my ultrawide, the click zones are larger and easier to digest/hit.
reply
sirwitti
3 hours ago
[-]
Has anyone real-life experience with these tools?
reply
bobchadwick
3 hours ago
[-]
Committed Mouseless user, here. I use a split keyboard that has a mouse layer, but I almost never use it, let alone an actual mouse or trackpad. Mouseless is so much more efficient for me. It did take a day or two to get used to using it (and to get used to comments from people who see your screen when it's active).
reply
sirwitti
1 hour ago
[-]
Thank you! That's exactly what I wanted to hear :)
reply
segmondy
4 hours ago
[-]
Pretty cool, would have been great before the trackpad.
reply
natsucks
4 hours ago
[-]
you know what's efficient? controlling a computer with one hand rather than two.
reply
lightedman
3 hours ago
[-]
Sure, you can play with yourself and scroll porn that way. I don't know if I'd call that efficiency.
reply
douglaswlance
2 hours ago
[-]
doesnt work with multiple monitors
reply
ardim
2 hours ago
[-]
just in case you didnt know, theres a kb shortcut to switch the overlay to the next/previous monitor.
reply
docheinestages
4 hours ago
[-]
This is a helpful method for visually grounding LLMs to take actions on the screen such as clicking. For humans though, hell no.
reply
spamjavalin
2 hours ago
[-]
nice - stick that video in the header
reply
notlibrary
3 hours ago
[-]

  :qa!
reply
bflesch
3 hours ago
[-]
I was trying to scroll with mouse wheel but the website did not react at all. Then it started scrolling with 1 frame per second.
reply
kittikitti
4 hours ago
[-]
Waiting for the AutoHotKey or AHK with an LLM, GUI automation, and screenshots. Someone else develop it because it will be ignored if I do it.
reply
AndrewKemendo
2 hours ago
[-]
Can someone who hates/chooses not to use a mouse please explain to me why.

Like I can understand people with disabilities that makes sense so that’s not what I’m talking about

I’m talking about people who are actively choosing to be keyboard only, especially in extremely technical roles

reply
Umairq786
3 hours ago
[-]
good one
reply
voidUpdate
4 hours ago
[-]
Or you could use tab, arrow keys, page up/down, enter...
reply
ptaffs
4 hours ago
[-]
well, you should be able to, at the OS level use only keyboard shortcuts. Windows once was great with tab, enter, escape, but browsers make things more complicated than dialog boxes, and MacOS really isn't good at keyboard shortcuts. I would prefer the solution was not Mouseless and the others, but no mouse.
reply
Neil44
4 hours ago
[-]
That's OK in menus and the OS in general but if you're working on a web app or big form tabbing through it can be a PITA.
reply
voidUpdate
4 hours ago
[-]
If you have a big form to fill in, surely its going to take longer to type in the coordinates of each text box and get the mouse to click them rather than just hitting tab to select the next input element?
reply
utopiah
4 hours ago
[-]
Let me introduce you to https://tridactyl.xyz
reply
chernoby
4 hours ago
[-]
I've never seen anything more ridiculous than this in my life.
reply
therealfigtree
4 hours ago
[-]
At least your are living a fulfilling life ridiculing others, that is awesome. /s
reply