GUIs should be fully keyboard-driven
ckardaris.com
GUIs should be fully keyboard-driven
1–10 of 503 posts
Re: GUIs should be fully keyboard-driven
#2CLIs should be preferred when available. Learning them pays you back when it's time to write a script or pipe massive amounts of data.
Re: GUIs should be fully keyboard-driven
#3Re: GUIs should be fully keyboard-driven
#4Re: GUIs should be fully keyboard-driven
#5Why, are we speed running the de-evolution of UI?
Re: GUIs should be fully keyboard-driven
#6ain't no way my mom is learning vim
Re: GUIs should be fully keyboard-driven
#7Re: GUIs should be fully keyboard-driven
#8TUIs are an abomination and most GUIs should just be web. CLIs should be preferred when available. Learning them pays you back when it's time to write a script or pipe massive amounts of data.
Hard disagree. Most web interfaces are worse than most native UIs. Inconsistent rendering, keyboard shortcuts and navigation between apps, slow response times, and more.
There's a reason everyone who knows what Electron is bashes every "native" app built with Electron.
Re: GUIs should be fully keyboard-driven
#9Where appropriate, the labeling of fields and so forth should be such that it will work for a screen reader.
Often, the expedient option is to use an HTML front-end so that one can off-load most of that to the user's selection of web-browser (and where possible, things should be engineered so that Lynx is a valid option).
That said, I use OneNote and Macromedia Freehand and so forth w/ a stylus --- horses for courses.
Re: GUIs should be fully keyboard-driven
#10Love it.