diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2014-04-30 13:08:53 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-05-05 11:26:42 +1000 |
commit | 7c6eaade26477fa9b76c4a3624db802bddb69b05 (patch) | |
tree | 87d4df00e0d9559b8cdae50c1ab002b520693dc4 | |
parent | 267e978529b8ea5560772d37a3141d5b39fe1dce (diff) |
conf: add SoftButtonAreas and SecondarySoftButton areas to fdi file
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | conf/11-x11-synaptics.fdi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/11-x11-synaptics.fdi b/conf/11-x11-synaptics.fdi index d487f09..ab8156d 100644 --- a/conf/11-x11-synaptics.fdi +++ b/conf/11-x11-synaptics.fdi @@ -30,6 +30,11 @@ For other possible options, check CONFIGURATION DETAILS in synaptics man page --> + <merge key="input.x11_options.SoftButtonAreas" type="string">50% 0 82% 0 0 0 0 0</merge> + <merge key="input.x11_options.SecondarySoftButtonAreas" type="string">58% 0 0 8% 42% 58% 0 8%</merge> + <match key="info.product" contains="Apple|bcm5974"> + <merge key="input.x11_options.SoftButtonAreas" type="string">0 0 0 0 0 0 0 0</merge> + </match> </match> </device> </deviceinfo> |