Microsoft’s community-driven PowerToys has quietly gained a small but meaningful accessibility weapon: a
gliding cursor mode that uses the existing Mouse Pointer Crosshairs to let you
lock and nudge the pointer along horizontal and vertical axes and then perform a click — all with a single repeated hotkey press. The feature landed as part of PowerToys
v0.94, a release that focuses on usability and quality-of-life improvements such as settings search and shortcut conflict detection, and it positions PowerToys as a continuing incubator for Windows features that deserve broader exposure and polish.
Background
PowerToys began life as a grab-bag of power-user utilities and evolved into an official, open-source toolkit that often pilots ideas Microsoft later considers for the OS. The v0.94 update is not a headline-grabbing overhaul; instead, it’s a focused refinement release that fixes friction points for users who already rely on the suite daily. The release adds:
- A fuzzy Settings search to help you find options quickly.
- A shortcut conflict detector that surfaces overlapping hotkeys.
- An updated installer (migrated to WiX 5) and a raft of bug fixes across modules. (github.com)
Most notably for input and accessibility workflows, the Mouse Pointer Crosshairs tool now includes a
gliding cursor accessibility mode that enables single‑button cursor positioning and clicking — a small but important feature for users with motor-control constraints or anyone who benefits from staged pointer movement. (
windowscentral.com)
What the Gliding Cursor Does
A different model for pointer precision
Instead of relying on precise, moment-to-moment mouse control, the gliding cursor introduces a
two-axis locking sequence:
- Trigger the gliding cursor with the assigned hotkey and the crosshairs start moving along the horizontal line.
- Press the same hotkey again to lock the horizontal position and begin vertical movement from that point.
- Press again to slow movement (if desired) or, on the next press, perform a click at the current coordinate.
This sequence mimics “single-switch” or “scanning” input systems seen in other accessibility platforms where one control cycles through options and a second action selects. The goal is to let users place the pointer without fine-grained motor control or rapid stopping reflexes. (
neowin.net)
Why it matters
- It reduces dependence on micro-movements that are difficult for users with tremor or limited dexterity.
- It allows for precise alignment when working across densely packed UIs, multi-monitor setups, or high-DPI displays where tiny pointer errors matter.
- It integrates with an existing, well-known visual affordance — the crosshairs — reducing cognitive overhead for users who already use the Mouse Pointer Crosshairs tool. (learn.microsoft.com)
How It Works, Practically
Activation and control
PowerToys allows customization, so the activation hotkey, crosshair color, speed, and other parameters can be changed in Settings. By default, PowerToys exposes activation shortcuts for Mouse Pointer Crosshairs within the Input/Output section, and the gliding cursor is implemented as a mode inside that utility. The core behavior—cycling horizontal lock → vertical lock → click—comes from the PowerToys team’s change described in the official release notes. (
devblogs.microsoft.com)
Note: community reporting and third‑party articles have demonstrated a specific key combination in demonstrations, but the
default hotkey for the gliding cursor mode is not explicitly documented in the official release notes. Because PowerToys supports user-configurable shortcuts, demonstrations may show different defaults depending on environment and localization; treat specific hotkey captures from screenshots or videos as examples rather than universal defaults. This particular claim should be considered
unverified until confirmed in your local PowerToys Settings.
Customization options
PowerToys’ Mouse Pointer Crosshairs already exposed several customization controls that apply to the gliding cursor mode:
- Color and opacity of crosshair lines for contrast against different backgrounds.
- Thickness and center radius to adjust visibility and focus.
- Movement speed and step behavior for the gliding cursor to let users tune the pace at which the crosshair scans. (neowin.net)
These controls are essential because users will want to tailor the scanning speed and visual contrast to their particular screen, eyesight, and motor control.
Accessibility Impact: A Practical Assessment
Strengths
- Single-switch friendliness: The gliding cursor is explicitly designed to approximate single-button control systems, meaning it can be used by people who operate input devices via a single accessible button or switch. That is a major win for inclusive design in a mainstream toolkit.
- Low learning curve: The visual crosshairs are already familiar to many users; adding staged movement and click reduces the need to learn an entirely new interface.
- Immediate availability: Because PowerToys is distributed through GitHub and the Microsoft Store and maintained by Microsoft, the feature is available now rather than waiting for OS-level integration. Users who need it can start using it with minimal friction. (windowscentral.com)
Limitations and caveats
- Not a full assistive suite replacement: The gliding cursor is an effective technique for precise pointing, but it doesn’t replace broader assistive technologies such as on‑screen keyboards, speech input systems, or complex switch‑access frameworks. It’s a targeted solution for pointer positioning and clicking.
- Potential application compatibility issues: Visual overlays and global input hooks can misbehave in applications that use exclusive fullscreen modes (games, some media apps) or custom rendering pipelines. PowerToys typically avoids interfering with such apps, but corner cases remain. Users should test behavior in mission‑critical applications. (neowin.net)
- One-button timing: The scanning approach trades continuous control for staged selection. Users with slower reaction times may still find adjusting speed and using the slowdown step essential; out‑of‑the‑box defaults may not suit everyone. The experience depends on careful tuning.
Security, Performance, and Reliability
The v0.94 release also upgraded the installer to
WiX 5, an engineering change intended to improve the installer’s security and reliability during deployments such as winget installs and silent setups. That move reduces friction for enterprise distro and automated setups and reflects a broader maturation of PowerToys from hobby project to production-grade tooling. (
tweakers.net)
Performance-wise, the Mouse Pointer Crosshairs overlay is lightweight by design. Community tests and the PowerToys team’s own notes indicate the tool imposes negligible CPU and memory overhead, especially when only the mouse utilities module is enabled. Still, as always, users running specialized GPU-accelerated applications should validate behavior in those contexts. (
neowin.net)
Installation and Where to Get It
PowerToys can be installed through multiple official channels:
- Microsoft Store (app package).
- GitHub Releases (standalone installer).
- winget (Windows Package Manager) for scripted or automated deployments.
Once installed, open the PowerToys Settings app and look under Input/Output → Mouse Pointer Crosshairs (or the Mouse utilities section) to enable the crosshairs and the gliding cursor mode, configure the activation shortcut, and tune appearance and speed. The official docs list the Crosshairs settings and emphasize that activation shortcuts are customizable. (
github.com)
Community Reaction and Developer Rationale
PowerToys occupies an interesting position: it’s community-driven but under Microsoft stewardship, which makes it a natural place to incubate features that can later inform Windows itself. The gliding cursor mirrors recent signals from Windows Insider channels where a similar crosshair feature has appeared behind a feature flag, suggesting Microsoft is experimenting with this UI pattern across both PowerToys and the OS. That dual path — PowerToys first, OS later — has been a pattern in recent years. (
github.com)
Coverage in independent outlets has been broadly positive, emphasizing the small-but-impactful nature of the change and noting other v0.94 improvements like the shortcut conflict detector. Reviewers highlight the release’s pragmatic focus: small refinements that reduce daily friction for power users and people relying on accessibility tools. (
neowin.net)
Practical Tips for Power Users and Administrators
- Customize the activation hotkey immediately after installing. Default shortcuts across modules can overlap; use the new shortcut conflict tile in Settings to spot collisions and avoid surprises.
- Tune movement speed and use the slowdown press to land precisely on UI controls. Each user may prefer different speeds depending on monitor resolution and personal reaction time.
- Use contrasting crosshair colors and thickness on multi-monitor setups or high-DPI displays to ensure visibility across varied backgrounds.
- Test critical apps in a staging environment — games, video conferencing, and some creative or CAD software may render overlays differently or require the overlay to be disabled during fullscreen exclusive use.
- For enterprise deployments, prefer winget or the Microsoft Store for consistent updates; review the installer’s WiX 5 change if you deploy PowerToys via managed software pipelines. (github.com)
Technical Notes and Unverified Claims
- Several demonstration videos and third‑party write-ups show a specific key combo to trigger the gliding cursor; however, PowerToys’ Settings allow changing the activation key, and the official release notes do not hardcode a single global default for that mode. For this reason, any single screenshot or demo showing "Windows + Alt + ." or similar should be treated as illustrative rather than definitive unless verified inside the PowerToys Settings on the same machine. Users should confirm their local bindings.
- The gliding cursor’s exact timing steps, slowdown increments, and whether it supports variable acceleration curves are configurable to an extent in Settings (speed sliders and a slowdown key), but very granular behavior (for example, support for custom acceleration curves) is not presented in the public changelog and may require further inspection of the app or source code. If a workflow depends on precise timing characteristics, validate them directly in the app. (github.com)
Developer and Power-User Takeaways
PowerToys continues to be a valuable public sandbox: features like the gliding cursor show how small, targeted accessibility additions can land in a broad user-facing tool quickly and iterate based on feedback. The v0.94 release is emblematic of mature, user-focused engineering — fixing UX friction (searchable settings), reducing configuration hazards (shortcut conflict detection), and polishing specialized utilities (mouse tools) rather than chasing headline features.
For developers and contributors, the project’s GitHub repo remains the canonical place to review PRs, file issues, and suggest incremental improvements. For product teams, this is a reminder that accessibility features need not be huge initiatives; they can be shipped iteratively and refined in the open with real-user telemetry and community contributions. (
devblogs.microsoft.com)
Conclusion
The gliding cursor in PowerToys v0.94 is modest in scope but meaningful in outcome: it lowers the hurdle to precise pointer placement for people who can’t rely on continuous, fast mouse movements, and it bolsters PowerToys’ role as an effective incubator for accessibility-forward features. Coupled with improvements like settings search and shortcut conflict detection, v0.94 is a lean, practical update that prioritizes usability and reliability.
Power users, IT admins, and accessibility advocates should test the gliding cursor to see whether it integrates cleanly into their workflows, tune the settings for speed and visibility, and use the new conflict-detection tools to avoid shortcut surprises. Where Windows itself eventually adopts similar features from PowerToys, users will already have a polished, configurable experience ready to bridge the gap.
For immediate use, install or update PowerToys via the Microsoft Store, winget, or the GitHub release page, enable Mouse Pointer Crosshairs in Settings, and experiment with the gliding cursor mode — but confirm your activation shortcut and test behavior in any application where overlays or exclusive rendering could interfere. (
learn.microsoft.com, Windows power-up tool collection 'PowerToys' now includes a new feature that lets you fine-tune the mouse cursor position along horizontal and vertical lines and click.