BuddiesOfBudgie / budgie-desktop

Budgie Desktop is a familiar, modern desktop environment.
https://buddiesofbudgie.org
GNU General Public License v2.0
912 stars 46 forks source link

Use Enum DOWN instead of LEFT to scroll in a left-wards direction #542

Closed fossfreedom closed 3 months ago

fossfreedom commented 4 months ago

…oses #541)

Description

Use Enum DOWN instead of LEFT to scroll in a left-wards direction

Closes #541

This is definitely odd. Looking at libxfce4windowing it does appear that their enum for motion direction is mapped correctly to wnck's values and our vapi is mapped to libxfce4windowing correctly.

So why using DOWN rather than LEFT works feels just wrong ... but works. Just feels like there is a bug somewhere but not sure where.

Submitter Checklist