From a14bfe67295cfba9bb633ed653753b490727f1fb Mon Sep 17 00:00:00 2001 From: JJones780 Date: Sat, 15 Jun 2019 04:17:21 -0600 Subject: [PATCH] removed outdated FAQ, made screenshots bigger. --- README.md | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 85b548c3..4ed5ee6d 100644 --- a/README.md +++ b/README.md @@ -67,34 +67,34 @@ Xournal++ features: ## Linux - + ## Windows 10 - + ## macOS High Sierra - + ## Toolbar / Page Background / Layer Multiple page background, easy selectable on the toolbar - + ## Layer sidebar and advance Layer selection. - + ## Multiple predefined and fully customizeable Toolbar. - + @@ -201,23 +201,7 @@ our Gitter channel via the badge on top. Also take a look at our [Coding Conventions](https://github.com/xournalpp/xournalpp/wiki/Coding-conventions) -## FAQ -### Q: Secondary stylus button only works when there is no contact -This is due to a driver setting, which you can configure with `TPCButton` or `TabletPCButton` directive if using `Wacom` driver (but other drivers might have this setting too). -Here's a `/usr/share/X11/xorg.conf.d/30-wacom.conf` example snippet: -``` -Section "InputClass" - Identifier "Wacom tablets class" - MatchProduct "Wacom" - MatchDevicePath "/dev/input/event*" - MatchIsTablet "on" - Driver "wacom" - Option "TabletPCButton" "on" - Option "TPCButton" "on" -EndSection -``` -If you are using `libinput` as driver, take a look at [#940](https://github.com/xournalpp/xournalpp/issues/940) and the ticket over at libinput which adresses this issue (https://gitlab.freedesktop.org/libinput/libinput/issues/193) ## Code documentation