From 662c513143a73d47f7da8d3ef59a85f63f4dab57 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 24 Jul 2010 10:45:36 +0200 Subject: [PATCH] xpdfrc: Allow toggling of outline. --- xpdfrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xpdfrc b/xpdfrc index 5211cd4..337bf1c 100644 --- a/xpdfrc +++ b/xpdfrc @@ -6,6 +6,9 @@ include /etc/xpdf/xpdfrc +# Toggle outline. +bind ctrl-o any toggleOutline + # Vi like bindings for scrolling. bind k any pageUp bind j any pageDown -- 2.44.1