1%
2% anyremote configuration file for Nokia-E75 management. (Server-mode)
3%
4
5% STATUS stable
6% XTEST no
7% SOUND no
8% ENV no
9
10GuiAppName=Nokia E75
11GuiAppType=Example
12GuiAppProtocols=Server
13GuiAppDesc=Example of keypad handling for Nokia-E75
14
15[Protocol]=Server
16
17(Connect)=\
18    Set(layout,default,keypad_only);\
19    Set(status,);\
20    Set(title,Nokia-E75);
21
22K8=Emulate(key,BackSpace)
23
240=Emulate(key,0)
251=Emulate(key,1)
262=Emulate(key,2)
273=Emulate(key,3)
284=Emulate(key,4)
295=Emulate(key,5)
306=Emulate(key,6)
317=Emulate(key,7)
328=Emulate(key,8)
339=Emulate(key,9)
34#=Emulate(keydown,Shift_L,key,numbersign,keyup,Shift_L)
35*=Emulate(keydown,Shift_L,key,asterisk,keyup,Shift_L)
36
3710=Emulate(key,Return)
38
3932=Emulate(key,space)
4033=Emulate(keydown,Shift_L,key,exclam,keyup,Shift_L)
4136=Emulate(keydown,Shift_L,key,dollar,keyup,Shift_L)
4238=Emulate(keydown,Shift_L,key,ampersand,keyup,Shift_L)
43
4440=Emulate(key,braceleft)
4541=Emulate(key,braceright)
46
4743=Emulate(keydown,Shift_L,key,plus,keyup,Shift_L)
4844=Emulate(key,comma)
4945=Emulate(key,minus)
5046=Emulate(key,period)
51
5258=Emulate(keydown,Shift_L,key,colon,keyup,Shift_L)
5359=Emulate(key,semicolon)
54
5563=Emulate(keydown,Shift_L,key,question,keyup,Shift_L)
5664=Emulate(keydown,Shift_L,key,at,keyup,Shift_L)
5765=Emulate(keydown,Shift_L,key,A,keyup,Shift_L)
5866=Emulate(keydown,Shift_L,key,B,keyup,Shift_L)
5967=Emulate(keydown,Shift_L,key,C,keyup,Shift_L)
6068=Emulate(keydown,Shift_L,key,D,keyup,Shift_L)
6169=Emulate(keydown,Shift_L,key,E,keyup,Shift_L)
6270=Emulate(keydown,Shift_L,key,F,keyup,Shift_L)
6371=Emulate(keydown,Shift_L,key,G,keyup,Shift_L)
6472=Emulate(keydown,Shift_L,key,H,keyup,Shift_L)
6573=Emulate(keydown,Shift_L,key,I,keyup,Shift_L)
6674=Emulate(keydown,Shift_L,key,J,keyup,Shift_L)
6775=Emulate(keydown,Shift_L,key,K,keyup,Shift_L)
6876=Emulate(keydown,Shift_L,key,L,keyup,Shift_L)
6977=Emulate(keydown,Shift_L,key,M,keyup,Shift_L)
7078=Emulate(keydown,Shift_L,key,N,keyup,Shift_L)
7179=Emulate(keydown,Shift_L,key,O,keyup,Shift_L)
7280=Emulate(keydown,Shift_L,key,P,keyup,Shift_L)
7381=Emulate(keydown,Shift_L,key,Q,keyup,Shift_L)
7482=Emulate(keydown,Shift_L,key,R,keyup,Shift_L)
7583=Emulate(keydown,Shift_L,key,S,keyup,Shift_L)
7684=Emulate(keydown,Shift_L,key,T,keyup,Shift_L)
7785=Emulate(keydown,Shift_L,key,U,keyup,Shift_L)
7886=Emulate(keydown,Shift_L,key,V,keyup,Shift_L)
7987=Emulate(keydown,Shift_L,key,W,keyup,Shift_L)
8088=Emulate(keydown,Shift_L,key,X,keyup,Shift_L)
8189=Emulate(keydown,Shift_L,key,Y,keyup,Shift_L)
8290=Emulate(keydown,Shift_L,key,Z,keyup,Shift_L)
83
8497=Emulate(key,a)
8598=Emulate(key,b)
8699=Emulate(key,c)
87100=Emulate(key,d)
88101=Emulate(key,e)
89102=Emulate(key,f)
90103=Emulate(key,g)
91104=Emulate(key,h)
92105=Emulate(key,i)
93106=Emulate(key,j)
94107=Emulate(key,k)
95108=Emulate(key,l)
96109=Emulate(key,m)
97110=Emulate(key,n)
98111=Emulate(key,o)
99112=Emulate(key,p)
100113=Emulate(key,q)
101114=Emulate(key,r)
102115=Emulate(key,s)
103116=Emulate(key,t)
104117=Emulate(key,u)
105118=Emulate(key,v)
106119=Emulate(key,w)
107120=Emulate(key,x)
108121=Emulate(key,y)
109122=Emulate(key,z)
110123=Emulate(key,braceleft)
111124=Emulate(key,bar)
112125=Emulate(key,braceright)
113126=Emulate(key,asciitilde)
114
115163=Emulate(keydown,Shift_L,key,bar,keyup,Shift_L)
116
1178364=Emulate(keydown,Shift_L,key,euro,keyup,Shift_L)
118
119
120FIRE=Emulate(key,Return)
121LEFT=Emulate(key,Left)
122UP=Emulate(key,Up)
123RIGHT=Emulate(key,Right)
124DOWN=Emulate(key,Down)
125
126[End]
127