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

bug: ignore keyboard shortcuts if filepath navigator is in focus #73

Conversation

rushabh-wadkar
Copy link
Contributor

Motivation

Whenever file path navigator was in focus, pressing keyboard shortcuts worked. For example, when input was focused, pressing CTRL+SHIFT+N opened up new folder window. Similarly, happened for other keyboard shortcuts.

Changes

Patched it with a simple check if keyboard shortcut gets triggered and input is already in focus mode, ignore it.

Related

Issue #70

@vercel
Copy link

vercel bot commented Sep 27, 2021

Someone is attempting to deploy a commit to a Personal Account owned by @kimlimjustin on Vercel.

@kimlimjustin first needs to authorize it.

@kimlimjustin kimlimjustin merged commit 73d4b27 into kimlimjustin:master Sep 27, 2021
@kimlimjustin kimlimjustin added this to In progress in Project Roadmap via automation Sep 29, 2021
@kimlimjustin kimlimjustin moved this from In progress to Done in Project Roadmap Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants