Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 1999 09:40:02 -0700 (PDT)
From:      Inagaki Kentaro (=?iso-2022-jp?B?GyRCMHAzQDdyQkBPOhsoQg==?=) <inagaki@tg.rim.or.jp>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/12246: Update: japanese/vfxdvik
Message-ID:  <199906161640.JAA41383@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/12246; it has been noted by GNATS.

From: Inagaki Kentaro (=?iso-2022-jp?B?GyRCMHAzQDdyQkBPOhsoQg==?=) <inagaki@tg.rim.or.jp>
To: freebsd-gnats-submit@freebsd.org
Cc: inagaki@tg.rim.or.jp
Subject: Re: ports/12246: Update: japanese/vfxdvik
Date: Thu, 17 Jun 1999 01:37:58 +0900

 bug fix.
 patches/patch-ad is added.
 
 diff -ruNx CVS vfxdvik/patches/patch-ad vfxdvik-2205b/patches/patch-ad
 --- vfxdvik/patches/patch-ad	Thu Jan  1 09:00:00 1970
 +++ vfxdvik-2205b/patches/patch-ad	Thu Jun 17 01:24:54 1999
 @@ -0,0 +1,23 @@
 +--- xdvik-22.05b-j1.02/texk/xdvik/xdvi.c	Sun Mar 14 23:06:14 1999
 ++++ xdvik-22.05b-j1.03/texk/xdvik/xdvi.c	Sat Apr 24 08:22:02 1999
 +@@ -2941,15 +2941,15 @@
 + 	    rebindkey(XK_Redo, "A");
 + 	    rebindkey(XK_Home, "^");
 + #ifdef	VI_KEY
 +-	    rebindkey(XK_Left, "l");
 +-	    rebindkey(XK_Up, "u");
 +-	    rebindkey(XK_Right, "r");
 +-	    rebindkey(XK_Down, "d");
 +-#else	/* VI_KEY */
 + 	    rebindkey(XK_Left, "h");
 + 	    rebindkey(XK_Up, "k");
 + 	    rebindkey(XK_Right, "l");
 + 	    rebindkey(XK_Down, "j");
 ++#else	/* VI_KEY */
 ++	    rebindkey(XK_Left, "l");
 ++	    rebindkey(XK_Up, "u");
 ++	    rebindkey(XK_Right, "r");
 ++	    rebindkey(XK_Down, "d");
 + #endif	/* VI_KEY */
 + 	    rebindkey(XK_End, "g");
 + #ifdef  XK_Page_Up
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906161640.JAA41383>