# HG changeset patch # User Jacob Alexander # Date 1458626787 25200 # Node ID 285fd63330fb7ebbf0dc0dc10f4e959a015cd4f1 # Parent 0b817e8e9c1518ee487746585a25ea0442cce3a1 Adding a few more mouse tests diff -r 0b817e8e9c15 -r 285fd63330fb layouts/mouseTest.kll --- a/layouts/mouseTest.kll Mon Mar 21 22:22:13 2016 -0700 +++ b/layouts/mouseTest.kll Mon Mar 21 23:06:27 2016 -0700 @@ -7,9 +7,9 @@ Date = 2016-03-21; # mouseOut -# Arg1, button, 1-8 -# Arg2, mouse x relative axis -127 to 127 -# Arg3, mouse y relative axis -127 to 127 +# Arg1, button, 1-16 +# Arg2, mouse x relative axis -32 767 to 32 767 +# Arg3, mouse y relative axis -32 767 to 32 767 U"1" : mouseOut( 1, 0, 0 ); U"2" : mouseOut( 2, 0, 0 ); @@ -19,6 +19,14 @@ U"6" : mouseOut( 6, 0, 0 ); U"7" : mouseOut( 7, 0, 0 ); U"8" : mouseOut( 8, 0, 0 ); +U"Z" : mouseOut( 9, 0, 0 ); +U"X" : mouseOut( 10, 0, 0 ); +U"C" : mouseOut( 11, 0, 0 ); +U"V" : mouseOut( 12, 0, 0 ); +U"B" : mouseOut( 13, 0, 0 ); +U"N" : mouseOut( 14, 0, 0 ); +U"M" : mouseOut( 15, 0, 0 ); +U"Comma" : mouseOut( 16, 0, 0 ); U"Up" : mouseOut( 0, 0, 1 ); U"Down" : mouseOut( 0, 0, -1 );