From c51e57761f01cb22ad7adac49dc3dec110e1b3e9 Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Sun, 3 Dec 2017 18:02:23 +0100 Subject: [PATCH] Add cursor-* settings --- Configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Configuration.md b/Configuration.md index 64467b1..0b1bcc7 100644 --- a/Configuration.md +++ b/Configuration.md @@ -275,6 +275,13 @@ scroll-down = double-click-left = double-click-middle = double-click-right = + +; Possible values are: +; - default : The default pointer as before, can also be an empty string (default) +; - pointer : Typically in the form of a hand +; - ns-resize : Up and down arrows, can be used to indicate scrolling +cursor-click = +cursor-scroll = ~~~