'List of Chrome keyboard shortcuts that you CANNOT override with Javascript?

You can preventDefault() on Chrome shortcuts with Javascript, but you can't do it with all of them.

Ctrl + S and Ctrl + F you can override.

Ctrl + W you cannot. This makes sense.

Ctrl + L though I was surprised to find you also cannot override though.

Is there a comprehensive list of overridable vs non-overridable Chrome shortcuts? If so, I cannot find it.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source