diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-09 20:20:15 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-09 20:20:15 +0300 |
commit | 72aa210cc103af971c7a77660f014b11475af3aa (patch) | |
tree | c61681ff122e9e7c92092f698d432c1e902cacf7 | |
parent | 7d29ae8b7175bfb884d43225373ff0bae467c974 (diff) | |
download | sciteco-72aa210cc103af971c7a77660f014b11475af3aa.tar.gz |
fnkeys.tes: mouse scrolling scrolls 2 lines by default and left clicks update the horizontal position (4EJ)
-rw-r--r-- | lib/fnkeys.tes | 9 |
1 files changed, 6 insertions, 3 deletions
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 ' |