-
Notifications
You must be signed in to change notification settings - Fork 178
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
Disable autofocus when initializing the console #86
Conversation
Why was the console capturing Ctrl + R anyway? Can't we just make sure we are capturing only the keys we need and maybe add @sime would that work for you? Or do you have other issues with it? |
Personally I would prefer it unfocused on load rather than needing a
|
The console actually is not registered to key combinations, so However, I'd prefer the console to be unfocused by default. Other people may also find it annoying. |
If you inserted a Anyway, I don't feel strongly about this one way or the other, but we should probably figure out why Ctrl + R is not working. |
Definitely agree on this one. During development, I have the console hidden on each page with the ability to toggle its display whenever I need it (have found this incredibly useful). Having the console display focused really kills my workflow when trying to quickly test pages in my app that have autofocused form fields. I'd love the ability to tell the console to remain unfocused on load. |
Agree with all of you. Will merge this as is, but I think @chancancode has the better idea here and we can investigate further why we eat up all the key combinations and how we can resolve it for good. Having the listeners on document may interfere with devs applications. @ryandao, please, make the PRs from your fork from now on. |
Disable autofocus when initializing the console
Accoring to #85 and #65, autofocusing the console is quite annoying.