Monday, June 18, 2012

Re: VIM: best way to swap the Caps and esc, but JUST for vim

thanks!
I don' know autohotkey...
to what file I need to put these lines in?


> If you can use autohotkey paste this into your autohotkey script, it will only
> replace caps lock for esc in vim and a few other apps:
>
> ; use shift+capslock for the default capslock
> +Capslock::Capslock
>
> #IfWinActive, ahk_class Vim
> *CapsLock::Esc
> #IfWinActive, ahk_class mintty
> *CapsLock::Esc
> #IfWinActive, ahk_class VanDyke Software - SecureCRT
> *CapsLock::Esc
> #IfWinActive
>


--
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

No comments: