Enabling shortcut keys means disabling accessibility interceptors on Windows 11/10, or customizing combos in macOS System Settings.
You hit Win + E expecting File Explorer, and nothing happens. The culprit is usually a single toggle in your operating system’s settings—not a broken keyboard or a driver issue. Knowing how to enable shortcut keys starts with understanding why they stopped responding, and the fix is almost always a short trip into the Accessibility or Keyboard pane.
This article covers the exact steps for Windows 10, Windows 11, and macOS, plus the less common scenario of a managed enterprise PC. You won’t need any third-party utilities or admin tricks—just the right menu.
Why Did My Shortcut Keys Stop Working?
On Windows, the most common reason shortcut keys appear disabled is that an accessibility feature—Sticky Keys, Toggle Keys, or Filter Keys—is intercepting the keystrokes before the system registers them as a shortcut. These features are helpful for users with motor impairments, but they can be triggered accidentally by holding a modifier key too long or by pressing the Shift key five times.
On macOS, shortcuts rarely get disabled by accident. A missing shortcut usually means the key combination has been changed inside System Settings, or the app you are using has its own conflicting command set.
Enabling Shortcut Keys In Windows: Checking Accessibility First
To restore full shortcut key functionality in Windows 10 or 11, the standard fix is to open the Accessibility keyboard settings and turn off the three features that interfere with shortcuts.
- Press Win + I to open Settings.
- Go to Accessibility > Keyboard.
- Turn off the toggles for Sticky Keys, Filter Keys, and Toggle Keys.
- Test the change with a common shortcut like Win + E. The File Explorer window should appear immediately.
If the shortcuts still don’t work, check whether the Windows key is being blocked by Game Mode or OEM software (Gateway systems, for example, sometimes ship with a Launch Manager that disables keys). A quick way to narrow it down is to see whether a Ctrl-based shortcut works—if Ctrl + C copies and Win + I does not, something is intercepting the Windows key specifically.
For a complete reference of the available key combos, Microsoft’s official Windows keyboard shortcuts documentation lists every shortcut for the current versions of the OS.
Enabling Keyboard Shortcuts On macOS: System Settings Walkthrough
On a Mac, every keyboard shortcut is enabled, disabled, or remapped from a single pane inside System Settings. You do not need to turn accessibility features off by default—instead, you check what is checked.
- Click the Apple menu and choose System Settings.
- Select Keyboard in the sidebar, then click the Keyboard Shortcuts… button.
- Browse the categories on the left—Mission Control, Spotlight, App Shortcuts, and so on.
- To enable a shortcut, check the box next to it. To change the keys, double-click the current combination and press the new keys you want to use.
- To disable a specific shortcut, simply uncheck its box. To return everything to the factory layout, click Restore Defaults.
Apple notes that you may need to quit and reopen an application for the new key assignment to take effect. If the shortcut still does not work, check whether another app in the foreground is overriding it through App Shortcuts in the same settings pane.
Quick Fix Table: Where Shortcuts Get Blocked
| Symptom | Likely Cause | The Fix |
|---|---|---|
| Shortcut keys don’t respond at all | Windows accessibility features are intercepting input | Settings > Accessibility > Keyboard; disable Sticky, Filter, and Toggle Keys |
| Win + R, Win + E, or Win + S does nothing | Windows key is blocked by software or Game Mode | Open Settings > Gaming > Game Mode; check for OEM utilities like Launch Manager |
| Shortcut works in Word but not in Chrome | App-specific shortcut conflict on macOS | Go to System Settings > Keyboard > Keyboard Shortcuts > App Shortcuts and set an override |
| Shortcut change on Mac does nothing | App is still running with cached key mappings | Quit the application completely, then reopen it |
| Custom shortcut on Mac is ignored | Conflicts with a system-level combination | Choose a different key combination in Keyboard Shortcuts that no other function uses |
| Shortcuts worked before, then stopped after a system update | OS update restored default accessibility settings | Return to Accessibility > Keyboard and re-disable the intercepting features |
| Device is managed by a school or company | IT policy globally disables keyboard shortcuts | Contact your IT admin; fixes require PowerShell or Group Policy changes |
What About Managed Devices?
If your computer is enrolled in an enterprise MDM solution, keyboard shortcuts may be disabled by policy rather than by a user setting. IT administrators can use scripts—such as Scalefusion’s enable_keyboard_shortcuts.ps1 and disable_keyboard_shortcuts.ps1—to remotely control shortcut availability across a fleet of Windows devices. On a managed machine, none of the consumer-level settings listed above will override the policy until an admin applies the enable script.
The “Sticky Keys” Confusion
Sticky Keys locks a modifier key (Ctrl, Alt, Shift) so you do not have to hold it down to perform a keyboard shortcut. It is a genuine assistive feature, but it can make ordinary shortcuts feel broken because the system expects you to press modifiers one at a time. If you turned on Sticky Keys expecting it to unlock faster shortcuts, disable it immediately to restore normal behavior—Sticky Keys is rarely the tool for speed.
Common Shortcut Combos At A Glance
| Action | Windows | macOS |
|---|---|---|
| Open settings / preferences | Win + I | Cmd + , |
| Search for files and apps | Win + S | Cmd + Space |
| Lock your screen | Win + L | Cmd + Ctrl + Q |
| Take a screenshot | Win + Shift + S | Cmd + Shift + 3 (or 4) |
| Switch between open windows | Alt + Tab | Cmd + Tab |
| Open a new tab in the browser | Ctrl + T | Cmd + T |
| Close the active window | Alt + F4 | Cmd + W |
Putting Your Shortcut Keys Back To Work
One of the methods above fixes the problem on almost any machine. Here is the priority order to run through when shortcuts stop responding:
- Identify your OS—Windows 10/11 or macOS.
- Disable accessibility interceptors (Sticky Keys, Filter Keys, Toggle Keys) on Windows.
- Check the shortcut customization pane (Keyboard Shortcuts on a Mac).
- Quit and reopen any app where the shortcut is not registering.
- If the computer is managed by an organization, submit an IT ticket—the control lives above the user level.
That sequence covers the full range of consumer and enterprise setups. Once the right setting is flipped, your shortcuts will work exactly as they did the day you first used the machine.
References & Sources
- Microsoft Support. “Keyboard shortcuts in Windows.” Official documentation listing every current Windows shortcut and the system-level settings that control them.
- Apple Support. “Keyboard shortcuts on Mac.” Official guide detailing how to enable, change, and disable keyboard shortcuts on a Mac.
