/usr/share/anyremote/cfg-data/Server-mode/miro.cfg is in anyremote-data 6.3.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | %
% anyremote configuration file for Miro player (Server mode)
%
% STATUS unknown
% XTEST yes
% SOUND mixer
% ENV no
% ALL_IN_ONE
GuiAppName=Miro
GuiAppBinary=miro
GuiAppRun= A=`pgrep miro.real|grep -v grep`; if [ "x$A" = "x" ]; then echo NOK; else echo OK; fi
GuiAppIcon=miro.png
GuiAppType=Application
GuiAppProtocols=Server
[Protocol]=Server
(Init)=\
Include($(CfgDir)/Utils/aliases-server.cfg);\
Macro(SETUP_DEFAULT_MIXER);
(Connect)=\
Make(mode,miro);
[Mode]=miro
(EnterMode)=\
Set(icons,Miro,\
1,vol_down,2,up,3,vol_up,\
4,left,5,play,6,right,\
7,down,8,down,9,up,\
*,question,0,stop,#,folder);\
Set(layout,default);\
Set(title,);\
Set(status,);\
Set(menu,replace,Fullscreen,Toggle Mute,Menu,Escape,Enter,Quit Miro);\
Macro(ALLIN1MENU);\
Macro(MIRO_RUN);
Cancel=\
Make(exit);
Back=\
Set(text,close);\
Set(menu,replace,Fullscreen,Toggle Mute,Menu,Escape,Enter,Quit Miro);\
Macro(ALLIN1MENU);
Toggle Mute=\
Macro(DEFAULT_TOGGLE_MUTE)
Quit Miro=\
Exec(pkill miro.real)
Menu=\
Emulate(key,F10);
Escape=\
Emulate(key,Escape);
Enter=\
Emulate(key,Return);
Fullscreen=\
Emulate(keydown,Control_L);Emulate(key,f);Emulate(keyup,Control_L);
1=Macro(DEFAULT_VOLUME_DOWN)
2=Emulate(key,Up);
3=Macro(DEFAULT_VOLUME_UP)
4=Emulate(key,Left);
5=Emulate(key,F10,sleep,10000,key,Right,sleep,10000,key,Right,sleep,10000,key,Right,sleep,10000,key,Down,sleep,10000,key,Return);
6=Emulate(key,Right);
7=Emulate(key,Tab);
8=Emulate(key,Down);
9=Emulate(keydown,Shift_L);Emulate(key,Tab);Emulate(keyup,Shift_L);
* *=Set(text,replace,Help, 1 Vol-\n2 Up\n3 Vol+\n4 Left\n5 Enter\n*5 Play (working non-stable)\n6 Rigth\n7 Shift+Tab\n8 Down\n9 Tab\n0 \n** Help\n*# Run/Quit Miro\n# Switch panel (F6)\nUse 7,9 to move up/down \nthrough groups in left panel);
* #=Macro(MIRO_RUN_STOP)
0=Emulate(keydown,Control_L);Emulate(key,d);Emulate(keyup,Control_L);
#=Emulate(key,F6);
MIRO_RUN=\
Exec(P=`pgrep miro.real`; if [ "x$P" = "x" ]; then miro& fi);
MIRO_RUN_STOP=\
Exec(P=`pgrep miro.real`; if [ "x$P" = "x" ]; then miro& else pkill miro.real; fi);
[ModeEnd]
[End]
|