Thursday, May 23, 2013

Re: Why does Vim not distinguish right and left CTRL, SHIFT, ALT keys ?

On Wednesday, May 22, 2013 10:20:43 PM UTC-5, Donie Leigh wrote:
> Operations in Vim is heavily based on keyboard, since the right CTRL,
>
> SHIFT, ALT keys are rarely used, why does Vim not distinguish them
>
> from the left ones ? That will clearly make great convenience .

Very few programs can actually do that. Vim is worse because it's designed to also work in old terminals that only send a single byte for a CTRL combined with a keypress according to the ASCII standard. Vim works with what it is given.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: