[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: Clipboard
- Subject: Re: Clipboard
- From: Kari Eveli lexitec@xxxxxxxx
- Date: Mon, 23 Nov 2015 12:03:35 +0200
Or if you use AutoHotKey on the Windows system level and have Xy3/NB3
without U2, follow the manual supplied with the installers, to wit:
; *** Change default Ctrl-Win-V (= Paste into vDosXy) to Ctrl-Numpad-Insert
^NumpadIns::
IfWinActive, ahk_class SDL_app
{
Send, #^v
}
Put a NI keyboard command in your keyboard file at the corresponding
position:
Ctrl Ins AHK Paste clipb :82=ni
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/
23.11.2015, 1:47, Carl Distefano wrote:
If you have the latest version of U2 installed, you already have
AutoHotKey.