xmouse
{{Short description|System of computer mouse control}}
{{Multiple issues|
{{Notability|date=October 2021}}
{{disputed|date = September 2008}}
{{POV|date=October 2021}}
}}
Xmouse is a system of mouse control in computer operating systems used instead of the standard selection behavior. The xmouse system automatically selects objects or activates windows after hovering the mouse over the object for a certain period of time.
Description and comparison
Xmouse is a system of mouse control used instead of the standard system of selection on computers (most notably Windows and X11, where it is an option). The behavior is similar to mouse control in X Windows.{{Cite book|last1=Norton|first1=Peter|url=https://books.google.com/books?id=6jT-k-Y5TpoC&q=xmouse|title=Peter Norton's Complete Guide to Windows 95|last2=Mueller|first2=John|date=1998|publisher=Sams Pub.|isbn=978-0-672-31255-7|language=en}}{{Cite book|url=https://books.google.com/books?id=WTgEAAAAMBAJ&q=xmouse&pg=PA31|title=InfoWorld|date=1995-11-20|publisher=InfoWorld Media Group, Inc.|language=en}}{{Cite book|url=https://books.google.com/books?id=m4OknWEkpB4C&q=xmouse&pg=PA24|title=PC Mag|date=1996-12-03|publisher=Ziff Davis, Inc.|language=en}} Where normal Windows and X11 mouse control uses single-click for selection and double-click to open/edit/etc, the xmouse system automatically selects objects after hovering the mouse over the object for a certain period of time (often one second).{{Citation needed|date=February 2022}} Hovering over a window makes it the active window.{{Cite book|last=Honeycutt|first=Jerry|url=https://books.google.com/books?id=q6PsY-9xNicC&q=xmouse|title=Windows 95 Registry & Customization Handbook|date=1996|publisher=Que|isbn=978-0-7897-0725-3|language=en}} The context function, previously activated by double-clicking, is activated by single-clicking; double-clicking is made redundant by this system and is ignored.{{Citation needed|date=February 2022}} Operation of menus, text selection, and other features remain unchanged.{{Citation needed|date=February 2022}}
Availability
On Microsoft Windows, an Xmouse Control Panel applet was available as part of the Windows 95 PowerToys,{{Cite book|url=https://books.google.com/books?id=xrHwrGq70eAC&q=xmouse&pg=PA302|title=PC Mag|date=1996-09-10|publisher=Ziff Davis, Inc.|language=en}} used to configure focusing windows in the user interface by hovering. On newer Windows versions, the behavior can be configured using Tweak UI or directly from the Windows Registry.{{Citation needed|date=February 2022}} The setting is also built into Windows Vista and Windows 7 in the Ease of Access Center as "Activate a window by hovering over it with the mouse",{{cite web|title=Make the mouse easier to use|url=http://windows.microsoft.com/en-us/Windows7/Make-the-mouse-easier-to-use|publisher=Microsoft Corporation|access-date=18 August 2012}} however preventing the activated window from moving to foreground can be done by using the relevant SystemParametersInfo
{{cite web |url=https://msdn.microsoft.com/en-us/library/windows/desktop/ms724947.aspx |title=SystemParametersInfo function |publisher=Microsoft}} Windows Dev Center Microsoft.com Retrieved 16 March 2017. system calls in Windows' USER component, or by configuring the registry.[https://technet.microsoft.com/en-us/library/cc957204.aspx UserPreferencesMask bit 6] TechNet Microsoft.com Retrieved 27 July 2015.
Reception
Proponents of the xmouse system claim it has many advantages over the regular system of selection. Most notably, it requires much less effort on the part of the user to use the computer, and can be considerably faster once users have adjusted to the non-standard interface.
The two main disadvantages are the selection speed and being the non-standard.{{Citation needed|date=February 2022}} Firstly, if the activated window is also configured to be drawn into foreground there must be a minimum time for the cursor to hover over a window before it is selected, or else all touched windows would be immediately in foreground and cover other windows. This lag time reduces the maximum speed that xmouse can be used at, and could lead to annoying pauses. Secondly, as it is rarely used in the world, people who get used to the xmouse system might find it hard to adjust to using other computers, and vice versa.
References
{{Reflist}}
External links
- [http://www.highrez.co.uk/downloads/XMouseButtonControl.htm X-Mouse Button Control]
- [https://joelpurra.com/projects/X-Mouse_Controls/ X-Mouse Controls]