shyzus / gnome-shell-extension-screen-autorotate

Enable screen rotation regardless of touch mode
GNU General Public License v3.0
33 stars 10 forks source link

Changed orientation prefs to allow to toggle which direction to invert. #10

Closed shyzus closed 1 year ago

shyzus commented 1 year ago

These changes allow the user of the extension to toggle which rotation directions to invert. Horizontal, vertical or inverting both directions at the same time is a possibility now.

The previous implementation only inverted the horizontal direction never the vertical. This would result in the possibility that a incorrectly mounted accelerometer would cause incorrect screen rotation when using this extension.

This has been tested on a Lenovo C340-14API using Fedora Silverblue 37.

fixes #9

shyzus commented 1 year ago

This appears to resolve #9 see: https://github.com/shyzus/gnome-shell-extension-screen-autorotate/issues/9#issuecomment-1409549925