-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Key mappings for Shift + [non-printable char key] #2388
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
Conversation
|
Currently, Anyways, I am completely okay with any implementation, just want to use that feature. |
Well, this indeed seems a good solution. My PR is from my project Vimium++, and it has supported keys like Updated: the master branch of Vimium++ has supported auto-conversion from |
could we pls have this? |
Now I've given up my idea of <LEFT> and turned to this PR of <s-left>. |
@gdh1995 @alexei-zayakin I'd like to merge this if it can be updated to merge cleanly (the code has changed since original authoring). Ideally we also have a test case for this in commands_test.coffee. |
Oh this is safe to merge. The conflicting line is |
Merged in ebc57ba. Nice. Thanks! |
What a great news! More mappings available! Can we get a list of the keys that now can be mapped the following way ? I tried and successfully mapped the four arrow keys: |
Currently it is impossible to create a key mapping for combinations like
Shift + Left
orShift + F1
.Proposed changes make it possible using
<s-left>
syntax.