Section "InputClass"
Identifier "stylus"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
MatchVendor "UGTABLET"
MatchTag "wizardpen"
Driver "wizardpen"
Option "Device"
"/dev/input/by-id/usb-UGTABLET_TABLET_EX_07-event-mouse"
Option "TopX" "518"
Option "TopY" "735"
Option "BottomX" "32767"
Option "BottomY" "32767"
EndSection
Section "InputClass"
Identifier "wizardpen ignore mouse dev"
MatchIsTablet "on"
MatchDevicePath "/dev/input/by-id/usb-UGTABLET_TABLET_EX_07-event-mouse"
MatchVendor "UC-LOGIC|KYE Systems|Ace Cad|WALTOP|Waltop|UGTABLET"
Driver ""
EndSection
$a xor $b
if(isset($first) xor isset($second) xor isset($third))
$( "button" ).click(function() {
$( this ).replaceWith( "<div>" + $( this ).text() + "</div>" );
});