Enable scrolling in the Xcode Simulator!
šæļøāPronounced: Scroll-Wheel
A menu bar app that adds scrolling to the simulator.
You can download Squirrel on the App Store.
Alternatively, get the ZIP file, or use Homebrew:
brew install hkamran80/things/squirrel-for-simulator
Note: Squirrel requires macOS Big Sur (11.0) or higher.
Main Menu | Advanced Settings |
---|---|
Light Mode Dark Mode |
1. You start scrolling | 2. Squirrel drags on the screen for you | 3. Your cursor auto-snaps back to where you started |
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.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.Author | Contributing | Need Help? |
---|---|---|
Squirrel is made by aheze. | All contributions are welcome. Just fork the repo, then make a pull request. | Open an issue or join the Discord server. You can also ping me on Twitter. Or read the source code ā thereās lots of comments. |
Squirrel uses your Macās accessibility controls to simulate a ādragā gesture.
Please add native scroll support to the Simulator! Feels like such a small feature but itāll be very welcome.
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.