You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We thought that this opening the browser print was baked in, in a way we couldn't get around it with js, but I think we just tried the wrong thing as
document.addEventListener('keydown',function(event){if((event.metaKey||event.ctrlKey)&&event.key==='p'){event.preventDefault()alert('Command palette would show here!')}})
Works just fine. We could change meta k to meta p etc, or just allow custom hotkeys to be truly custom.
We thought that this opening the browser print was baked in, in a way we couldn't get around it with js, but I think we just tried the wrong thing as
Works just fine. We could change meta k to meta p etc, or just allow custom hotkeys to be truly custom.
Relates to #5185
The text was updated successfully, but these errors were encountered: