That would be awesome to have an ability to reassign the _Caps Lock_, and send _Escape_ key ASCII 27 code instead. While Ctrl-[ works fine in Vim, it's still better to use one key instead of a combination.
Strongly seconded. While the 'smart' keyboard for the ipad pro lacks an
escape key, it has a full sized caps lock key just sitting there quietly
mocking me.
On Thu, Jun 16, 2016 at 9:43 AM Vlad Shvedov [email protected]
wrote:
That would be awesome to have an ability to reassign the _Caps Lock_, and
send _Escape_ key codes instead. While _Ctrl-[_ works fine in Vim, it's
still better to use one key instead of combination.—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/blinksh/blink/issues/32, or mute the thread
https://github.com/notifications/unsubscribe/ABUBqLAJCto4dUb7eMLwkEEUieFmwLaqks5qMX0sgaJpZM4I3lIv
.
Great Great Great news, this can be done!! I will add it once the config dialog for keys is completed.
Excellent news! Happy to test it once it's ready.
Great news! ESC and CMD-arrows mapping (Page up/down, Home/End) would help me :)
Hi @andrius! You should have Ctrl/Shift/Alt + arrows on v0.916. Let me know!
The user needs to remap Modifier keyboard keys like Ctrl, Alt, Command and Caps Lock, to the escape sequences as desired. This is a must to have the terminal configured to your liking. For example, it should allow to map Caps to Esc, Alt as Esc, Caps as Ctrl, etc...
Caps as ESC
[_kbdCommands addObject:[UIKeyCommand keyCommandWithInput:@"" modifierFlags:UIKeyModifierAlphaShift action:@selector(capsPressed:)]];
Commenting on this following Twitter discussion yesterday. Caps to Ctrl is an awesome feature, and worth moving to Blink for all by itself. However, now I know it's possible to do this kind of remapping...
Version 0.931 includes full support for all modifiers:
Sorry to resurrect this thread, @carloscabanero, but could you clarify how to accomplish this:
And you can even map them to what you want. For example, @clarkema can now map Caps to Ctrl, and also Caps to ESC, and get ESC on tap and Ctrl on hold.
In the latest version of Blink?
Most helpful comment
Great Great Great news, this can be done!! I will add it once the config dialog for keys is completed.