File: lircd.conf.bte

package info (click to toggle)
lirc 0.7.1pre2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,852 kB
  • ctags: 2,924
  • sloc: ansic: 31,205; sh: 12,021; makefile: 631
file content (57 lines) | stat: -rw-r--r-- 924 bytes parent folder | download
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
#
#
# contributed by Vadim Shliakhov <vadp@fromru.com>
#
# brand:  Ericsson
# model:  Mobile Phone over Bluetooth (BTE)   
#
# supported devices: 
#	
#       first byte: Key down - 0, key up - 1
#       2nd   byte: Key code 
#

begin remote

  name  bte 
  bits           16

      begin codes
          0		0x0030
          1		0x0031
          2		0x0032
          3		0x0033
          4		0x0034
          5		0x0035
          6		0x0036
          7		0x0037
          8		0x0038
          9		0x0039
# '*'
          STAR		0x002a
# '#'
          HASH		0x0023
# '^'
          UP		0x005e
# 'v'
          DOWN		0x0076
# '<'
          LEFT		0x003c
# '>'
          RIGHT		0x003e
# 'L'
          OPTION	0x004c
# 'c'
          CANCEL	0x0063
# 's'
          YES		0x0073
# 'e'
          NO		0x0065
# 'u'
          VOL_UP	0x0075
# 'd'
          VOL_DOWN	0x0064
# 'G' -- hides dialog widget!
          MEMO		0x0047
      end codes
end remote