
You can disable Ctrl+Shift+L using this policy ConfigureKeyboardShortcuts. The corresponding registry setting is like below:
- Path: SOFTWARE\Policies\Microsoft\Edge
- Value Name: ConfigureKeyboardShortcuts
- Value Type: REG_SZ
SOFTWARE\Policies\Microsoft\Edge\ConfigureKeyboardShortcuts = {
"disabled": [
"paste_and_go"
]
}
All configurable keyboard shortcuts can be found in this table: Configurable commands. Unfortunately, Ctrl+C is not configurable through registry setting. You can provide feedback to Edge team by pressing Alt+Shift+I in Edge.
For address bar in kiosk mode, you can set Read only address bar (policy) which is supported in kiosk mode public browsing: Kiosk mode supported features. If you disable this policy, it prevents users from changing the URL in the address bar.
Update:
Are you using Edge in kiosk mode public browsing (--edge-kiosk-type=public-browsing)? If so, you can disable right click menu for Edge address bar like what I said above. Just disable this policy KioskAddressBarEditingEnabled. The registry setting is like below:
The result is like below:
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Regards,
Yu Zhou