-
Notifications
You must be signed in to change notification settings - Fork 83
Add better rotation management options #203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…ing and applying last rotation state
|
|
Review request completed.
| identifier: .keymappingOptionsMenu, | ||
| options: .displayInline, | ||
| children: arrowKeyChildrenCommands) | ||
| let rotationTitles = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If there are all of these options, it might be better to either remove rotations menus from Keymapping entirely or have it under a new group dedicated for screen rotations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So is it fine if I remove the rotation options from Keymapping and make a new menu item called Rotation next to the Keymapping one?
Instead of having to keep pressing the display rotation button I wanted to add a way to both change the default orientation an application launches with and instead of a button to cycle through orientations have a list from which you can pick a specific orientation.
PlayCover/PlayCover#2011