[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Ctrl-Win-V remapping



Carl,

It sure is possible, that is if you want to dedicate Ctrl-V to this. I
wanted to remap Ctrl-NumpadIns to output WinKey-Ctrl-V.


First I put 'ni' = no interrupt in the keyboard file, then I devised
this AHK script:


; *** Ctrl-Win-V = Paste into vDosXy
^NumpadIns::
IfWinActive, ahk_class SDL_app
{
Send, #^v
}

Best regards,

Kari Eveli
LEXITEC Book Publishing (Finland)
lexitec@xxxxxxxx

*** Lexitec Online ***
Lexitec in English: http://www.lexitec.fi/english.html
Home page in Finnish: http://www.lexitec.fi/

I wish that WinKey-Ctrl-V could be remapped to Ctrl-V, but you can't have everything.