open & close console panel⌘+Option+J clear console⌘+K - open elements panel - toggle inspect element mode - If dev-tools is opened, focus to tool panel⌘+Option+C show settings? focus the next/previous panel⌘+]/[ jump to specific panel⌘+Number key ...
Description By intercepting document.onkeydown javascript code can implement keyboard shortcuts and this can be genuinely useful for PWAs and other web applications such as online versions of O365, Google Docs, etc. However, this website...
To check if this is a Chromium issue, you could try opening https://www.w3.org/2002/09/tests/keys.html in Chrome and pressing ctrl+alt+e. Here is what I get on my machine: keydown (0): [keyCode: 17][shift: false][ctrl: true][alt: false][meta: false] keydown (1): [keyCod...