Announcement

Collapse
No announcement yet.

Reverse scrolling

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Reverse scrolling

    Windows updated this morning and now the touchpad is scrolling in reverse (both left/right and up/down). I have gone into the ASUS Smart Gesture settings but whether "content moves reversely" is checked or unchecked, it has no effect on which direction the touchpad scrolls. I restarted, same thing. Entered the following commands into powershell with elevated permissions, restarted again but still no change.

    Code:
    [COLOR=#333333]Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel [/COLOR][COLOR=#FF0000]1[/COLOR][COLOR=#333333] }[/COLOR]
    [COLOR=#333333]Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopHScroll -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopHScroll [/COLOR][COLOR=#FF0000]1[/COLOR][COLOR=#333333] }[/COLOR][COLOR=#333333][FONT=Segoe UI][/FONT][/COLOR]


    Any other ideas?
Working...
X