Page 1 of 1
Should a mouse click change the keyboard focus?
Posted: Fri Jun 21, 2024 8:28 pm
by Little John
On a window with several gadgets, I can change the keyboard focus by pressing [Tab] or [Shift]+[Tab]. The gadget which is currently active is indicated by a dotted rectangle.
If I cklick with the mouse on a differnt gadget, should this action change the keyboard focus (the active gadget)? What is the standard behaviour on Windows 10/11?
Re: Should a mouse click change the keyboard focus?
Posted: Fri Jun 21, 2024 9:13 pm
by Demivec
Yes, it changes the focus which includes the keyboard focus. This happens by virtue of the click/ selection. Both the mouse and the keyboard are usable to change where the focus for keyboard input takes place.
There is also input which can take place by virtue of mouse pointer focus. This includes mouse actions such as using the mouse scroll wheel. It also includes possible keyboard input like holding 'modifier' keys like Ctrl, Shift, Alt or Shift (and others).
I believe there are some differences in the mouse focus under the macOS and perhaps the keyboard focus too.
Re: Should a mouse click change the keyboard focus?
Posted: Fri Jun 21, 2024 10:35 pm
by Little John
Thank you!