builtbybel / ThisIsWin11

The real PowerToys for Windows 11
https://www.builtbybel.com/apps/thisiswin11
MIT License
5.15k stars 339 forks source link

Script to disable Edge sidebar keyboard shortcut #208

Closed RDhar closed 7 months ago

RDhar commented 1 year ago

Feature description

Genuinely fond of your continued efforts towards supporting this project for as long as you have, thank you!

There's yet another annoying "feature" in Edge which hijacks the Ctrl Shift E keyboard shortcut to open the pointless sidebar.

Luckily, it's a quick li'l script to disable this via the registry and I think it might be worth adding to your scripts repository.

In an elevated/administrator cmd.exe:

C:\Windows\System32>reg add HKLM\SOFTWARE\Policies\Microsoft\Edge /v ConfigureKeyboardShortcuts /d {\"disabled\":[\"sidebar_search_selected_text\"]}
The operation completed successfully.

Cheers, Rishav

Logs

No response

Issue tracker rule checks (please read carefully)