KO
|
EN
gitlite โ search
Search
#python
#docker
#android
#nodejs
#hacktoberfest
#php
#ruby
#bot
#react
#dotnet
#jspm
#opencart
Squirrel
โ 637
Open GitHub โ
Enable scrolling in the Xcode Simulator!
Download README (.md)
Explore Similar Repositories
pinar
:
๐ฒโ๏ธ Customizable, lightweight React Native carousel component with accessibility support.
DbContextScope
:
A simple and flexible way to manage your Entity Framework DbContext instances
firebase-module
:
๐ฅ Easily integrate Firebase into your Nuxt project. ๐ฅ
SwiftSpreadsheet
:
Spreadsheet CollectionViewLayout in Swift. Fully customizable. ๐ถ
zod-openapi
:
Use Zod Schemas to create OpenAPI v3.x documentation
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Squirrel
?
Download (.md)
<img src="Assets/Logo.png" width="120" alt="Logo"> # Squirrel ๐ฟ๏ธโ*Pronounced: Scroll-Wheel* A menu bar app that adds scrolling to the simulator. - For some reason, you can't scroll in Xcode's simulator. - This app enables scrolling again! - Features: customizable settings, made with SwiftUI, and a cute squirrel. ## Installation You can download Squirrel on the [App Store](https://apps.apple.com/app/squirrel-for-simulator/id1669664068). Alternatively, get the [ZIP file](https://github.com/aheze/Squirrel/releases/latest/download/Squirrel.zip), or use Homebrew: ```bash brew install hkamran80/things/squirrel-for-simulator ``` **Note:** Squirrel requires macOS Big Sur (11.0) or higher. ## Screenshots Main Menu | Advanced Settings --|-- Light Mode<br><img src="Assets/MenuBar.png" alt="Menu Bar"><br>Dark Mode<br><img src="Assets/MenuBar-Dark.png" alt="Menu Bar Dark Mode"> | <img src="Assets/MenuBar-Expanded.png" alt="Menu Bar Expanded"> <table> <tr> <td> 1. You start scrolling </td> <td> 2. Squirrel drags on the screen for you </td> <td> 3. Your cursor auto-snaps back to where you started </td> </tr> <tr> </tr> <tr> <td> <img src="Assets/Simulator1.png" alt="Screenshot of simulator"> </td> <td> <img src="Assets/Simulator2.png" alt="Screenshot of simulator, blue pointer shown at initial cursor position. Cursor is dragged higher up."> </td> <td> <img src="Assets/Simulator3.png" alt="Screenshot of simulator, cursor is back at its original position."> </td> </tr> </table> ## Videos https://user-images.githubusercontent.com/49819455/216271894-3e2352a4-edd0-41b7-a830-1cc4fb9aa15e.mp4 https://user-images.githubusercontent.com/49819455/216271984-b6672a5f-72ad-40bd-b01b-dad7059d92ae.mp4 ## Notes - Press <kbd>ESC</kbd> to stop scrolling in case something bugs out. - Trackpad support is currently unstable, but most scroll wheels / mice should work. - Customization Reference - General: - `Enabled` - whether Squirrel is active. - `Natural Scrolling` - toggles the scroll direction. - `Pointer Color` - the color of the cursor pointer. - `Pointer Size` - the length of the pointer. - `Pointer Opacity` - the opacity. - `Pointer Scale` - scale the pointer by this when scrolling starts. - Customization Reference - Advanced: - `Launch Simulator On Startup` - launch the Simulator when Squirrel starts. - `Quit If Simulator Is Closed` - auto-quit the app when the Simulator isn't active. - `Scroll Steps` - how many iterations to get to the final scroll value. - `Inactivity Timeout` - how many seconds to wait before stopping scroll. - `Scroll Interval` - how often to execute a scroll step. - `Top Inset` - top insets to cancel out simulator bezels. Only allow scrolling when the cursor falls inside the inset frame. - `Left Inset` - same as above for the left side. - `Right Inset` - same as above for the right side. - `Bottom Inset` - same as above for the bottom side. - `Simulator Location` - the file path of the simulator, for `Launch Simulator on Startup`. - `Simulator Check Frequency` - how often to check if the simulator is alive, for `Quit If Simulator Is Closed`. - `Max Height` - the maximum height of the menu popover. - `Menu Width` - the width of the menu popover. ## Community Author | Contributing | Need Help? --- | --- | --- Squirrel is made by [aheze](https://github.com/aheze). | All contributions are welcome. Just [fork](https://github.com/aheze/Squirrel/fork) the repo, then make a pull request. | Open an [issue](https://github.com/aheze/Squirrel/issues) or join the [Discord server](https://discord.com/invite/Pmq8fYcus2). You can also ping me on [Twitter](https://twitter.com/aheze0). Or read the source code โ there's lots of comments. ### How does it work? Squirrel uses your Mac's accessibility controls to simulate a "drag" gesture. ### Apple, if you're reading this: Please add native scroll support to the Simulator! Feels like such a small feature but it'll be very welcome. ## License ```text MIT License Copyright (c) 2023 A. Zheng Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```