diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-07-19 20:00:27 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-07-19 20:00:27 -0700 |
commit | ac43984215faf464fd48bd006cac1c6539603cea (patch) | |
tree | 38245e517de26bbd123213e4ee3417f7bc1efb45 /hw/xquartz/man/Xquartz.man | |
parent | ec95a9c829b8e37529aa828c05fbaabc45cffe42 (diff) |
XQuartz: Add a scroll_in_device_direction preference
This preference allows users to override the related option in Mac OS X's
Mouse/Trackpad preferences. This effectively lets the user determine
which "context" all of X11 fits into for context-based scrolling until
such API exists within X11 itself to pass along to X11 clients.
This is applicable to Mav OS X 10.7+
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'hw/xquartz/man/Xquartz.man')
-rw-r--r-- | hw/xquartz/man/Xquartz.man | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xquartz/man/Xquartz.man b/hw/xquartz/man/Xquartz.man index aea56c943..0ea6e6eb8 100644 --- a/hw/xquartz/man/Xquartz.man +++ b/hw/xquartz/man/Xquartz.man @@ -83,6 +83,9 @@ This option defaults to false and is provided only "for experts." It updates th .TP 8 .B defaults write __bundle_id_prefix__.X11 enable_test_extensions -boolean true This option defaults to false and is only accessible through the command line. Enable this option to turn on the DEC-XTRAP, RECORD, and XTEST extensions in the server. +.TP 8 +.B defaults write __laucnd_id_prefix__.X11 scroll_in_device_direction -boolean true +This option defaults to false. Enable this option to ensure that X11 scroll events are always in the direction of the device. This overrides the related option in the Mouse/Trackpad section of System Preferences. .SH OPTIONS .PP In addition to the normal server options described in the \fIXserver(1)\fP |