实例介绍
mac 下的track pad 和鼠标滚轮是相反的,这个插件可以让鼠标滚轮反向,和trackpad保持一致。
【实例截图】
【核心代码】
dc4b1118-1b50-4160-9b1d-1044c82af239
└── Scroll Reverser.app
└── Contents
├── _CodeSignature
│ └── CodeResources
├── Frameworks
│ └── Sparkle.framework
│ ├── Headers
│ ├── Resources
│ ├── Sparkle
│ └── Versions
│ ├── A
│ │ ├── Headers
│ │ │ ├── Sparkle.h
│ │ │ ├── SUAppcast.h
│ │ │ ├── SUAppcastItem.h
│ │ │ ├── SUUpdater.h
│ │ │ ├── SUVersionComparisonProtocol.h
│ │ │ └── SUVersionDisplayProtocol.h
│ │ ├── Resources
│ │ │ ├── ar.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUPasswordPrompt.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── cs.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── da.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── de.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── en.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUPasswordPrompt.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── es.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── finish_installation.app
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ ├── MacOS
│ │ │ │ │ └── finish_installation
│ │ │ │ ├── PkgInfo
│ │ │ │ └── Resources
│ │ │ │ ├── ar.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── cs.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── da.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── de.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── en.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── es.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── fr.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── is.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── it.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── ja.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── nl.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── pl.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── pt_BR.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── pt_PT.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── ro.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── ru.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── sl.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── Sparkle.icns
│ │ │ │ ├── SUStatus.nib
│ │ │ │ ├── sv.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── th.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── tr.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── uk.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ ├── zh_CN.lproj
│ │ │ │ │ └── Sparkle.strings
│ │ │ │ └── zh_TW.lproj
│ │ │ │ └── Sparkle.strings
│ │ │ ├── fr_CA.lproj
│ │ │ ├── fr.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── Info.plist
│ │ │ ├── is.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── it.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── ja.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── ko.lproj
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── License.txt
│ │ │ ├── nl.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── pl.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── pt_BR.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUPasswordPrompt.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── pt.lproj
│ │ │ ├── pt_PT.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── ro.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── ru.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── sk.lproj
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── sl.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── SUModelTranslation.plist
│ │ │ ├── SUStatus.nib
│ │ │ ├── sv.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── th.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUPasswordPrompt.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── tr.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── uk.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── zh_CN.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ └── zh_TW.lproj
│ │ │ ├── Sparkle.strings
│ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ ├── SUUpdateAlert.nib
│ │ │ └── SUUpdatePermissionPrompt.nib
│ │ └── Sparkle
│ └── Current
├── Info.plist
├── MacOS
│ └── Scroll Reverser
├── PkgInfo
└── Resources
├── Credits.html
├── de.lproj
│ └── Localizable.strings
├── el.lproj
│ └── Localizable.strings
├── en.lproj
│ ├── InfoPlist.strings
│ ├── Localizable.strings
│ └── MainMenu.nib
├── es.lproj
│ └── Localizable.strings
├── fr.lproj
│ └── Localizable.strings
├── IntroShot.png
├── it.lproj
│ └── Localizable.strings
├── pt.lproj
│ └── Localizable.strings
├── ro.lproj
│ └── Localizable.strings
├── ScrollInverterIcon.icns
├── ScrollInverterStatusBlack.tiff
├── ScrollInverterStatusGrey.tiff
├── ScrollInverterStatusWhite.tiff
├── scrollreverser_dsa_pub.pem
└── WelcomeWindow.nib
71 directories, 169 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论