diff options
author | Matthieu Herrb <matthieu@openbsd.org> | 2009-12-31 18:01:14 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@openbsd.org> | 2009-12-31 18:01:14 +0000 |
commit | d9c806af7b27dcb2c78202b6c6b33525f9693ee1 (patch) | |
tree | 6ebddb9778301f571cb7b13773338b5cb26fab9c | |
parent | 89f29ea1bc6b5ee0f58dd890d68f47a60c0dee38 (diff) |
Default to ZAxisMapping 4 5 6 7.
This is what most users expect noawadays.
-rw-r--r-- | src/ws.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -167,7 +167,7 @@ wsPreInit(InputDriverPtr drv, IDevPtr dev, int flags) buttons_from = X_DEFAULT; } priv->negativeZ = priv->positiveZ = WS_NOZMAP; - s = xf86SetStrOption(pInfo->options, "ZAxisMapping", NULL); + s = xf86SetStrOption(pInfo->options, "ZAxisMapping", "4 5 6 7"); if (s) { int b1, b2; |