Skip to content

Commit

Permalink
Merge pull request #11 from SiKreuz/master
Browse files Browse the repository at this point in the history
Surface Pen Support
  • Loading branch information
dos1 committed May 13, 2019
2 parents 3934f02 + aeb4358 commit 362ed01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orientation-helper
Expand Up @@ -60,7 +60,7 @@ do
props=$(xinput list-props $id)

# Filter for touch devices
IS_TOUCH=$(echo $props | grep -i '\(Touchscreen\|ELAN\|wacom\)')
IS_TOUCH=$(echo $props | grep -i 'Touchscreen\|ELAN\|Pen\|Eraser\|wacom')

# Apply Input Matrix for touch devices
if [ -n "$IS_TOUCH" ];
Expand Down

0 comments on commit 362ed01

Please sign in to comment.