Microsoft shipped PowerToys 0.100 on June 10, 2026, and one change stands out as a genuine workflow accelerator: the Shortcut Guide now slides out as a context-aware side pane that tailors its keyboard-shortcut recommendations to whichever app you are actively using. No more memorizing a static list of global hotkeys and hoping they apply everywhere—the updated utility reads the focused window and surfaces only the commands that work right there, right then.
The release lands at a moment when power users are drowning in shortcut combinations. Windows 11 itself ships with dozens of baked-in keystrokes, and every major application layers its own on top. The challenge has never been a shortage of shortcuts; it has been recall. PowerToys 0.100 tackles that by turning the Shortcut Guide from a generic cheat sheet into an intelligent, app-sensitive assistant that lives in a collapsible panel at the edge of your screen.
What’s new in PowerToys 0.100
Beyond the flagship Shortcut Guide overhaul, version 0.100 bundles a handful of quality-of-life tweaks that regular PowerToys users will appreciate. The FancyZones editor now supports per-zone opacity controls, letting you dim inactive zones so the active workspace pops. Mouse utilities gain a new “Crosshair mode” that draws a full-screen targeting reticle for pixel-perfect clicks—useful in design tools and terminal-based alignment tasks. The Keyboard Manager can now remap chords involving the Copilot key (introduced on hardware shipping since mid-2025), addressing a long-standing request from owners of those keyboards.
Still, the Shortcut Guide rework consumes the lion’s share of the changelog. The team rewrote the overlay’s rendering engine to support tear-off side panes, custom scaling for high-DPI monitors, and per-app shortcut databases that the community can extend through plain-text definition files. Early testers in the PowerToys GitHub discussions have already contributed app profiles for Visual Studio Code, Adobe Photoshop, Blender, and Microsoft Excel, adding hundreds of context-specific keystrokes beyond the built-in Windows 11 set.
How the context-aware side pane works
Press the default activation chord—Win + Shift + /—and instead of the full-screen overlay that blocked your work in earlier versions, a vertical panel slides in from the right edge of the primary display. The panel respects your system accent color and acrylic transparency settings, blending into the Windows 11 aesthetic without obscuring the content underneath. If you prefer the old overlay, you can toggle back to it in Settings; the side pane is the new default.
What sets it apart is its awareness of the foreground application. When you invoke the guide with, say, File Explorer in focus, you see shortcuts such as Ctrl + N (new window), Alt + Enter (properties), and F2 (rename). Switch to Microsoft Word and the list immediately refreshes to highlight formatting commands like Ctrl + B, Ctrl + I, and the lesser-known Shift + F3 that cycles text case. The transition is so fast that you can Alt-Tab between apps and watch the pane repopulate in real time.
Under the hood, PowerToys queries the UI Automation framework and cross-references the process name and window class against a local database of shortcut profiles. Profiles are simple JSON files stored in %LocalAppData%\Microsoft\PowerToys\ShortcutGuide\Apps. A community-maintained repository on GitHub holds an expanding library of profiles, and PowerToys will periodically fetch updates unless you disable the auto-update toggle. For apps without a dedicated profile, the pane falls back to a curated list of Windows system shortcuts, so you always land on something useful.
The pane also introduces a search bar pinned to its top edge. Start typing “snip” and the guide narrows down to the Snipping Tool shortcut (Win + Shift + S) and any related app-specific commands that contain that term. For accessibility, every entry carries a small “pin” icon; click it and the shortcut stays glued to the top of the pane until you unpin it, letting you build a personal learning queue of keystrokes you want to muscle-memorize.
Practical benefits for different user profiles
Knowledge workers who bounce between Outlook, Teams, and a browser will likely see the fastest return. The pane recognizes Outlook Web Access in Edge or Chrome and displays shortcuts for composing, replying, and scheduling. In Teams, it surfaces meeting controls—mute/unmute, raise hand, and share screen—saving the awkward fumble of hovering for on-screen buttons during a presentation.
Developers have already started building integration profiles for IDEs. Visual Studio’s profile, for example, groups shortcuts by task: debugging, refactoring, and Git operations. Because the pane remains visible as a narrow strip even when collapsed to a 40-pixel grab handle, you can keep it open on a secondary monitor and glance at it without breaking focus. Some early adopters on Reddit report pairing the side pane with a Stream Deck, using the Deck to switch app profiles manually when the auto-detection misfires—though such misfires are rare according to telemetry shared by Microsoft’s PowerToys PM.
Accessibility advocates have praised the pane for reducing the cognitive load of shortcut discovery. Instead of pulling up a search engine or a static PDF, users with motor or memory challenges get an adaptive reference that moves with their workflow. The panel works with Windows 11’s existing high-contrast themes and screen readers, and the shortcut entries can be resized independently of the system text-scaling setting.
Community feedback and known rough edges
No 0.100 feature is perfect on day one. Users on multi-monitor setups with mixed scaling (for instance, a 4K laptop panel next to a 1080p external monitor) report occasional flickering when dragging the pane between displays. The team marked this as a high-priority fix for 0.101. A handful of UWP apps that draw their own non-standard window frames confuse the automation framework, causing the pane to show the fallback system shortcuts instead of the app-optimized ones—developers are asking for a way to force a specific profile via a command-line flag.
Battery impact on unplugged laptops has also drawn discussion. Keeping the side pane visible triggers the DWM to composite an extra layered window, which nudges the GPU out of deep sleep. Microsoft’s advisory recommends collapsing the pane when on battery or enabling the new “sleep when idle” option that hides it after 30 seconds of inactivity. In internal testing on a Surface Laptop 7, the difference averaged less than 3 percent additional drain over a typical eight-hour workday, but power-sensitive users may still want to keep it collapsed.
The sheer volume of new shortcuts has prompted requests for a better onboarding experience. Currently, the first launch of the modified guide shows an animated overlay pointing out the search bar and pin function, but there is no interactive tutorial. PowerToys contributors have opened a design discussion on GitHub to add a “Practice Mode” that quizzes you on the shortcuts for your top five apps, similar to how typing test sites drill key combinations—a compelling idea that could land in a future release.
How to install or update
PowerToys 0.100 is available now through the Microsoft Store, the GitHub Releases page, and the winget package manager. If you already have a previous version, winget will detect the upgrade with winget upgrade Microsoft.PowerToys. The installer preserves your existing settings, but the team recommends backing up your settings.json before updating, as the new Shortcut Guide preferences are not backward-compatible with versions earlier than 0.99.
For users on managed work devices, the MSI installer has been updated to allow enterprise deployment via Intune or Configuration Manager. The “DisableShortcutGuideAutoUpdate” group policy object can be used to prevent the tool from fetching community profiles, a compliance feature that IT admins on the Windows Enterprise forums have been requesting since the feature was announced in beta.
What this signals for Windows utilities
The context-aware Shortcut Guide is more than a point release feature; it is a signal of where Microsoft’s PowerToys team is heading. Surface-level system utilities are giving way to deeply integrated assistants that understand user intent. Rivals like AutoHotkey and third-party launchers have offered app-specific scripts for years, but this is the first time Microsoft has shipped such capability as a supported, open-source component of Windows’ own power-user toolkit.
Over the next several releases, the team plans to wire the Shortcut Guide into the broader Windows input pipeline. One prototype, teased in a Microsoft Mechanics video, shows Copilot generating custom shortcut suggestions based on your Usage Insights data—imagine a prompt that says, “I’ve noticed you spend 20 minutes a day formatting tables in Excel; here are five shortcuts that could cut that in half.” Whether such a feature clears privacy reviews remains uncertain, but the plumbing is being laid.
In the nearer term, the community-driven profile model opens the door for ISVs to ship official profiles alongside their apps. Adobe, for instance, could bundle a Shortcut Guide profile with Creative Cloud, ensuring users always see the most current Photoshop or Premiere Pro shortcuts. PowerToys already consumes VSCode-like JSON schemas, so validation and versioning are built in. Expect a formal partner SDK to emerge once the pane’s API stabilizes in version 1.0.
Parting thoughts
The 0.100 update transforms a novelty overlay into a genuine productivity layer that adapts to how you work, not the other way around. There is polish left to apply, particularly around multi-monitor scaling and the battery-conscious behavior, but the architectural shift is sound. For anyone who has ever hesitated mid-task trying to recall whether Ctrl + Shift + . increases font size or fires up the Task Manager, that half-second mental stumble is exactly what PowerToys now aims to eliminate.
If you decide to try the new Shortcut Guide, start with the apps you use most. Activate the pane, pin a few unfamiliar shortcuts, and deliberately use them for a day. Muscle memory builds faster when the prompt is always in your peripheral vision. And if you discover a killer shortcut that is missing, consider contributing a profile—the open-source repo is welcoming, and you might just help thousands of other Windows 11 users shave a few seconds off their day.