Skip to content
  • David Edmundson's avatar
    [keyboard layout] Fix scroll with trackpads · 1868ce38
    David Edmundson authored
    onWheel is a bit messy with trackpads. It we just compare > 0 our scroll
    rate is effectively determined by the refresh rate of the device. Use of
    120 "wheels" is a common pattern used elsewhere.
    
    Code is effectively copied from plasma-pa
    
    The switch to previous/next direction I copied what was existing.
    1868ce38