Skip to content

Commit 8ca8587

Browse files
Add files via upload
1 parent 3937aca commit 8ca8587

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

plus.ini

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,17 @@ DoubleDelay=400 ; curently not used
3232
ModWinS = false
3333

3434
; ModSlct true means we hook Left Mouse Button and alter to multi-word select
35+
; It is not perfect however, possibly as good as it gets without complex rules
3536
ModSlct = false
3637

38+
; AltExit true means we use Right Mouse botton to call Alt which shows commands
39+
; For use on a tablet to exit FullScreen. Use View>FullScreen to toggle it off
40+
; beware may NOT always work well with other mouse actions
41+
AltExit = false
42+
3743
; To switch LButton action with RButton, allows for using Left button to drag
3844
; page up/down without selecting text (may still select a single word / image)
39-
; BEWARE this will interfere with above option to double-click & multi select
45+
; BEWARE this may interfere with above options to double-click & multi select
4046
ModLeft = false
4147

4248

0 commit comments

Comments
 (0)