├── 2222 ├── .gitignore ├── AppCast.xml ├── AppCast2.xml ├── Better NTFS.zip ├── BetterAndBetter.zip ├── MyFile ├── README_en.md ├── Reset ├── betterandbetter.rb ├── bug&feature.md ├── help ├── README.md ├── 工具箱.md ├── 情景模式.md ├── 窗口管理.md ├── 脚本.md ├── 自动跳窗.md ├── 触摸.md ├── 边角触发.md ├── 通用.md ├── 键盘.md └── 鼠标.md ├── lib ├── libntfs.9.dylib └── ntfsfix ├── ntfs ├── readme.md ├── release.md ├── resources ├── AppleScript │ ├── ChromeSearch.applescript │ ├── CloseAllTabsButCurrent.applescript │ ├── GUI.applescript │ ├── SafariSearch.applescript │ └── SymbolicLink.applescript ├── contributors │ └── README.md └── img │ ├── BetterAndBetter.png │ ├── all-setting-window.JPG │ ├── better365.cn.png │ ├── macOS.svg │ ├── 工具箱模块.png │ ├── 情景模式.png │ ├── 文件跳窗-展示.png │ ├── 文本跳窗-展示.png │ ├── 窗口管理.png │ ├── 脚本模块.png │ ├── 自动跳窗.png │ ├── 触摸模块.png │ ├── 边角触发-预设.jpg │ ├── 边角触发.png │ ├── 通用.png │ ├── 键盘模块.png │ └── 鼠标模块.png ├── screenshot ├── screenshots └── try /2222: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Xcode 2 | # 3 | # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore 4 | 5 | ## Build generated 6 | build/ 7 | DerivedData/ 8 | 9 | ## Various settings 10 | *.pbxuser 11 | !default.pbxuser 12 | *.mode1v3 13 | !default.mode1v3 14 | *.mode2v3 15 | !default.mode2v3 16 | *.perspectivev3 17 | !default.perspectivev3 18 | xcuserdata/ 19 | 20 | ## Other 21 | *.moved-aside 22 | *.xccheckout 23 | *.xcscmblueprint 24 | 25 | ## Obj-C/Swift specific 26 | *.hmap 27 | *.ipa 28 | *.dSYM.zip 29 | *.dSYM 30 | 31 | # CocoaPods 32 | # 33 | # We recommend against adding the Pods directory to your .gitignore. However 34 | # you should judge for yourself, the pros and cons are mentioned at: 35 | # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control 36 | # 37 | # Pods/ 38 | 39 | # Carthage 40 | # 41 | # Add this line if you want to avoid checking in source code from Carthage dependencies. 42 | # Carthage/Checkouts 43 | 44 | Carthage/Build 45 | 46 | # fastlane 47 | # 48 | # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the 49 | # screenshots whenever they are needed. 50 | # For more information about the recommended setup visit: 51 | # https://docs.fastlane.tools/best-practices/source-control/#source-control 52 | 53 | fastlane/report.xml 54 | fastlane/Preview.html 55 | fastlane/screenshots 56 | fastlane/test_output 57 | 58 | # Code Injection 59 | # 60 | # After new code Injection tools there's a generated folder /iOSInjectionProject 61 | # https://github.com/johnno1962/injectionforxcode 62 | 63 | iOSInjectionProject/ 64 | -------------------------------------------------------------------------------- /AppCast.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
  • 全新的BAB 2 公测版现已发布,下载网址:https://www.better365.cn/bab2.html
  • 7 | 8 | ]]>
    9 | 2020-07-03 08:00:00 GMT 10 | 11 | 12 |
    13 |
    14 |
    15 | -------------------------------------------------------------------------------- /AppCast2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
  • 修改bug
  • 7 |
  • 1.0.0升级的需要到官网(https://www.better365.cn)重新下载安装
  • 8 | 9 | ]]>
    10 | 2019-08-04 09:30:00 GMT 11 | 12 | 13 |
    14 |
    15 |
    16 | -------------------------------------------------------------------------------- /Better NTFS.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/Better NTFS.zip -------------------------------------------------------------------------------- /BetterAndBetter.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/BetterAndBetter.zip -------------------------------------------------------------------------------- /MyFile: -------------------------------------------------------------------------------- 1 | gggggggfffff 2 | Kiq2GlihGbcLHK6RzPwLiA 3 | -------------------------------------------------------------------------------- /README_en.md: -------------------------------------------------------------------------------- 1 |

    2 | 3 |

    4 | 5 | 6 | # BetterAndBetter 7 | 8 | BetterAndBetter is a macOS software that contains many features. 包含🖱️鼠标、⌨️键盘、触摸板、情景模式、蓝牙解锁、自动切换输入法、:sound: 打字音效等功能,出色的创意和强大的功能将极大提升你的 macOS 使用体验。 9 | 10 | > 不断的修正 bug ,请及时更新。 11 | 12 | 13 | ## 使用技巧与用户体验 14 | 15 | [Mac手势神器,不仅仅是手势 | 一个烧友的年度App](https://sspai.com/post/42788) 16 | 17 | 18 | 19 | ## 模块与功能简介 20 | 21 |
    22 | 模块 23 | 24 | | 模块 | 功能 | 25 | | :------: | ------------------------------------------------------------ | 26 | | 触摸 | 用**触摸板手势**模拟按键、执行 AppleScript 等。 | 27 | | 鼠标 | 调节鼠标速度、加速度;用**鼠标手势**模拟按键、执行 AppleScript 等。 | 28 | | 键盘 | | 29 | | 情景模式 | | 30 | | 自动跳窗 | 文件跳窗、文本跳窗:对选中的文字、文件进行快速操作。 | 31 | | 边角触发 | | 32 | | 窗口管理 | 窗口管理:窗口拖移、吸附、分屏、高亮 | 33 | | 工具箱 | 多个小工具的集合。 | 34 | | 脚本 | 在 BetterAndBetter 使用 AppleScript 脚本 | 35 | 36 |
    37 | 38 | ## 1. 触摸板模块 39 | 40 |
    41 | Screenshots 42 | 43 | 通过在触摸板上单指、多指、点按、绘图等多个手势操作,代替点按图标,成倍提升工作效率。 44 | 45 |

    46 | 47 |

    48 |
    49 | 50 | 1. 这个模块是手势识别应用程序,在 MacBook 系列里自带的触摸板上,软件会监听你几个手指,做不同的手势动作,如果手势被识别,BetterAndBetter 将执行已经制定规则的相应操作。 51 | 2. 目前 BetterAndBetter 可以模拟按键,执行软件预设的命令,执行 apple script。 52 | 3. 其中有一个开关是开启二指绘图功能,意思是按住一个手指,另一个手指在左侧轻拍一下,就可以用单指绘图了,相当于按住鼠标右键做拖移动作,就会执行鼠标模块里面的某些功能。 53 | 4. 选择手势时如果选择黑名单,就会在你选择的程序里所有的手势不起作用。 54 | 55 | ## 2. 鼠标模块 56 | 57 | 58 |
    59 | Screenshots 60 | 61 | 在鼠标上自定义各种各样的手势,无限扩展鼠标的多样操作性。 62 | 63 |

    64 | 65 |

    66 |
    67 | 68 | 1. 这个模块是鼠标手势识别应用程序。按住右键部分是在按住鼠标右键的同时使用鼠标进行的运动。 如果手势被识别,BetterAndBetter 将执行某些操作。 69 | 2. 组合按键部分,是指按住鼠标右键,然后配合菜单里指示的动作去自定义执行动作。 70 | 3. 其他按键部分,是指按住其他按键,然后配合相应菜单里指示的动作去自定义执行动作。 71 | 4. 手势相似度,意思是你鼠标画的轨迹和数据库里已经设置的轨迹比对的吻合程度,这个值一般设定为 75--95,具体可以根据自己的实际操作以后的感觉来设定。 72 | 5. 鼠标加速度滑块,你可以根据自己的习惯调节鼠标的加速度,数值为零时就是关闭鼠标的加速度。 73 | 74 | ## 3. 键盘模块 75 | 76 |
    77 | Screenshots 78 | 79 | 自定义快捷键,繁琐操作一键搞定。 80 | 81 |

    82 | 83 |

    84 |
    85 | 86 | ## 4. 情景模式 87 | 88 |
    89 | Screenshots 90 | 91 | 定制你的 Mac 情景模式,自动应对不同情景的变幻,让你的 Mac 更加智能。 92 | 93 |

    94 | 95 |

    96 |
    97 | 98 | 99 | ## 5. 自动跳窗模块 100 | 101 |
    102 | Screenshots 103 | 104 | 文本、文件快捷操作百宝箱 105 | 106 |

    107 | 108 |

    109 |
    110 | 111 | 1. 这个模块类似 popclip 这个软件,按住鼠标左键,然后拖移去选择文本或者在 Finder 里面去选择文件,软件会根据不同的情况自动跳出不同的窗口,点击已经跳出的窗口,就可以执行相应的动作 112 | 2. 因为有 2 个表格,所以先点击一个表格,然后在按“+”等按钮。表格里的内容都是可以修改的,特别提醒的是这两个表格里面的行是可以拖移的,以此来调整跳窗的先后次序。 113 | 3. 需要特别解释的是状态栏,有 ⌘C,⌘V,⌘X和⌘,它的意思是在激活的 App 里的复制,粘贴,剪切按钮是点亮的,对应的标识才会出现在跳窗里,⌘ 表示在任何情况下都会出现在跳窗里。 114 | 4. 在选择文本时有以下三种情况下会跳出窗口: 115 | 1. 鼠标拖拽划选; 116 | 2. 在文本上面双击鼠标; 117 | 3. 鼠标没有移动的情况下,在能输入的地方隔开 0.6 秒以上的两次点击鼠标。 118 | 5. 在选择文件时也有以下三种情况下会跳出窗口: 119 | 1. 鼠标拖拽划选在 Finder 程序的空白处; 120 | 2. 桌面上双击鼠标; 121 | 3. 在鼠标没有移动的情况下,在文件或者目录上面隔开 0.6 秒以上的两次点击鼠标。 122 | 123 | ## 6. 边角触发模块 124 | 125 |
    126 | Screenshots 127 | 128 | 令人惊叹的快捷操作,闪电触发,一键抵达。 129 | 130 |

    131 | 132 |

    133 |
    134 | 135 | 136 | 这个模块是可以设定在不同的桌面时,左键或右键点击屏膜的四个角,可以分别设置一些动作,这些动作有快捷键,预设动作和 applescript 三种。 137 | 138 | ## 7. 窗口管理 139 | 140 |
    141 | Screenshots 142 | 143 | 控制窗口用键盘、鼠标、还是触摸板?一切你说了算。 144 | 145 |

    146 | 147 |

    148 |
    149 | 150 | 1. 当你移动窗口时,会自动出来八个提示框,分别代表分屏的位置。 151 | 2. 吸附功能:当你用鼠标把一个窗口拖移向屏膜左边或者右边,当窗口的一边接近屏膜边缘时,在相应位置会出现一条黄色的线,此时松开鼠标按键,窗口就会吸附在屏幕一侧。当鼠标移动到已经有窗口吸附的屏膜的左边或者右边时,鼠标下被吸附的窗口就会自动弹出来。鼠标离开这个窗口时,窗口又会吸附在屏幕的两边,**注意:窗口宽度等于屏幕宽度的窗口是不会被吸附的**。 152 | 153 | ## 8. 工具箱模块 154 | 155 |
    156 | 简介 157 | 158 | | 工具 | 功能 | 159 | | ---------------------- | --------------------------------- | 160 | | **蓝牙解锁** | 蓝牙设备控制 macOS 解锁/锁屏/开机 | 161 | | 平滑滚轮 | 让鼠标滚轮更丝滑 | 162 | | 打字音效 | 模拟老式打字机音效 | 163 | | 自动输入法 | 根据程序自动切换输入法 | 164 | | **剪切板管理** | 管理剪切板历史 | 165 | | 显示快捷键 | 显示当前有效的快捷键 | 166 | | 菜单栏 | 显示系统信息及隐藏菜单栏图标 | 167 | | **取色模块** | 在光标附近显示颜色等信息 | 168 | | 数字小键盘 | 触摸板模拟数字小键盘 | 169 | | **长截图** | 滚动截图 | 170 | | **超级拖拽** | | 171 | | 避免 ⌘Q 误操作 | | 172 | | **清洁键盘,屏幕模式** | | 173 | | **免打扰模式** | | 174 | 175 |
    176 | 177 | 178 | ### 蓝牙解锁 179 | 180 | 1. 这个模块是在需要输入系统密码时,通过检测已经配对的蓝牙设备是否能连接,能连接就自动输入密码。只有从睡眠,屏保,和关闭屏膜中恢复时需要检测蓝牙的,在其他需要系统密码时都是不经过蓝牙检测,就直接输入密码的,比如在偏好设置需要密码时。 181 | 2. 登录时拍照,如果激活这个按钮,就是从睡眠,屏保,和关闭屏膜中恢复时一方面检测蓝牙设备,同时打开自带的摄像头进行拍照,如果最后没有检测到蓝牙设备,就把照片存储在你所选择的目录,而且你自己可以打开 icloud 同步,那样就把照片马上送到了云端了,你就能知道谁动了你的Mac。 182 | 183 | ### 剪切板管理 184 | 185 | BetterAndBetter 可以记住你最近使用过的十个剪切板内容,你还可以在**工具箱模块**增加三个固定的剪切板内容。 186 | 187 | 1. 有两种触发模式: 188 | 189 | 1. 在自动跳窗里,在跳出来的窗口里点击"✄"的图标; 190 | 2. 在快捷键模块里有一个可以自定义的快捷键。 191 | 192 | 两种模式都会弹出一个剪切板管理的窗口。 193 | 194 | 2. 也有两种执行方式: 195 | 196 | 1. 用鼠标点击已经跳出窗口的任意一行; 197 | 2. 按对应的数字键,调用固定的剪切板内容需要先按住Fn键,再按相应的数字键。 198 | 199 | ## 9. 脚本模块 200 | 201 |
    202 | Screenshots 203 | 204 | AppleScript,给 BetterAndBetter 和你的 macOS 带来无限可能。 205 | 206 |

    207 | 208 |

    209 |
    210 | 211 | 212 | 213 | ## 相关链接 214 | 215 | ### [快速上手教程(视频)](http://i.youku.com/i/UNjIyODg4NTU4NA==?spm=a2hzp.8244740.0.0) 216 | 217 | ### [BetterAndbBetter 官网](http://www.better365.cn) 218 | 219 | ### [BetterAndbBetter 社区](http://www.better365.club) 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | BetterAndBetter is a macOS software that contains many features 242 | 243 | 一,the TouchPad function: 244 | 1,this module is a gesture recognition application, in the MacBook series comes with the touchpad, the software will listen to your fingers, do different gestures, if the gesture is identified, BetterAndBetter will have to implement the rules of the corresponding operation. 245 | 246 | ​ 2,the current BetterAndBetter can simulate the button, the implementation of the software preset, the implementation of apple script. 247 | 248 | 249 | 250 | ​ 3,which has a switch is open two fingers drawing function, meaning that a certain distance from the two fingers on the touchpad slide, the equivalent of holding the right mouse button to do dragging action. 251 | 252 | 253 | 254 | 二,the Drawing function: 255 | 256 | ​ 1,this module is also a gesture recognition application. The gesture is the movement of the mouse while holding down the right mouse button. If the gesture is recognized, BetterAndBetter will perform some operations. 257 | 258 | ​ 2, the current BetterAndBetter can simulate the button, the implementation of the software preset, the implementation of apple script. 259 | 260 | 261 | 262 | ​ 3,which has a min Score, which means that your mouse to draw the trajectory and the database has been set to match the degree of match, the value is generally set to 75 - 95, the specific can be based on your own actual operation after the feeling To set. 263 | 264 | 265 | 266 | 三,the PopUp function: 267 | 268 | ​ 1,this module is similar to PopClip this software, hold down the left mouse button, and then drag to select the text or inside the Finder to select the file, the software will automatically jump out of different windows according to different circumstances, click on the window has been out, you can The corresponding action 269 | 270 | ​ 2,because there are two cell, so first click on a cell, and then press the "+" and other buttons. The contents of the table can be modified, and specifically reminded that the two lines inside the line can be dragged, in order to adjust the order of jumping the window 271 | 272 | 273 | 274 | ​ 3,the need for special explanation is the status bar, ⌘C, ⌘V, ⌘X and ⌘, it means that in the activation of the app in the copy, paste, cut button is lit, the corresponding logo will appear In the jump window, ⌘ means that in any case will appear in the jump window. 275 | 276 | 277 | 278 | 四,the Trigger function: 279 | 280 | ​ 1,this module can be set in a different desktop, left or right click on the screen four corners, you can set some actions, these actions are shortcuts, preset actions and applescript. 281 | 282 | 五,the BlueTooth unlock function: 283 | 284 | ​ 1,this module is required to enter the system password, by detecting the Bluetooth device has been paired to connect, can be connected to automatically enter the password. Only from sleep, screen saver, and close the screen to restore the need to detect Bluetooth, and other systems need to pass the password is not detected by Bluetooth, enter the password directly, such as the need to set the password in system preference; . 285 | 286 | ​ 2,when the photo shoot, if the activation of this button, that is, from sleep, screensavers, and closed screen recovery on the one hand when the detection of Bluetooth devices, and open the camera to take pictures, if the last did not detect the Bluetooth device, put photos Stored in the document, and can open icloud synchronization, so put the photo immediately to the clouds, and you can know who login your Mac. -------------------------------------------------------------------------------- /Reset: -------------------------------------------------------------------------------- 1 | 8B9A7C8BB1DB 2 | BC2FAD171FDD1A983A4D915A55F0 3 | 288B5DAAA6B8 4 | D6D6D7C26F80 5 | 79A684802876 6 | DDDB5A9F7F2F 7 | 54035886BA97 8 | D48BC9A737A9 9 | 010D38CCC430 10 | 7AA9CADB954F 11 | B75EF962EE84 12 | D6CC966678148F72BD44EB57E428 13 | 5DDE30B55A78 14 | 587A0DAF9961 15 | 456CE5F2C94B 16 | 3360CE645F1C 17 | 516FC2AFFEA5 18 | DF0B74BCB572 19 | 49E4FFBD5CF3 20 | A910265767AD 21 | 1B2F394E5A614D3736E5B4B33291 22 | B42D9D64492275ABBFDCE129DE94 23 | A02A8CDAFD18 24 | ECDD5DB2DF6275ABBDDFE82ED580 25 | BE45940F3BF6 26 | 7D85847DAB58 27 | -------------------------------------------------------------------------------- /betterandbetter.rb: -------------------------------------------------------------------------------- 1 | cask 'betterandbetter' do 2 | version '1.6.43' 3 | # sha256 '9c7ccac3cb2eca02d9827b904a69239594c0cf8c41d126d4c587e00348e57272' 4 | sha256 :no_check 5 | 6 | # github.com/suliveevil/homebrew-BetterAndBetter/releases/download/v1.6.32/BetterAndBetter.app.dmg was verified as official when first introduced to the cask 7 | url 'https://github.com/songhao/BetterAndBetter/releases/download/v#{version}/BetterAndBetter.app#{version}.dmg' 8 | name 'BetterAndBetter' 9 | name '越来越好' 10 | homepage 'http://better365.cn/' 11 | 12 | depends_on macos: '>= :sierra' 13 | 14 | app 'BetterAndBetter.app' 15 | end 16 | -------------------------------------------------------------------------------- /bug&feature.md: -------------------------------------------------------------------------------- 1 | # Bug and Features 2 | 3 | [TOC] 4 | 5 | 6 | ## 已解决的 Bug 7 | 8 | | 模块 | bug | 备注 | 9 | | -------- | ---------------------------------------- | ---- | 10 | | 触摸 | | | 11 | | 鼠标 | Cubase: 【按住右键,中键点击】鼠标不释放 | | 12 | | 键盘 | | | 13 | | 情景模式 | | | 14 | | 自动跳窗 | | | 15 | | 边角触发 | | | 16 | | 窗口管理 | | | 17 | | 工具箱 | 超级拖拽:与调整“我的收藏”图标位置冲突 | | 18 | | 脚本 | | | 19 | 20 | ## 已解决的 Feature 21 | 22 | | 模块 | Feature | 备注 | 23 | | -------- | -------------- | ---- | 24 | | 触摸 | | | 25 | | 鼠标 | | | 26 | | 键盘 | | | 27 | | 情景模式 | | | 28 | | 自动跳窗 | | | 29 | | 边角触发 | | | 30 | | 窗口管理 | 窗口高度最大化 | | 31 | | 工具箱 | 剪贴板跟随鼠标 | | 32 | | 脚本 | | | 33 | 34 | 35 | 36 | 37 | ## 待解决的 Bug 38 | 39 | | 模块 | bug | 备注 | 40 | | ---- | ---- | ---- | 41 | | | | | 42 | | | | | 43 | | | | | 44 | | | | | 45 | | | | | 46 | | | | | 47 | | | | | 48 | | | | | 49 | | | | | 50 | 51 | ## 待解决的 Feature 52 | 53 | | 模块 | Feature | 备注 | 54 | | -------- | ------- | ---- | 55 | | 触摸 | | | 56 | | 鼠标 | | | 57 | | 键盘 | | | 58 | | 情景模式 | | | 59 | | 自动跳窗 | | | 60 | | 边角触发 | | | 61 | | 窗口管理 | | | 62 | | 工具箱 | | | 63 | | 脚本 | | | 64 | 65 | 66 | 67 | -------------------------------------------------------------------------------- /help/README.md: -------------------------------------------------------------------------------- 1 | # 帮助文档 2 | 3 | 4 | 5 | ## 通用 6 | 7 | 与通用设置有关的设置、问题,请参考文章:[通用设置](https://github.com/songhao/BetterAndBetter/blob/master/help/通用.md) 8 | 9 | 10 | 11 | 12 | ## 触摸 13 | 14 | 与触摸板、触摸模块有关的设置、问题,请参考文章:[触摸模块](https://github.com/songhao/BetterAndBetter/blob/master/help/触摸.md) 15 | 16 | 17 | 18 | ## 鼠标 19 | 20 | 与鼠标、鼠标模块相关的设置、问题,请参考文章:[鼠标模块](https://github.com/songhao/BetterAndBetter/blob/master/help/鼠标.md) 21 | 22 | 23 | 24 | ## 键盘 25 | 26 | 与键盘、键盘模块相关的设置、问题,请参考文章:[键盘模块](https://github.com/songhao/BetterAndBetter/blob/master/help/键盘.md) 27 | 28 | 29 | 30 | ## 情景模式 31 | 32 | 与情景模式相关的设置、问题,请参考文章:[情景模式](https://github.com/songhao/BetterAndBetter/blob/master/help/情景模式.md) 33 | 34 | 35 | 36 | ## 自动跳窗 37 | 38 | 与自动跳窗模块相关的设置、问题,请参考文章:[自动跳窗模块](https://github.com/songhao/BetterAndBetter/blob/master/help/自动跳窗.md) 39 | 40 | 41 | 42 | ## 边角触发 43 | 44 | 与边角触发模块相关的设置、问题,请参考文章:[边角触发模块](https://github.com/songhao/BetterAndBetter/blob/master/help/边角触发.md) 45 | 46 | 47 | 48 | ## 窗口管理 49 | 50 | 与窗口管理相关的设置、问题,请参考文章:[窗口管理模块](https://github.com/songhao/BetterAndBetter/blob/master/help/窗口管理.md) 51 | 52 | 53 | 54 | ## 工具箱 55 | 56 | 与工具箱模块相关的设置、问题,请参考文章:[工具箱模块](https://github.com/songhao/BetterAndBetter/blob/master/help/工具箱.md) 57 | 58 | 59 | ## 脚本 60 | 61 | 与脚本模块相关的设置、问题,请参考文章:[脚本模块](https://github.com/songhao/BetterAndBetter/blob/master/help/脚本.md) 62 | 63 | 64 | 65 | 66 | | 名词 | 解释 | 备注 | 67 | | --- | --- | --- | 68 | | | | | 69 | | | | | 70 | | | | | 71 | | | | | 72 | | | | | 73 | | | | | 74 | | | | | 75 | | | | | 76 | | | | | 77 | | | | | 78 | | | | | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | -------------------------------------------------------------------------------- /help/工具箱.md: -------------------------------------------------------------------------------- 1 | # [帮助文档](https://github.com/songhao/BetterAndBetter/blob/master/help/README.md) - 工具箱 2 | 3 | 4 | 5 | 6 | | 名词 | 解释 | 备注 | 7 | | --- | --- | --- | 8 | | | | | 9 | | | | | 10 | | | | | 11 | | | | | 12 | | | | | 13 | | | | | 14 | | | | | 15 | | | | | 16 | | | | | 17 | | | | | 18 | | | | | -------------------------------------------------------------------------------- /help/情景模式.md: -------------------------------------------------------------------------------- 1 | # [帮助文档](https://github.com/songhao/BetterAndBetter/blob/master/help/README.md) - 情景模式 2 | 3 | 4 | 5 | 6 | | 名词 | 解释 | 备注 | 7 | | --- | --- | --- | 8 | | | | | 9 | | | | | 10 | | | | | 11 | | | | | 12 | | | | | 13 | | | | | 14 | | | | | 15 | | | | | 16 | | | | | 17 | | | | | 18 | | | | | -------------------------------------------------------------------------------- /help/窗口管理.md: -------------------------------------------------------------------------------- 1 | # [帮助文档](https://github.com/songhao/BetterAndBetter/blob/master/help/README.md) - 窗口管理 2 | 3 | 4 | 5 | 6 | | 名词 | 解释 | 备注 | 7 | | --- | --- | --- | 8 | | | | | 9 | | | | | 10 | | | | | 11 | | | | | 12 | | | | | 13 | | | | | 14 | | | | | 15 | | | | | 16 | | | | | 17 | | | | | 18 | | | | | -------------------------------------------------------------------------------- /help/脚本.md: -------------------------------------------------------------------------------- 1 | # [帮助文档](https://github.com/songhao/BetterAndBetter/blob/master/help/README.md) - 脚本 2 | 3 | 4 | 5 | 6 | | 名词 | 解释 | 备注 | 7 | | --- | --- | --- | 8 | | | | | 9 | | | | | 10 | | | | | 11 | | | | | 12 | | | | | 13 | | | | | 14 | | | | | 15 | | | | | 16 | | | | | 17 | | | | | 18 | | | | | -------------------------------------------------------------------------------- /help/自动跳窗.md: -------------------------------------------------------------------------------- 1 | # [帮助文档](https://github.com/songhao/BetterAndBetter/blob/master/help/README.md) - 自动跳窗 2 | 3 | 4 | 5 | 6 | | 名词 | 解释 | 备注 | 7 | | --- | --- | --- | 8 | | | | | 9 | | | | | 10 | | | | | 11 | | | | | 12 | | | | | 13 | | | | | 14 | | | | | 15 | | | | | 16 | | | | | 17 | | | | | 18 | | | | | -------------------------------------------------------------------------------- /help/触摸.md: -------------------------------------------------------------------------------- 1 | # [帮助文档](https://github.com/songhao/BetterAndBetter/blob/master/help/README.md) - 触摸 2 | 3 | 4 | 5 | | 名词 | 解释 | 备注 | 6 | | --- | --- | --- | 7 | | | | | 8 | | | | | 9 | | | | | 10 | | | | | 11 | | | | | 12 | | | | | 13 | | | | | 14 | | | | | 15 | | | | | 16 | | | | | 17 | | | | | -------------------------------------------------------------------------------- /help/边角触发.md: -------------------------------------------------------------------------------- 1 | # [帮助文档](https://github.com/songhao/BetterAndBetter/blob/master/help/README.md) - 边角触发 2 | 3 | 4 | 5 | 6 | | 名词 | 解释 | 备注 | 7 | | --- | --- | --- | 8 | | | | | 9 | | | | | 10 | | | | | 11 | | | | | 12 | | | | | 13 | | | | | 14 | | | | | 15 | | | | | 16 | | | | | 17 | | | | | 18 | | | | | -------------------------------------------------------------------------------- /help/通用.md: -------------------------------------------------------------------------------- 1 | # [帮助文档](https://github.com/songhao/BetterAndBetter/blob/master/help/README.md) - 通用 2 | 3 | 4 | - 偏好设置 5 | - 开机时启动 6 | - 提醒小贴士 7 | - 显示绘图轨迹 8 | 9 | 触摸模块、鼠标模块进行鼠标右键绘图或触摸板绘图时显示光标的轨迹。 10 | 11 | - 语言 12 | - 同意反馈崩溃信息 13 | 14 | 15 | - 规则设置 16 | - 导出规则 17 | - 导入规则 18 | - 恢复默认 19 | 20 | 21 | 22 | 23 | | 名词 | 解释 | 备注 | 24 | | --- | --- | --- | 25 | | 鼠标右键绘图 | 按住鼠标右键,移动鼠标则开始绘图 | | 26 | | 触摸板绘图 | 手指在触摸板上滑动来进行绘图(无需按下) | | 27 | | | | | 28 | | | | | 29 | | | | | 30 | | | | | 31 | | | | | 32 | | | | | 33 | | | | | 34 | | | | | 35 | | | | | -------------------------------------------------------------------------------- /help/键盘.md: -------------------------------------------------------------------------------- 1 | # [帮助文档](https://github.com/songhao/BetterAndBetter/blob/master/help/README.md) - 键盘 2 | 3 | 4 | 5 | 6 | 7 | | 名词 | 解释 | 备注 | 8 | | --- | --- | --- | 9 | | | | | 10 | | | | | 11 | | | | | 12 | | | | | 13 | | | | | 14 | | | | | 15 | | | | | 16 | | | | | 17 | | | | | 18 | | | | | 19 | | | | | -------------------------------------------------------------------------------- /help/鼠标.md: -------------------------------------------------------------------------------- 1 | # [帮助文档](https://github.com/songhao/BetterAndBetter/blob/master/help/README.md) - 鼠标 2 | 3 | 4 | 5 | 6 | 7 | | 名词 | 解释 | 备注 | 8 | | --- | --- | --- | 9 | | | | | 10 | | | | | 11 | | | | | 12 | | | | | 13 | | | | | 14 | | | | | 15 | | | | | 16 | | | | | 17 | | | | | 18 | | | | | 19 | | | | | 20 | -------------------------------------------------------------------------------- /lib/libntfs.9.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/lib/libntfs.9.dylib -------------------------------------------------------------------------------- /lib/ntfsfix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/lib/ntfsfix -------------------------------------------------------------------------------- /ntfs: -------------------------------------------------------------------------------- 1 | 1.0 2 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 |

    2 | 3 |

    4 | 5 | 6 | # BetterAndBetter 7 | 8 | BetterAndBetter 是一款集合众多优秀功能的 macOS 软件。包含🖱️鼠标、⌨️键盘、触摸板、情景模式、蓝牙解锁、自动切换输入法、:sound: 打字音效等功能,出色的创意和强大的功能将极大提升你的 macOS 使用体验。 9 | 10 | > 不断的修正 bug ,请及时更新。 11 | 12 | ## 使用技巧与用户体验 13 | 14 | [帮助文档](https://github.com/songhao/BetterAndBetter/blob/master/help/README.md) 15 | 16 | [Mac手势神器,不仅仅是手势 | 一个烧友的年度App](https://sspai.com/post/42788) 17 | 18 | 19 | 20 | ## 模块与功能简介 21 | 22 |
    23 | 模块 24 | 25 | | 模块 | 功能 | 26 | | :---: | --- | 27 | | 触摸 | 用**触摸板手势**模拟按键、执行 AppleScript 等。 | 28 | | 鼠标 | 调节鼠标速度、加速度;用**鼠标手势**模拟按键、执行 AppleScript 等。 | 29 | | 键盘 | | 30 | | 情景模式 | | 31 | | 自动跳窗 | 文件跳窗、文本跳窗:对选中的文字、文件进行快速操作。 | 32 | | 边角触发 | | 33 | | 窗口管理 | 窗口管理:窗口拖移、吸附、分屏、高亮 | 34 | | 工具箱 | 多个小工具的集合。 | 35 | | 脚本 | 在 BetterAndBetter 使用 AppleScript 脚本 | 36 | 37 |
    38 | 39 | ## 1. 触摸板模块 40 | 41 |
    42 | Screenshots 43 | 44 | 通过在触摸板上单指、多指、点按、绘图等多个手势操作,代替点按图标,成倍提升工作效率。 45 | 46 |

    47 | 48 |

    49 |
    50 | 51 | 1. 这个模块是手势识别应用程序,在 MacBook 系列里自带的触摸板上,软件会监听你几个手指,做不同的手势动作,如果手势被识别,BetterAndBetter 将执行已经制定规则的相应操作。 52 | 2. 目前 BetterAndBetter 可以模拟按键,执行软件预设的命令,执行 apple script。 53 | 3. 其中有一个开关是开启二指绘图功能,意思是按住一个手指,另一个手指在左侧轻拍一下,就可以用单指绘图了,相当于按住鼠标右键做拖移动作,就会执行鼠标模块里面的某些功能。 54 | 4. 选择手势时如果选择黑名单,就会在你选择的程序里所有的手势不起作用。 55 | 56 | ## 2. 鼠标模块 57 | 58 | 59 |
    60 | Screenshots 61 | 62 | 在鼠标上自定义各种各样的手势,无限扩展鼠标的多样操作性。 63 | 64 |

    65 | 66 |

    67 |
    68 | 69 | 1. 这个模块是鼠标手势识别应用程序。按住右键部分是在按住鼠标右键的同时使用鼠标进行的运动。 如果手势被识别,BetterAndBetter 将执行某些操作。 70 | 2. 组合按键部分,是指按住鼠标右键,然后配合菜单里指示的动作去自定义执行动作。 71 | 3. 其他按键部分,是指按住其他按键,然后配合相应菜单里指示的动作去自定义执行动作。 72 | 4. 手势相似度,意思是你鼠标画的轨迹和数据库里已经设置的轨迹比对的吻合程度,这个值一般设定为 75--95,具体可以根据自己的实际操作以后的感觉来设定。 73 | 5. 鼠标加速度滑块,你可以根据自己的习惯调节鼠标的加速度,数值为零时就是关闭鼠标的加速度。 74 | 75 | ## 3. 键盘模块 76 | 77 |
    78 | Screenshots 79 | 80 | 自定义快捷键,繁琐操作一键搞定。 81 | 82 |

    83 | 84 |

    85 |
    86 | 87 | ## 4. 情景模式 88 | 89 |
    90 | Screenshots 91 | 92 | 定制你的 Mac 情景模式,自动应对不同情景的变幻,让你的 Mac 更加智能。 93 | 94 |

    95 | 96 |

    97 |
    98 | 99 | ## 5. 自动跳窗模块 100 | 101 |
    102 | Screenshots 103 | 104 | 文本、文件快捷操作百宝箱 105 | 106 |

    107 | 108 |

    109 |
    110 | 111 | 1. 这个模块类似 popclip 这个软件,按住鼠标左键,然后拖移去选择文本或者在 Finder 里面去选择文件,软件会根据不同的情况自动跳出不同的窗口,点击已经跳出的窗口,就可以执行相应的动作 112 | 2. 因为有 2 个表格,所以先点击一个表格,然后在按“+”等按钮。表格里的内容都是可以修改的,特别提醒的是这两个表格里面的行是可以拖移的,以此来调整跳窗的先后次序。 113 | 3. 需要特别解释的是状态栏,有 ⌘C,⌘V,⌘X和⌘,它的意思是在激活的 App 里的复制,粘贴,剪切按钮是点亮的,对应的标识才会出现在跳窗里,⌘ 表示在任何情况下都会出现在跳窗里。 114 | 4. 在选择文本时有以下三种情况下会跳出窗口: 115 | 1. 鼠标拖拽划选; 116 | 2. 在文本上面双击鼠标; 117 | 3. 鼠标没有移动的情况下,在能输入的地方隔开 0.6 秒以上的两次点击鼠标。 118 | 5. 在选择文件时也有以下三种情况下会跳出窗口: 119 | 1. 鼠标拖拽划选在 Finder 程序的空白处; 120 | 2. 桌面上双击鼠标; 121 | 3. 在鼠标没有移动的情况下,在文件或者目录上面隔开 0.6 秒以上的两次点击鼠标。 122 | 123 | ## 6. 边角触发模块 124 | 125 |
    126 | Screenshots 127 | 128 | 令人惊叹的快捷操作,闪电触发,一键抵达。 129 | 130 |

    131 | 132 |

    133 |
    134 | 135 | 136 | 这个模块是可以设定在不同的桌面时,左键或右键点击屏膜的四个角,可以分别设置一些动作,这些动作有快捷键,预设动作和 applescript 三种。 137 | 138 | ## 7. 窗口管理 139 | 140 |
    141 | Screenshots 142 | 143 | 控制窗口用键盘、鼠标、还是触摸板?一切你说了算。 144 | 145 |

    146 | 147 |

    148 |
    149 | 150 | 1. 当你移动窗口时,会自动出来八个提示框,分别代表分屏的位置。 151 | 2. 吸附功能:当你用鼠标把一个窗口拖移向屏膜左边或者右边,当窗口的一边接近屏膜边缘时,在相应位置会出现一条黄色的线,此时松开鼠标按键,窗口就会吸附在屏幕一侧。当鼠标移动到已经有窗口吸附的屏膜的左边或者右边时,鼠标下被吸附的窗口就会自动弹出来。鼠标离开这个窗口时,窗口又会吸附在屏幕的两边,**注意:窗口宽度等于屏幕宽度的窗口是不会被吸附的**。 152 | 153 | ## 8. 工具箱模块 154 | 155 |
    156 | 简介 157 | 158 | | 工具 | 功能 | 159 | | --- | --- | 160 | | **蓝牙解锁** | 蓝牙设备控制 macOS 解锁/锁屏/开机 | 161 | | 平滑滚轮 | 让鼠标滚轮更丝滑 | 162 | | 打字音效 | 模拟老式打字机音效 | 163 | | 自动输入法 | 根据程序自动切换输入法 | 164 | | **剪切板管理** | 管理剪切板历史 | 165 | | 显示快捷键 | 显示当前有效的快捷键 | 166 | | 菜单栏 | 显示系统信息及隐藏菜单栏图标 | 167 | | **取色模块** | 在光标附近显示颜色等信息 | 168 | | 数字小键盘 | 触摸板模拟数字小键盘 | 169 | | **长截图** | 滚动截图 | 170 | | **超级拖拽** | | 171 | | 避免 ⌘Q 误操作 | | 172 | | **清洁键盘,屏幕模式** | | 173 | | **免打扰模式** | | 174 | 175 |
    176 | 177 | 178 | ### 蓝牙解锁 179 | 180 | 1. 这个模块是在需要输入系统密码时,通过检测已经配对的蓝牙设备是否能连接,能连接就自动输入密码。只有从睡眠,屏保,和关闭屏膜中恢复时需要检测蓝牙的,在其他需要系统密码时都是不经过蓝牙检测,就直接输入密码的,比如在偏好设置需要密码时。 181 | 2. 登录时拍照,如果激活这个按钮,就是从睡眠,屏保,和关闭屏膜中恢复时一方面检测蓝牙设备,同时打开自带的摄像头进行拍照,如果最后没有检测到蓝牙设备,就把照片存储在你所选择的目录,而且你自己可以打开 icloud 同步,那样就把照片马上送到了云端了,你就能知道谁动了你的Mac。 182 | 183 | ### 剪切板管理 184 | 185 | BetterAndBetter 可以记住你最近使用过的十个剪切板内容,你还可以在**工具箱模块**增加三个固定的剪切板内容。 186 | 187 | 1. 有两种触发模式: 188 | 189 | 1. 在自动跳窗里,在跳出来的窗口里点击"✄"的图标; 190 | 2. 在快捷键模块里有一个可以自定义的快捷键。 191 | 192 | 两种模式都会弹出一个剪切板管理的窗口。 193 | 194 | 2. 也有两种执行方式: 195 | 196 | 1. 用鼠标点击已经跳出窗口的任意一行; 197 | 2. 按对应的数字键,调用固定的剪切板内容需要先按住Fn键,再按相应的数字键。 198 | 199 | ## 9. 脚本模块 200 | 201 |
    202 | Screenshots 203 | 204 | AppleScript,给 BetterAndBetter 和你的 macOS 带来无限可能。 205 | 206 |

    207 | 208 |

    209 |
    210 | 211 | ## 高级设置 212 | 213 | ### 配置文件地址 214 | 215 | 216 | ```shell 217 | # /Users/$(whoami)/Library/Preferences/com.sunny.BetterAndBetter.plist 218 | cd /Users/$(whoami)/Library/Preferences/ 219 | ``` 220 | 221 | 222 | ## 相关链接 223 | 224 | ### [快速上手教程(视频)](http://i.youku.com/i/UNjIyODg4NTU4NA==?spm=a2hzp.8244740.0.0) 225 | 226 | ### [BetterAndbBetter 官网](http://www.better365.cn) 227 | 228 | ### [BetterAndbBetter 社区](http://www.better365.club) 229 | -------------------------------------------------------------------------------- /release.md: -------------------------------------------------------------------------------- 1 | # GitHub Release 2 | 3 | [TOC] 4 | 5 | 6 | ## GitHub Release 7 | 8 | | 版本 | MD5 | Time | 备注 | 9 | | ---- | ------ | ---- | --- | 10 | | v1.6.33 | | 2019-03-19 08:25 +0800 | 优化超级拖拽 | 11 | 12 | ## QQ 群内发布的 alpha、beta 版本 13 | 14 | | 版本 | MD5 | Time | 备注 | 15 | | ---- | ------ | ---- | --- | 16 | | v1.6.32 alpha | | | bug fix | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /resources/AppleScript/ChromeSearch.applescript: -------------------------------------------------------------------------------- 1 | set myURL to "https://www.baidu.com/s?wd=SelectedText" 2 | tell application "Google Chrome" 3 | activate 4 | tell window 1 of application "Google Chrome" 5 | set myActiveTab to active tab 6 | if myURL is not "" then 7 | set myTab to make new tab at after myActiveTab with properties {URL:myURL} 8 | end if 9 | end tell 10 | end tell 11 | -------------------------------------------------------------------------------- /resources/AppleScript/CloseAllTabsButCurrent.applescript: -------------------------------------------------------------------------------- 1 | activate application "Safari" 2 | tell application "Safari" 3 | set currentWindow to window 0 4 | set tabCount to count of tabs of currentWindow 5 | repeat with i from tabCount - 1 to 0 by -1 6 | if index of tab i of currentWindow is not equal to index of current tab of currentWindow then 7 | close tab i of currentWindow 8 | end if 9 | end repeat 10 | end tell -------------------------------------------------------------------------------- /resources/AppleScript/GUI.applescript: -------------------------------------------------------------------------------- 1 | --GUI 2 | tell application "System Events" 3 | tell process "SystemUIServer" 4 | entire contents 5 | end tell 6 | end tell 7 | 8 | --自动隐藏和显示菜单栏(Toggle AutoHide MenuBar) 9 | tell application "System Preferences" to reveal the ¬ 10 | anchor named "main" of ¬ 11 | pane id "com.apple.preference.general" 12 | tell application "System Events" 13 | tell process "System Preferences" 14 | tell window "通用" 15 | if checkbox "自动隐藏和显示菜单栏" is true then 16 | perform action "AXPress" 17 | else 18 | do shell script "" 19 | end if 20 | end tell 21 | end tell 22 | end tell 23 | 24 | 25 | --tell application "System Preferences" 26 | -- 列出所有 pane 的 ID set paneList to id of every pane 27 | -- 列出所有系统偏好设置app内的 anchor。 28 | --set anchorList to name of anchors of pane id "com.apple.preference" 29 | -- 列出系统偏好设置app里的 trackpad pane(面板)的 anchcor。 30 | --set anchorList to name of anchors of pane id "com.apple.preference.trackpad" 31 | --end tell -------------------------------------------------------------------------------- /resources/AppleScript/SafariSearch.applescript: -------------------------------------------------------------------------------- 1 | set myURL to "https://www.baidu.com/s?wd=SelectedText" 2 | tell application "Safari" 3 | activate 4 | tell window 1 of application "Safari" 5 | set myActiveTab to current tab 6 | if myURL is not "" then 7 | set myTab to make new tab at after myActiveTab with properties {URL:myURL} 8 | end if 9 | end tell 10 | end tell -------------------------------------------------------------------------------- /resources/AppleScript/SymbolicLink.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/AppleScript/SymbolicLink.applescript -------------------------------------------------------------------------------- /resources/contributors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/contributors/README.md -------------------------------------------------------------------------------- /resources/img/BetterAndBetter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/img/BetterAndBetter.png -------------------------------------------------------------------------------- /resources/img/all-setting-window.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/img/all-setting-window.JPG -------------------------------------------------------------------------------- /resources/img/better365.cn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/img/better365.cn.png -------------------------------------------------------------------------------- /resources/img/macOS.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/img/工具箱模块.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/img/工具箱模块.png -------------------------------------------------------------------------------- /resources/img/情景模式.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/img/情景模式.png -------------------------------------------------------------------------------- /resources/img/文件跳窗-展示.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/img/文件跳窗-展示.png -------------------------------------------------------------------------------- /resources/img/文本跳窗-展示.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/img/文本跳窗-展示.png -------------------------------------------------------------------------------- /resources/img/窗口管理.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/img/窗口管理.png -------------------------------------------------------------------------------- /resources/img/脚本模块.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/img/脚本模块.png -------------------------------------------------------------------------------- /resources/img/自动跳窗.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/img/自动跳窗.png -------------------------------------------------------------------------------- /resources/img/触摸模块.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/img/触摸模块.png -------------------------------------------------------------------------------- /resources/img/边角触发-预设.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/img/边角触发-预设.jpg -------------------------------------------------------------------------------- /resources/img/边角触发.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/img/边角触发.png -------------------------------------------------------------------------------- /resources/img/通用.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/img/通用.png -------------------------------------------------------------------------------- /resources/img/键盘模块.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/img/键盘模块.png -------------------------------------------------------------------------------- /resources/img/鼠标模块.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songhao/BetterAndBetter/5e947145232bce169fe44dbad1de67ba68fe44d5/resources/img/鼠标模块.png -------------------------------------------------------------------------------- /screenshot: -------------------------------------------------------------------------------- 1 | 1.3.1 2 | -------------------------------------------------------------------------------- /screenshots: -------------------------------------------------------------------------------- 1 | 1.3.1 2 | -------------------------------------------------------------------------------- /try: -------------------------------------------------------------------------------- 1 | 115390564 2 | --------------------------------------------------------------------------------