From 25dcc3b136d96cd1d47754b9bae2a006f71586e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 9 Jan 2022 07:44:47 +0100 Subject: Handle view bindings through an action signal This makes them adjustable. --- README.adoc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index 7837f4b..456a590 100644 --- a/README.adoc +++ b/README.adoc @@ -61,6 +61,12 @@ _~/.config/gtk-3.0/gtk.css_: fiv-browser { -FivBrowser-spacing: 0; padding: 0; border: 0; margin: 0; } +Similarly, you can adjust some of the key bindings, as per the command table +in link:fiv-view.h[]: + + @binding-set ViewBindings { bind 'p' { 'command' (print) }; } + fiv-view { -gtk-key-bindings: ViewBindings; } + Should you want to experiment, you will find the GTK+ inspector very helpful. Contributing and Support -- cgit v1.2.3