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

'C-g' should cancel current long keybinding in progress (if any). #30

Open
okia opened this issue Nov 17, 2016 · 0 comments
Open

'C-g' should cancel current long keybinding in progress (if any). #30

okia opened this issue Nov 17, 2016 · 0 comments

Comments

@okia
Copy link
Contributor

okia commented Nov 17, 2016

'C-g' should cancel current command (including keybinding in progress, if any) and return to normal input [mode]. Ideally, it should also preserve current selection, like Emacs does.

okia added a commit to okia/vscode-emacs that referenced this issue Nov 17, 2016
Quick fix for issue hiro-sun#30.
Known issues:
1. Generally, 'C-g' should be pressed twice. This is connected with curios
current behavior: whenever there is an active selection, pressing 'Ctrl+g'
for the first time clears up the selection, but extension does not receive
neither 'C-g', nor 'Type' command. Pressing 'Ctrl+g' for the second time
generates 'C-g' command.
2. Unlike Emacs, this extension does not preserve current selection on
pressing 'Ctrl+g'.
TODO:
Investigate this situation in more details. Is it VSCode designed behavior?
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