5 ms·
Yes, but GUIs are by default mouse driven, very rarely one can see a keyboard driven one (I haven't seen any). And TUIs are only keyboard driven. So the choice
by krzyk 25d ago
Yes, but GUIs are by default mouse driven, very rarely one can see a keyboard driven one (I haven't seen any).
And TUIs are only keyboard driven. So the choice for speed if you don't need graphics is always - TUI (or CLI).
- vidarh 25d ago> And TUIs are only keyboard driven. Plenty of TUIs support mouse to various extents too. Claude Code is an obvious example (try the scroll wheel for example). I agree with you that TUIs are keyboard driven first though - and so you can be certain it will work well.
- cpach 25d agoEmacs is primarily keyboard driven.
- krzyk 25d agoIs there a GUI Emacs? I used only TUI one.
- singpolyma3 25d agoA TUI is a GUI.
- krzyk 20d agoTUI and GUI are a UI.
- regularfry 25d ago> very rarely one can see a keyboard driven one Not so. GUIs absolutely should be keyboard-drivable, if they're written to the human interface specs of whichever platform they're hosted on. That doesn't mean they don't support being mouse-driven or even that mouse isn't the default, but in my experience if the developer has taken any sort of care with the interface then keyboard interaction will be at least as good, if not better, with the keyboard. > And TUIs are only keyboard driven. Not true either. There's a line in my .vimrc saying "set mouse-=a" specifically because I want to turn off the mouse in that particular TUI app. If a TUI app doesn't support the mouse they've just not added that support, it's not that it's not possible.
- JodieBenitez 25d ago> And TUIs are only keyboard driven Absolutely not.
- graemep 25d agoA lot of GUIs can be muse driven. The problem is discoverability. You need to go out of your way to learn shortcuts.
- WhyNotHugo 25d agoKeyboard-driven GUIs belong in the realm of a lost art called "accessibility", which enabled people with motor issues (amongst many others) to use applications without a mouse. FWIW, most of Windows XP's utilities and included software was perfectly usable with a keyboard alone.