From 495985a4b0a2bc7a020355e3b5176833b889ba28 Mon Sep 17 00:00:00 2001 From: Jan Andrle Date: Wed, 28 Feb 2024 10:58:13 +0100 Subject: [PATCH] =?UTF-8?q?:zap:=20tridactyl=20zooming/scroling=20and=20mu?= =?UTF-8?q?ltiplication=20with=20=C2=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tridactylrc | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.tridactylrc b/.tridactylrc index 5afd5a5..787651d 100644 --- a/.tridactylrc +++ b/.tridactylrc @@ -1,4 +1,4 @@ -""" Tridactyl config file | Jan Andrle | 2022-01-25 +""" Tridactyl config file | Jan Andrle | 2024-02-28 " General Settings  set configversion 2.0 set theme dark @@ -23,11 +23,15 @@ bind zz composite hint -z ; scrollpage -0.5 bind zb composite hint -z ; scrollpage -0.95 bind gm scrollto 42.5 x bind gM scrollto 42.5 x -bind zo0 zoom 1 -bind zo+ zoom 0.1 true -bind zo- zoom -0.1 true -bind zO+ zoom 0.5 true -bind zO- zoom -0.5 true +bind 0zo zoom 1 +bind zo zoom 0.1 true +bind §zo zoom 0.5 true +bind zO zoom -0.1 true +bind §zO zoom -0.5 true +bind §§h scrollpx -1000 +bind §h scrollpx -500 +bind §l scrollpx 500 +bind §§l scrollpx 1000 " /?*# … search collising with native ui + another problems " https://gist.github.com/BurntSushi/393546a65db38d57cedcfd72c6d89bf3#file-tridactylrc-L18