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

Viewed 2644

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.

0 Answers
Related