From 8368a58efa407ddb608e42e679424bc4e2281338 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maciej=20Blizi=C5=84ski?=
Date: Mon, 7 Oct 2024 20:21:14 +0100
Subject: [PATCH] A workaround for the middle click on macOS. (#270)
There might be no middle click on macOS, but there's a workaround.
---
include/move-regions-with-the-mouse.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/include/move-regions-with-the-mouse.html b/include/move-regions-with-the-mouse.html
index e3c15ebb..133f1228 100644
--- a/include/move-regions-with-the-mouse.html
+++ b/include/move-regions-with-the-mouse.html
@@ -35,3 +35,8 @@
Middle-drag instead.
+
+ On macOS, where the middle click might not be available, the same effect
+ can be achieved by switching to the Lock mode
+ (as opposed to Slide or Ripple) in the top-left area of the screen.
+