aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-04-09 20:20:15 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-04-09 20:20:15 +0300
commit72aa210cc103af971c7a77660f014b11475af3aa (patch)
treec61681ff122e9e7c92092f698d432c1e902cacf7
parent7d29ae8b7175bfb884d43225373ff0bae467c974 (diff)
downloadsciteco-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.tes9
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
'