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

Hotkey recording not working #668

Closed
arjunrajlab opened this issue Apr 26, 2024 · 2 comments · Fixed by #680
Closed

Hotkey recording not working #668

arjunrajlab opened this issue Apr 26, 2024 · 2 comments · Fixed by #680
Assignees
Labels
bug Something isn't working
Milestone

Comments

@arjunrajlab
Copy link
Collaborator

Now, when you try and create a tool and click "Record Hotkey", it just spins forever and doesn't record the hotkey.

image
@arjunrajlab arjunrajlab added the bug Something isn't working label Apr 26, 2024
@arjunrajlab arjunrajlab added this to the Alpha-Version milestone Apr 26, 2024
@arjunrajlab
Copy link
Collaborator Author

The console gives the following:

mousetrap_plugins_record_mousetrap-record__min__js.js?v=aeebce7c:7 Uncaught ReferenceError: i is not defined
    at Mousetrap.n (mousetrap_plugins_record_mousetrap-record__min__js.js?v=aeebce7c:7:16)
    at d.handleKey (mousetrap_plugins_record_mousetrap-record__min__js.js?v=aeebce7c:53:7)
    at HTMLDocument._handleKeyEvent (mousetrap.js?v=aeebce7c:324:16)

@arjunrajlab
Copy link
Collaborator Author

Seems like this error is known:
ccampbell/mousetrap#473

I checked, and indeed it is missing the var i; declaration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants