-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config(apple): make trackpad usage a configurable option
Previously, we implemented both the USB pointer and trackpad device but it introduced double-clicking and scrolling issues (#4636, #4645). After setting the default to trackpad for macOS, it turns out that Monterey guests do not have the right driver for it and does not work. Now, we will attempt to detect Monterey on new installs and enable the trackpad when it is not Monterey (no earlier macOS versions are supported). Existing VMs will default to trackpad off for compatibility and will require manual setting to enable it. Fixes #5237
- Loading branch information
Showing
4 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters