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

Can't bind "ESC <" to tw-begin #1

Open
nessus42 opened this issue Oct 2, 2017 · 2 comments
Open

Can't bind "ESC <" to tw-begin #1

nessus42 opened this issue Oct 2, 2017 · 2 comments

Comments

@nessus42
Copy link

nessus42 commented Oct 2, 2017

Also I can't bind ESC > to tw-end.

I can set such a keyboard shortcut in the Keymap Preferences for Emacs+ Patched, but the shortcut doesn't actually work. I.e., nothing seems to happen.

P.S. Intellij Version is IntelliJ IDEA Ultimate 2017.2.4.

@cursive-ide
Copy link
Owner

This is a command that you would use in a toolwindow, right? What I suspect is happening is that ESC when in a toolwindow is processed at a pretty low level in IntelliJ - it always means return to the current editor. I suspect that might be being caught before normal event processing takes place - I'll try to debug to confirm.

@nessus42
Copy link
Author

Sorry for the delay in responding. Maybe I shouldn't be binding it to tw-end, but rather to "Move caret to text end"? I just tried doing that, and now things work fine in an editor, which is where I care about it the most.

I didn't realize that tw-* was for non-Editor windows.

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

2 participants