From 4043b2f9ed4fd44ba34decbf7b1b976f79ee3b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Fri, 2 Sep 2022 18:38:45 +0200 Subject: [PATCH] Changed the mouse speed via keyboard --- .config/karabiner/karabiner.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/karabiner/karabiner.json b/.config/karabiner/karabiner.json index 0afa92d..0657fea 100644 --- a/.config/karabiner/karabiner.json +++ b/.config/karabiner/karabiner.json @@ -240,7 +240,7 @@ "to": [ { "mouse_key": { - "x": -1018 + "x": -1300 } } ], @@ -262,7 +262,7 @@ "to": [ { "mouse_key": { - "y": 1018 + "y": 1300 } } ], @@ -284,7 +284,7 @@ "to": [ { "mouse_key": { - "y": -1018 + "y": -1300 } } ], @@ -306,7 +306,7 @@ "to": [ { "mouse_key": { - "x": 1018 + "x": 1300 } } ],