X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=layouts%2FmouseTest.kll;fp=layouts%2FmouseTest.kll;h=9205eab231f49ccdfda8326c84cebd6089b47a86;hb=323dd65d4201f753693c86cb25500cfd01d8cf13;hp=0841ec575e6d794793a19a7b4b3496343fe2d3a0;hpb=d3e0c3d7a730d9e72cc5b184f2a0062d5f83dea8;p=kiibohd-kll.git diff --git a/layouts/mouseTest.kll b/layouts/mouseTest.kll index 0841ec5..9205eab 100644 --- a/layouts/mouseTest.kll +++ b/layouts/mouseTest.kll @@ -7,9 +7,9 @@ KLL = 0.3d; 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"5" : mouseOut( 5, 0, 0 ); 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 );