Skip to content

Commit

Permalink
#1797: on macos, reverse scrolling by default for y but not x
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@24903 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jan 4, 2020
1 parent af20fe2 commit d6ba2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html5/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ <h4 class="panel-title">Advanced options</h4>
}
if (Utilities.isMacOS()) {
default_on.push("swap_keys");
default_on.push("scroll_reverse_x");
default_on.push("scroll_reverse_y");
}
for (var i = 0; i < bool_props.length; i++) {
var prop = bool_props[i];
Expand Down

0 comments on commit d6ba2d2

Please sign in to comment.