I have application where I have to override few shortcuts keys of the chrome browser. I am not able to override few of the default shortkeys but can write few custom shortkeys to trigger a alert Stackblitz example.
these are the new commands I want to override ,
- CTRL+T
- CTRL+N
- CTRL+W
- CTRL+F4
- CTRL+TAB
- Alt+F4
Is there any way I can override the chrome default shortcut keys.