Scroll-Reverser

Reverse the direction of scrolling on macOS.

  • 所有者: pilotmoon/Scroll-Reverser
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Scroll Reverser

Reverse the direction of scrolling on macOS.

Home page: http://pilotmoon.com/scrollreverser/

License

Licensed under Apache License 2.0.

Notes on the code

The 'master' branch build targets 10.7 and higher.

Older code targeting 10.4+ is in the 'tiger' branch.

The real guts of the code is in MouseTap.m. Everything else is just user interface rigging.

Scroll Reverser installs an event tap, which gives access to event stream, including scrolling events and gesture events. The main documentation is Quartz Event Services Reference.

To distinguish between trackpad and mouse, Scroll Reverser essentially looks at the gesture events to determine whether there are 2 or more fingers on the trackpad. If so, it assumes it is the trackpad. If not, mouse. It's a little more complicated than that as you will see, but that is the general idea.

主要指标

概览
名称与所有者pilotmoon/Scroll-Reverser
主编程语言Objective-C
编程语言Objective-C (语言数: 4)
平台
许可证Apache License 2.0
所有者活动
创建于2011-10-26 19:05:55
推送于2024-06-21 08:36:10
最后一次提交2024-06-20 10:17:48
发布数104
最新版本名称v1.9 (发布于 2024-06-21 08:24:00)
第一版名称1.0 (发布于 2011-03-08 17:36:28)
用户参与
星数3k
关注者数22
派生数143
提交数530
已启用问题?
问题数127
打开的问题数46
拉请求数14
打开的拉请求数0
关闭的拉请求数22
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?