From 72aa210cc103af971c7a77660f014b11475af3aa Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 9 Apr 2025 20:20:15 +0300 Subject: fnkeys.tes: mouse scrolling scrolls 2 lines by default and left clicks update the horizontal position (4EJ) --- lib/fnkeys.tes | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/fnkeys.tes b/lib/fnkeys.tes index 6c3b833..3fd0701 100644 --- a/lib/fnkeys.tes +++ b/lib/fnkeys.tes @@ -147,7 +147,10 @@ -EJOpressed,released,scrollup,scrolldown !pressed! !* left click *! - -3EJ-1"= Q.p-.M#c !* not reached *! ' + -3EJ-1"= + Q.pESGETCOLUMN,4EJ + Q.p-.M#c !* not reached *! + ' { -9D !* right click *! -3EJ-3"= Q.p"U I(\.p ' ' @@ -177,14 +180,14 @@ } !scrollup! -4EJ&2"= - -4EJ&1"=-1|-2',0ESLINESCROLL + -4EJ&1"=-2|-4',0ESLINESCROLL | ESZOOMIN ESSCROLLCARET ' {-9D} !scrolldown! -4EJ&2"= - -4EJ&1"=1|2',0ESLINESCROLL + -4EJ&1"=2|4',0ESLINESCROLL | ESZOOMOUT ESSCROLLCARET ' -- cgit v1.2.3