Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure?

User Image
Petar Georgiev
6 discussion posts
Hello Guys,
I have an issue - recently all my bindings started failing.
It looks like Windows' reserved key combinations are no longer affected by the values of "DisabledHotkeys" in Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

Does anyone have an idea how can assign those reserved hotkeys?

BR,
Petar
Mar 27, 2024  • #1
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
Could you send me a copy of your troubleshooting info? Here are the steps:

  • Open the Settings > Troubleshooting tab
  • Click the "Export Info to File" button
  • Reply with the file attached
Mar 27, 2024  • #2
User Image
Petar Georgiev
6 discussion posts
Done.
• Attachment [protected]: DisplayFusionDebugInfo.zip [64,032 bytes]
Mar 28, 2024  • #3
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
Thanks for sending that over, it looks like you have ExplorerPatcher installed as well. Does that have any settings to override hotkeys?
Apr 1, 2024  • #4
User Image
Petar Georgiev
6 discussion posts
I've uninstalled it to test - ExplorerPatcher is not the problem.
The issue started recently, I think MS pushed updates for the copilot (win + c) now calls CoPilot, despite the fact it shouldn't according to the registry key.
• Attachment [protected]: Screenshot_1.png [335,680 bytes]
Apr 2, 2024  • #5
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
Ah, yeah Windows still reserves those hotkeys if they are disabled. Overriding them isn't something we currently support, but we do have it on our feature request list so I've added your vote to it.

Thanks!
Apr 8, 2024  • #6
User Image
Petar Georgiev
6 discussion posts
But they were working just fine untill recently, that's why I posted in the first place...
Apr 9, 2024  • #7
User Image
Sp3EdeR
4 discussion posts
@Owen Muhlethaler, can you please add another vote on that feature request?

Perhaps as a helper for implementing this feature:
- The Microsoft PowerToys Keyboard Manager module contains remapping for system hotkeys to other hotkey binds or running commands. The PowerToys codebase is licensed under MIT, so you should be able to reuse its code. You can find the code here: https://github.com/microsoft/PowerToys/tree/main/src/modules/keyboardmanager
- AutoHotkey also supports overriding hotkeys using keyboard hooks. It implements a masking logic to avoid popping up the start menu when a blocked hotkey combo is handled, which is documented here: https://www.autohotkey.com/docs/v1/lib/_MenuMaskKey.htm. Its source can be found at https://github.com/AutoHotkey/AutoHotkey. Of course, it is licensed under GPL, so it cannot be reused here, but at least it may be useful to learn the necessary information.
Dec 10, 2024 (modified Dec 10, 2024)  • #8
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
Vote added!
Dec 10, 2024  • #9
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)