@TomF By "the other one" do you mean the rectangle button? I've never understood what that does.
The Windows key serves a very important purpose: Being remapped to WinCompose
@mcc @TomF I learned how to use all this stuff when I was doing kiosk breakout assessments. pretty much everything you can do on Windows* with a mouse has an equivalent keyboard access path for accessibility reasons. it's pretty neat.
(*although this does not necessarily apply to 3rd party software, may render custom controls without keyboard access support)
@jernej__s @mcc @TomF yeah, the coverage and QC on keyboard accessibility has gone downhill as of late for sure.
the lack of default accelerators on common tasks has been getting worse, but the one good thing is that all of Microsoft's GUI development tooling at least makes it so every control has a tabstop by default, even if it ends up being out of order or slow to get to. if you're working with MFC, WinForms, XAML, etc. it's all set by default so devs don't even need to know about it.
@gsuberland @mcc @TomF A very typical example of how usability has gone down with modern UIs:
But don't worry, at least OK and Cancel button in the new dialog have accelerators!
Well, I navigate Windows by keyboard and mouse and I still use the Context Menu button a lot (I have remapped my capslock button to be the Context Menu), because keyboard shortcuts are fast and efficient if software supports them. :-)