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

Reply via email to