File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
base/src/main/java/io/github/sds100/keymapper/base/sorting/comparators Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 66
77- #1915 ask user to remove "adb shell" from Shell command.
88- #1904 inform the user how to enable the accessibility service with PRO mode or ADB.
9+ - #1911 constraint for physical device orientation that ignores auto rotate setting.
910
1011## Bug fixes
1112
Original file line number Diff line number Diff line change @@ -140,6 +140,9 @@ class KeyMapConstraintsComparator(
140140 ConstraintData .HingeOpen -> Success (" " )
141141 ConstraintData .KeyboardNotShowing -> Success (" " )
142142 ConstraintData .KeyboardShowing -> Success (" " )
143+ is ConstraintData .PhysicalOrientation -> Success (
144+ constraint.data.physicalOrientation.toString(),
145+ )
143146 }
144147 }
145148}
You can’t perform that action at this time.
0 commit comments