-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
22 lines (18 loc) · 1.13 KB
/
Copy pathNOTICE
File metadata and controls
22 lines (18 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ThreeFingerSwitcher
Copyright (C) 2026
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License version 3 as published by the Free
Software Foundation. See the LICENSE file for the full text.
-------------------------------------------------------------------------------
Third-party credits
-------------------------------------------------------------------------------
AltTab (https://github.com/lwouis/alt-tab-macos) — GPL-3.0
The window-raising technique (the private `_AXUIElementGetWindow` SPI to
correlate an Accessibility window element with its CGWindowID, plus the
AX raise + activate sequence) is adapted from AltTab. Because AltTab is
GPL-3.0, this project is distributed under GPL-3.0 as well.
OpenMultitouchSupport (https://github.com/Kyome22/OpenMultitouchSupport) — MIT
Swift wrapper around the private MultitouchSupport.framework used to read
raw, global trackpad touch data. Linking the private framework requires
App Sandbox to be disabled, so this app is distributed outside the Mac App
Store as a direct, notarized download.