Laptop touchpad continuous scrolling

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
stu90

Laptop touchpad continuous scrolling

#1 Post by stu90 »

Saw this posted on another forum but it seems to work on Puppy too (only tested on Lucid Puppy):

to use:
Start scrolling as normal on the edge then draw a continuous circle shape clockwise / anti clockwise to scroll up / down.

to activate paste into your terminal:
synclient CircularScrolling=1
and
synclient CircScrollTrigger=3

to turn off paste into your terminal:
synclient CircularScrolling=0

http://linux.die.net/man/5/synaptics

Post Reply