Bug 12246 - Update: japanese/vfxdvik
Summary: Update: japanese/vfxdvik
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-16 17:10 UTC by Inagaki Kentaro
Modified: 1999-06-16 18:05 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (8.23 KB, text/plain)
1999-06-16 17:10 UTC, Inagaki Kentaro
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Inagaki Kentaro 1999-06-16 17:10:01 UTC
bug fix & version up (22.02 -> 22.05b).

patches/patch-ac is added.
Comment 1 Inagaki Kentaro 1999-06-16 17:37:58 UTC
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
Comment 2 taoka freebsd_committer freebsd_triage 1999-06-16 18:05:18 UTC
State Changed
From-To: open->closed

Committed, thanks!!