Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ctrl-Shift-N is not a good shortcut for a blank sheet on chrome #150

Open
mgreminger opened this issue Feb 9, 2023 · 2 comments
Open

Ctrl-Shift-N is not a good shortcut for a blank sheet on chrome #150

mgreminger opened this issue Feb 9, 2023 · 2 comments

Comments

@mgreminger
Copy link
Owner

No description provided.

@mgreminger
Copy link
Owner Author

Not so much of an issue when installed as a PWA since the Chrome shortcut no longer applies in that case. However, it might make sense for Ctrl-Shift-N to open a new window when in installed standalone mode

@mgreminger
Copy link
Owner Author

This solution works with edge to open a new window in standalone mode. Verified that it works on Chrome and Edge using the following command:

window.open('/', '_blank', `width=${window.innerWidth}, height=${window.innerHeight}`)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant