From 57754572bc20769575b888565dc192c9d6e14f05 Mon Sep 17 00:00:00 2001 From: LuXu Date: Wed, 27 Oct 2021 11:00:46 +0800 Subject: Add default key-binding for DRAG_RELATIVE (#117) Ctrl-Button1 now has a relative drag using the XC_fleur cursor. XC_fleur is normally the cursor for "size all" action, which has 4 arrows pointing to 4 directions. Co-authored-by: NRK --- nsxiv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nsxiv.h') diff --git a/nsxiv.h b/nsxiv.h index 45d1772..8f288b3 100644 --- a/nsxiv.h +++ b/nsxiv.h @@ -99,7 +99,8 @@ typedef enum { typedef enum { CURSOR_ARROW, - CURSOR_DRAG, + CURSOR_DRAG_ABSOLUTE, + CURSOR_DRAG_RELATIVE, CURSOR_WATCH, CURSOR_LEFT, CURSOR_RIGHT, -- cgit v1.2.3