1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
%
% anyremote configuration file for mouse emulation
%
% STATUS stable
% XTEST yes
% SOUND no
% ENV no
% Uncomment if needed
AutoRepeat=true
%Baudrate=19200
%Device=bluetooth:19
%Log=true
Screen=true
GuiAppName=Mouse test
GuiAppBinary=true
GuiAppIcon=mouse.png
GuiAppType=Example
[Aliases]
% Cancel buttons on different phones
-11=Cancel
-8=Cancel
69=Cancel
% redefine joystick keys
UP=5
DOWN=8
LEFT=4
RIGHT=6
FIRE=1
[End]
[Keys]
(Connect)=Set(icons,Mouse,0,default,1,ok,2,ok,3,ok,4,previous,5,up,6,next,7,ok,8,down,9,ok,*,question,0,minus,#,ok);Set(skin,default,keypad_only);
Cancel=Exit
* *=Set(text,replace,Help,1 - Left Click\n2 - CenterClick\n3 - RightClick\n4 - Move Left\n5 - Move Up\n6 - Move Right\n7 - WheelUp\n8 - Move Down\n9 - WheelDown\n** - Help\n0 - Space\n# - Left DblClick)
Back=Set(text,close);
1=Emulate(mouse,1)
2=Emulate(mouse,2)
3=Emulate(mouse,3)
4=Emulate(mousermove,-10,0)
5=Emulate(mousermove,0,-10)
6=Emulate(mousermove,10,0)
7=Emulate(mouse,4)
8=Emulate(mousermove,0,10)
9=Emulate(mouse,5)
0=Emulate(key,space)
#=Emulate(mousedblclick)
[End]
|