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

Custom hooks are not powerful enough and not unloaded #24

Open
rwstauner opened this issue Oct 16, 2014 · 0 comments
Open

Custom hooks are not powerful enough and not unloaded #24

rwstauner opened this issue Oct 16, 2014 · 0 comments

Comments

@rwstauner
Copy link

Behave offers hooks for custom keydown events but they are added too late to be able to override Behave functionality (and they offer no method to cancel the event).

So for example, if I want to intercept shift+enter to do my own thing, I can't stop Behave from editing the text without disabling the autoIndent feature altogether.

Additionally I noticed that listen adds 4 Behave events and 2 hook events, but destroy only removes the 4 Behave events (not the 2 hook events).

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