From e9b7113ce5128e9b18d1b398571d4436663c71a3 Mon Sep 17 00:00:00 2001 From: feelincoding <102905996+feelincoding@users.noreply.github.com> Date: Mon, 30 May 2022 10:43:55 +0900 Subject: [PATCH] Navigation category part error fix "shift + command + up arrow = mouse wheel up fast" and "shift + command + down arrow = mouse wheel down fast" work in reverse. --- mac_v3/capslock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mac_v3/capslock.json b/mac_v3/capslock.json index 202cd6b..355cdd1 100644 --- a/mac_v3/capslock.json +++ b/mac_v3/capslock.json @@ -2175,7 +2175,7 @@ "to": [ { "mouse_key": { - "vertical_wheel": 256 + "vertical_wheel": -256 } } ] @@ -2199,7 +2199,7 @@ "to": [ { "mouse_key": { - "vertical_wheel": -256 + "vertical_wheel": 256 } } ]