Edge-Enterprise icon indicating copy to clipboard operation
Edge-Enterprise copied to clipboard

ConfigureKeyboardShortcuts

Open gerwintr opened this issue 2 years ago • 1 comments

The ConfigureKeyboardShortcuts example could really use a example where it's shown how to disable multiple keyboard shortcuts.

currently it only lists: SOFTWARE\Policies\Microsoft\Edge\ConfigureKeyboardShortcuts = {"disabled": ["new_tab"]} as a example.

i would propose to add a example like this so it's clear that when you want to block multiple things you have to seperate them with a comma lik so: SOFTWARE\Policies\Microsoft\Edge\ConfigureKeyboardShortcuts = {"disabled": ["new_tab",,"dev_tools","etc"]}


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

gerwintr avatar Sep 19 '22 16:09 gerwintr

@gerwintr Thank you for the feedback. We have reached out to the policy owner and passed on the suggestion. We will follow up with any updates.

Y-Kelly avatar Sep 19 '22 18:09 Y-Kelly

@gerwintr The policy owner has updated the example in the policy documentation. Thanks again!

https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#example-value-228 image

Y-Kelly avatar Nov 01 '22 17:11 Y-Kelly