add a fix from freebsd to prevent gv from choking on pageup/down
via james jerkins
This commit is contained in:
parent
c35c99ef53
commit
b26108add7
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2010/11/20 09:48:39 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2011/06/05 15:03:09 jasper Exp $
|
||||
|
||||
COMMENT= PostScript and PDF previewer
|
||||
|
||||
DISTNAME= gv-3.7.1
|
||||
REVISION= 0
|
||||
CATEGORIES= print
|
||||
|
||||
HOMEPAGE= http://www.gnu.org/software/gv/
|
||||
|
15
print/gv/patches/patch-src_gv_misc_res_dat
Normal file
15
print/gv/patches/patch-src_gv_misc_res_dat
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-src_gv_misc_res_dat,v 1.1 2011/06/05 15:03:09 jasper Exp $
|
||||
|
||||
Fix Unknown keysym name: apLineDel.
|
||||
From FreeBSD ports/50074.
|
||||
|
||||
--- src/gv_misc_res.dat.orig Sun Jun 5 16:58:53 2011
|
||||
+++ src/gv_misc_res.dat Sun Jun 5 16:59:02 2011
|
||||
@@ -476,7 +476,6 @@ GV.control.baseTranslations:#replace \n\
|
||||
<Key>BackSpace: GV_Page(up,left-bottom,!page-1,bottom-rightedge)\n\
|
||||
<Key>Insert: GV_Page(page-5) \n\
|
||||
<Key>Delete: GV_Page(page+5) \n\
|
||||
- <Key>apLineDel: GV_Page(page+5) \n\
|
||||
<Key>Home: GV_Page(page=0) \n\
|
||||
<Key>End: GV_Page(page=99999) \n\
|
||||
<Key>Prior: GV_Page(page-1) \n\
|
Loading…
Reference in New Issue
Block a user