mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
move package lirc:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
affeb4ad6a
commit
2747c9b025
@ -1,34 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build libirman
|
|
||||||
|
|
||||||
if [ "$DEBUG" = yes ]; then
|
|
||||||
DEBUG_CONFIG="--enable-debug --disable-stripping"
|
|
||||||
else
|
|
||||||
DEBUG_CONFIG="--disable-debug --enable-stripping"
|
|
||||||
fi
|
|
||||||
|
|
||||||
export ac_cv_path_LIBUSB_CONFIG=
|
|
||||||
export ac_cv_func_forkpty=no
|
|
||||||
export ac_cv_lib_util_forkpty=no
|
|
||||||
export MAKEFLAGS=-j1
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--disable-shared \
|
|
||||||
--enable-sandboxed \
|
|
||||||
--without-x \
|
|
||||||
--with-driver=$RECEIVER \
|
|
||||||
--with-port=0x3f8 \
|
|
||||||
--with-irq=4 \
|
|
||||||
--with-kerneldir=$(kernel_path) \
|
|
||||||
$DEBUG_CONFIG
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$MAKEINSTALL -C tools
|
|
@ -1,62 +0,0 @@
|
|||||||
#
|
|
||||||
# contributed by Bernardo Santos
|
|
||||||
#
|
|
||||||
# brand: Gradiente
|
|
||||||
# model: D-10
|
|
||||||
# supported devices: Remote control for gradiente's D-10 DVD player.
|
|
||||||
#
|
|
||||||
# Automatic generation didn`t work well so I had to
|
|
||||||
# figure out the protocol myself. It is similar to the one
|
|
||||||
# on the generic RECS80.conf config file.
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name D-10
|
|
||||||
bits 11
|
|
||||||
flags SPACE_ENC
|
|
||||||
eps 25
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 270 7310
|
|
||||||
zero 270 4800
|
|
||||||
ptrail 270
|
|
||||||
toggle_bit 2
|
|
||||||
gap 49000
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
POWER 0x000000000000075E
|
|
||||||
EJECT 0x0000000000000766
|
|
||||||
ANGLE 0x000000000000076E
|
|
||||||
INDEX 0x000000000000075A
|
|
||||||
A-B 0x000000000000075F
|
|
||||||
MUTE 0x0000000000000758
|
|
||||||
1 0x0000000000000775
|
|
||||||
2 0x000000000000076D
|
|
||||||
3 0x0000000000000765
|
|
||||||
4 0x000000000000075D
|
|
||||||
5 0x0000000000000774
|
|
||||||
6 0x000000000000076C
|
|
||||||
7 0x0000000000000764
|
|
||||||
8 0x000000000000075C
|
|
||||||
9 0x0000000000000773
|
|
||||||
0 0x000000000000076B
|
|
||||||
MENU 0x0000000000000767
|
|
||||||
TITLE 0x0000000000000776
|
|
||||||
SUBTITLE 0x0000000000000763
|
|
||||||
AUDIO 0x0000000000000760
|
|
||||||
PAUSE 0x0000000000000759
|
|
||||||
ACTIVE_MENU 0x000000000000076F
|
|
||||||
EXIT 0x0000000000000770
|
|
||||||
UP_FW 0x0000000000000768
|
|
||||||
LEFT_RW 0x0000000000000771
|
|
||||||
OK_PLAY 0x0000000000000769
|
|
||||||
RIGHT_FW 0x0000000000000761
|
|
||||||
DOWN_RW 0x000000000000076A
|
|
||||||
STOP 0x0000000000000762
|
|
||||||
SKIP_BACK 0x0000000000000777
|
|
||||||
SKIP_FORWARD 0x0000000000000772
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,70 +0,0 @@
|
|||||||
|
|
||||||
# Please make this file available to others
|
|
||||||
# by sending it to <lirc@bartelmus.de>
|
|
||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.6.6(irman) on Fri May 14 17:48:53 2004
|
|
||||||
#
|
|
||||||
# contributed by bufa <bufans@yahoo.com>
|
|
||||||
#
|
|
||||||
# brand: LG
|
|
||||||
# model no. of remote control:
|
|
||||||
# devices being controlled by this remote:
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name LG
|
|
||||||
bits 16
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 0 0
|
|
||||||
zero 0 0
|
|
||||||
pre_data_bits 16
|
|
||||||
pre_data 0xFFFF
|
|
||||||
post_data_bits 32
|
|
||||||
post_data 0x0
|
|
||||||
gap 25000
|
|
||||||
min_repeat 2
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
power 0x000000000000FE60
|
|
||||||
mute 0x000000000000FE40
|
|
||||||
1 0x000000000000FFC0
|
|
||||||
2 0x000000000000FFA0
|
|
||||||
3 0x000000000000FF80
|
|
||||||
4 0x000000000000FF60
|
|
||||||
5 0x000000000000FF40
|
|
||||||
6 0x000000000000FF20
|
|
||||||
7 0x000000000000FF00
|
|
||||||
8 0x000000000000FEE0
|
|
||||||
9 0x000000000000FEC0
|
|
||||||
menu 0x000000000000F880
|
|
||||||
0 0x000000000000FFE0
|
|
||||||
tv 0x000000000000F8E0
|
|
||||||
red 0x000000000000F900
|
|
||||||
green 0x000000000000F920
|
|
||||||
yellow 0x000000000000F9A0
|
|
||||||
blue 0x000000000000F960
|
|
||||||
vol+ 0x000000000000FDE0
|
|
||||||
vol- 0x000000000000FDC0
|
|
||||||
pr+ 0x000000000000FBE0
|
|
||||||
pr- 0x000000000000FBC0
|
|
||||||
ok 0x000000000000FB40
|
|
||||||
text 0x000000000000F860
|
|
||||||
size 0x000000000000FA80
|
|
||||||
hold 0x000000000000FAC0
|
|
||||||
sleep 0x000000000000F820
|
|
||||||
update 0x000000000000FA40
|
|
||||||
time 0x000000000000FAA0
|
|
||||||
reveal 0x000000000000FA60
|
|
||||||
psm 0x000000000000FE20
|
|
||||||
ssm 0x000000000000FD20
|
|
||||||
picture 0x000000000000FD80
|
|
||||||
sound 0x000000000000FB60
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=default
|
|
||||||
LIRC_DEVICE=/dev/lirc
|
|
||||||
LIRC_MODULES="lirc_atiusb"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Please make this file available to others
|
|
||||||
# by sending it to <lirc@bartelmus.de>
|
|
||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.8.0(atiusb) on Mon Apr 7 15:25:36 2008
|
|
||||||
#
|
|
||||||
# contributed by Laurent Peltier <moviebox@free.fr>
|
|
||||||
#
|
|
||||||
# brand: X10
|
|
||||||
# model no. of remote control: RF MCE Remote Control - Model N° OR22V
|
|
||||||
# devices being controlled by this remote: USB Receiver
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name RF_MCE_Remote_Control
|
|
||||||
bits 16
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 0 0
|
|
||||||
zero 0 0
|
|
||||||
pre_data_bits 8
|
|
||||||
pre_data 0x14
|
|
||||||
post_data_bits 16
|
|
||||||
post_data 0x0
|
|
||||||
gap 227995
|
|
||||||
toggle_bit_mask 0x80800000
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
KEY_POWER 0xD702
|
|
||||||
KEY_RED 0x87B2
|
|
||||||
KEY_YELLOW 0x0934
|
|
||||||
KEY_GREEN 0x88B3
|
|
||||||
KEY_TEXT 0x6B96
|
|
||||||
KEY_BLUE 0x0A35
|
|
||||||
KEY_BACK 0xF520
|
|
||||||
KEY_INFO 0x84AF
|
|
||||||
KEY_UP 0xEF1A
|
|
||||||
KEY_LEFT 0x729D
|
|
||||||
KEY_OK 0xF31E
|
|
||||||
KEY_RIGHT 0xF41F
|
|
||||||
KEY_DOWN 0x77A2
|
|
||||||
KEY_TIMESHIFTING 0x6D98
|
|
||||||
KEY_EPG 0x0631
|
|
||||||
KEY_DVDMENU 0xD904
|
|
||||||
KEY_LIVETV 0x719C
|
|
||||||
KEY_VOLUMEUP 0xDE09
|
|
||||||
KEY_WINDOWS 0x709B
|
|
||||||
KEY_CHANNELUP 0xE00B
|
|
||||||
KEY_VOLUMEDOWN 0x5D88
|
|
||||||
KEY_CHANNELDOWN 0x618C
|
|
||||||
KEY_MUTE 0xD500
|
|
||||||
KEY_PREVIOUS 0x76A1
|
|
||||||
KEY_NEXT 0xF823
|
|
||||||
KEY_REWIND 0x79A4
|
|
||||||
KEY_PLAY 0xFA25
|
|
||||||
KEY_FASTFORWARD 0x7BA6
|
|
||||||
KEY_RECORD 0xFC27
|
|
||||||
KEY_STOP 0x7DA8
|
|
||||||
KEY_PAUSE 0xFE29
|
|
||||||
KEY_1 0x628D
|
|
||||||
KEY_2 0xE30E
|
|
||||||
KEY_3 0x648F
|
|
||||||
KEY_4 0xE510
|
|
||||||
KEY_5 0x6691
|
|
||||||
KEY_6 0xE712
|
|
||||||
KEY_7 0x6893
|
|
||||||
KEY_8 0xE914
|
|
||||||
KEY_9 0x6A95
|
|
||||||
KEY_* 0x8CB7
|
|
||||||
KEY_0 0xEC17
|
|
||||||
KEY_# 0x0D38
|
|
||||||
KEY_CLEAR 0x85B0
|
|
||||||
KEY_ENTER 0x0B36
|
|
||||||
end codes
|
|
||||||
end remote
|
|
@ -1,90 +0,0 @@
|
|||||||
|
|
||||||
# Please make this file available to others
|
|
||||||
# by sending it to <lirc@bartelmus.de>
|
|
||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.8.0(atiusb) on Sat Oct 21 14:49:15 2006
|
|
||||||
#
|
|
||||||
# contributed by Michail Pappas
|
|
||||||
#
|
|
||||||
# brand: Medion (X10 OEM'd) bundled remote
|
|
||||||
# lirc kernel module: lirc_atiusb
|
|
||||||
# Geexbox receiver: atiusb
|
|
||||||
# model no. of remote control: P/N 20017670
|
|
||||||
# devices being controlled by this remote: FCC ID: B4S20016398
|
|
||||||
# Receiver needed: lirc_atiusb
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name Medion-X10
|
|
||||||
bits 16
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 0 0
|
|
||||||
zero 0 0
|
|
||||||
pre_data_bits 8
|
|
||||||
pre_data 0x14
|
|
||||||
post_data_bits 16
|
|
||||||
post_data 0x0
|
|
||||||
gap 219969
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
tv 0x012C
|
|
||||||
vcr 0x022D
|
|
||||||
dvd 0xD904
|
|
||||||
music 0xDB06
|
|
||||||
radio 0x032E
|
|
||||||
photo 0xDA05
|
|
||||||
tv_preview 0x042F
|
|
||||||
channel_list 0x0530
|
|
||||||
setup 0xF01B
|
|
||||||
video_desktop 0x0631
|
|
||||||
chan-up 0xE00B
|
|
||||||
chan-down 0xE10C
|
|
||||||
vol-up 0xDE09
|
|
||||||
vol-down 0xDD08
|
|
||||||
mute 0xD500
|
|
||||||
red 0x0732
|
|
||||||
green 0x0833
|
|
||||||
yellow 0x0934
|
|
||||||
blue 0x0A35
|
|
||||||
txt 0xEB16
|
|
||||||
1 0xE20D
|
|
||||||
2 0xE30E
|
|
||||||
3 0xE40F
|
|
||||||
4 0xE510
|
|
||||||
5 0xE611
|
|
||||||
6 0xE712
|
|
||||||
7 0xE813
|
|
||||||
8 0xE914
|
|
||||||
9 0xEA15
|
|
||||||
0 0xEC17
|
|
||||||
ch_search 0xF11C
|
|
||||||
delete 0xF520
|
|
||||||
rename 0x0B36
|
|
||||||
snapshot 0xED18
|
|
||||||
up 0xEF1A
|
|
||||||
down 0xF722
|
|
||||||
left 0xF21D
|
|
||||||
right 0xF41F
|
|
||||||
ok 0xF31E
|
|
||||||
acquire_image 0x0C37
|
|
||||||
edit_image 0x0D38
|
|
||||||
rewind 0xF924
|
|
||||||
play 0xFA25
|
|
||||||
fast_forward 0xFB26
|
|
||||||
rec 0xFC27
|
|
||||||
stop 0xFD28
|
|
||||||
pause 0xFE29
|
|
||||||
previous 0xF621
|
|
||||||
fullscreen 0x0E39
|
|
||||||
next 0xF823
|
|
||||||
dvd_menu 0xEE19
|
|
||||||
dvd_audio 0x0F3A
|
|
||||||
power 0xD702
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,69 +0,0 @@
|
|||||||
#
|
|
||||||
# this config file was NOT automatically generated.
|
|
||||||
# it was made using lirc-0.5.5pre8 on Sat Jun 12 1999
|
|
||||||
#
|
|
||||||
# contributed by Luis Sousa <lsousa@cc.isel.pt>
|
|
||||||
#
|
|
||||||
# brand: SONY
|
|
||||||
# model: RM-S6
|
|
||||||
# supported devices: this remote has the basic functions for
|
|
||||||
# almost all Sony HiFi Sytems
|
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name RM-S6
|
|
||||||
bits 12
|
|
||||||
flags SPACE_ENC
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
header 2500 590
|
|
||||||
one 1210 590
|
|
||||||
zero 610 590
|
|
||||||
ptrail 0
|
|
||||||
plead 0
|
|
||||||
foot 0 0
|
|
||||||
repeat 0 0
|
|
||||||
pre_data_bits 0
|
|
||||||
pre_data 0
|
|
||||||
post_data_bits 0
|
|
||||||
post_data 0
|
|
||||||
pre 0 0
|
|
||||||
post 0 0
|
|
||||||
gap 25000
|
|
||||||
repeat_bit 0
|
|
||||||
min_repeat 2
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
|
|
||||||
SLEEP 0x0000000000000061
|
|
||||||
AMP_POWER 0x0000000000000A81
|
|
||||||
|
|
||||||
CD 0x0000000000000A41
|
|
||||||
|
|
||||||
CD_PLAY 0x00000000000004D1
|
|
||||||
CD_PAUSE 0x00000000000009D1
|
|
||||||
CD_STOP 0x00000000000001D1
|
|
||||||
CD_EJECT 0x0000000000000691
|
|
||||||
CD_PREV_TRACK 0x00000000000000D1
|
|
||||||
CD_NEXT_TRACK 0x00000000000008D1
|
|
||||||
|
|
||||||
TAPE 0x0000000000000C41
|
|
||||||
|
|
||||||
PHONO 0x0000000000000041
|
|
||||||
|
|
||||||
VIDEO/AUX 0x0000000000000441
|
|
||||||
|
|
||||||
TUNER 0x0000000000000841
|
|
||||||
TUNER_SHIFT 0x0000000000000CD6
|
|
||||||
TUNER_PRESET_- 0x0000000000000896
|
|
||||||
TUNER_PRESET_+ 0x0000000000000096
|
|
||||||
|
|
||||||
AMP_VOL_UP 0x0000000000000481
|
|
||||||
AMP_VOL_DOWN 0x0000000000000C81
|
|
||||||
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,84 +0,0 @@
|
|||||||
#
|
|
||||||
# This config file has been automatically converted from a device file
|
|
||||||
# found in the 06/26/00 release of the Windows Slink-e software
|
|
||||||
# package.
|
|
||||||
#
|
|
||||||
# Many thanks to Colby Boles of Nirvis Systems Inc. for allowing us to
|
|
||||||
# use these files.
|
|
||||||
#
|
|
||||||
# The original filename was: "yamaha rx-v850 rs rx-v850 receiver_amp.cde"
|
|
||||||
#
|
|
||||||
# The original description for this device was:
|
|
||||||
#
|
|
||||||
# yamaha rx-v850 rs rx-v850 receiver/amp
|
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name RX-V850
|
|
||||||
bits 32
|
|
||||||
flags SPACE_ENC
|
|
||||||
eps 20
|
|
||||||
aeps 200
|
|
||||||
|
|
||||||
header 8800 4400
|
|
||||||
one 550 1650
|
|
||||||
zero 550 550
|
|
||||||
ptrail 550
|
|
||||||
repeat 8800 2200
|
|
||||||
gap 38500
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
frequency 38000
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
POWER 0x000000005EA1F807
|
|
||||||
PHONO 0x000000005EA128D7
|
|
||||||
CD 0x000000005EA1A857
|
|
||||||
TUNER 0x000000005EA16897
|
|
||||||
TAPE_1/DAT 0x000000005EA19867
|
|
||||||
TAPE_2/VCR_2 0x000000005EA118E7
|
|
||||||
LD_V 0x000000005EA1E817
|
|
||||||
VCR_1 0x000000005EA1F00F
|
|
||||||
CD_PLAY 0x000000005EA110EF
|
|
||||||
CD_PAUSE/STOP 0x000000005EA1906F
|
|
||||||
CD_SEARCH_FWD 0x000000005EA130CF
|
|
||||||
CD_SEARCH_REV 0x000000005EA1B04F
|
|
||||||
CD_SKIP_FWD 0x000000005EA150AF
|
|
||||||
CD_SKIP_REV 0x000000005EA1D02F
|
|
||||||
CD_DISK_SKIP 0x000000005EA1F20D
|
|
||||||
TAPE_PLAY 0x000000005EA100FF
|
|
||||||
TAPE_STOP 0x000000005EA1C03F
|
|
||||||
TAPE_FFWD 0x000000005EA140BF
|
|
||||||
TAPE_REWIND 0x000000005EA1807F
|
|
||||||
TAPE_REC/PAUSE 0x000000005EA120DF
|
|
||||||
TAPE_REC_MUTE 0x000000005EA1A05F
|
|
||||||
TAPE_DECK_A/B 0x000000005EA1609F
|
|
||||||
TAPE_DIR_A 0x000000005EA1E01F
|
|
||||||
TAPE_DIR_B 0x000000005EA102FD
|
|
||||||
TUNER_+ 0x000000005EA108F7
|
|
||||||
TUNER_A/B/C/D/E 0x000000005EA148B7
|
|
||||||
DSP_TEST 0x000000005EA1A15E
|
|
||||||
DSP_CENTRE_MODE 0x000000005EA121DE
|
|
||||||
DSP_PRO_LOGIC 0x000000005EA111EE
|
|
||||||
DSP_PRO_LOGIC_ENH. 0x000000005EA1916E
|
|
||||||
DSP_CNCT_VIDEO 0x000000005EA151AE
|
|
||||||
DSP_MONO_MOVIE 0x000000005EA1D12E
|
|
||||||
DSP_ROCK 0x000000005EA131CE
|
|
||||||
DSP_HALL 0x000000005EA1B14E
|
|
||||||
DSP_EFFECT_ON/OFF 0x000000005EA16A95
|
|
||||||
FRONT_LEVEL_+ 0x000000005EA101FE
|
|
||||||
FRONT_LEVEL_- 0x000000005EA1817E
|
|
||||||
CENTRE_LEVEL_+ 0x000000005EA141BE
|
|
||||||
CENTRE_LEVEL_- 0x000000005EA1C13E
|
|
||||||
REAR_LEVEL_+ 0x000000005EA17A85
|
|
||||||
REAR_LEVEL_- 0x000000005EA1FA05
|
|
||||||
DELAY_TIME_+ 0x000000005EA14AB5
|
|
||||||
DELAY_TIME_- 0x000000005EA1CA35
|
|
||||||
MUTING 0x000000005EA138C7
|
|
||||||
VOLUME_UP 0x000000005EA158A7
|
|
||||||
VOLUME_DOWN 0x000000005EA1D827
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,50 +0,0 @@
|
|||||||
begin remote
|
|
||||||
|
|
||||||
name Toshiba_RM1500
|
|
||||||
bits 8
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 0 0
|
|
||||||
zero 0 0
|
|
||||||
gap 315937
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
power 0x9E
|
|
||||||
key1 0x74
|
|
||||||
key2 0x70
|
|
||||||
key3 0x6F
|
|
||||||
key4 0x75
|
|
||||||
key5 0x7B
|
|
||||||
key6 0x87
|
|
||||||
key7 0x76
|
|
||||||
key8 0x7C
|
|
||||||
key9 0x88
|
|
||||||
key0 0x7F
|
|
||||||
CMSS 0x8E
|
|
||||||
EAX 0x73
|
|
||||||
mute 0x91
|
|
||||||
vol- 0x9C
|
|
||||||
vol+ 0x9D
|
|
||||||
up 0x84
|
|
||||||
down 0x72
|
|
||||||
left 0x78
|
|
||||||
right 0x8A
|
|
||||||
ok 0x7E
|
|
||||||
return 0x71
|
|
||||||
start 0x77
|
|
||||||
cancel 0x83
|
|
||||||
record 0x8C
|
|
||||||
options 0x7D
|
|
||||||
display 0x89
|
|
||||||
previous 0x80
|
|
||||||
playpause 0x86
|
|
||||||
next 0x85
|
|
||||||
slow 0x82
|
|
||||||
stop 0x7A
|
|
||||||
step 0x81
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=alsa_usb
|
|
||||||
LIRC_DEVICE=hw:SB0500
|
|
||||||
LIRC_MODULES=""
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=default
|
|
||||||
LIRC_DEVICE=/dev/lirc
|
|
||||||
LIRC_MODULES="lirc_serial type=3"
|
|
@ -1,197 +0,0 @@
|
|||||||
|
|
||||||
#
|
|
||||||
# This is a space encoded remote control from AnimaX.
|
|
||||||
# You need at least lirc-0.5.4 to use this config file
|
|
||||||
#
|
|
||||||
# contributed by Karsten Scheibler <karsten.scheibler@student.uni-halle.de>
|
|
||||||
#
|
|
||||||
# brand: AnimaX
|
|
||||||
# model: Anir Remote Control
|
|
||||||
# supported devices: This remote control comes with some TV Tuner cards from
|
|
||||||
# Hauppauge.
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name ANIMAX
|
|
||||||
bits 16
|
|
||||||
flags SPACE_ENC|REVERSE
|
|
||||||
eps 20
|
|
||||||
aeps 0
|
|
||||||
|
|
||||||
header 4500 4500
|
|
||||||
one 562 1682
|
|
||||||
zero 562 562
|
|
||||||
ptrail 562
|
|
||||||
plead 0
|
|
||||||
foot 0 0
|
|
||||||
repeat 2500 2500
|
|
||||||
pre_data_bits 8
|
|
||||||
pre_data 0xF0
|
|
||||||
post_data_bits 0
|
|
||||||
post_data 0x0
|
|
||||||
pre 0 0
|
|
||||||
post 0 0
|
|
||||||
gap 12937
|
|
||||||
repeat_gap 102937
|
|
||||||
repeat_bit 0
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
CD_DOWN 0x000000000000DB24
|
|
||||||
CD_UP 0x0000000000005BA4
|
|
||||||
TV_DOWN 0x000000000000DC23
|
|
||||||
TV_UP 0x0000000000005CA3
|
|
||||||
PHONE_DOWN 0x000000000000DD22
|
|
||||||
PHONE_UP 0x0000000000005DA2
|
|
||||||
RADIO_DOWN 0x000000000000DE21
|
|
||||||
RADIO_UP 0x0000000000005EA1
|
|
||||||
VIDEO_DOWN 0x000000000000DF20
|
|
||||||
VIDEO_UP 0x0000000000005FA0
|
|
||||||
AUX1_DOWN 0x000000000000E01F
|
|
||||||
AUX1_UP 0x000000000000609F
|
|
||||||
MAIL_DOWN 0x000000000000E11E
|
|
||||||
MAIL_UP 0x000000000000619E
|
|
||||||
AUX2_DOWN 0x000000000000E21D
|
|
||||||
AUX2_UP 0x000000000000629D
|
|
||||||
POWER_DOWN 0x000000000000E31C
|
|
||||||
POWER_UP 0x000000000000639C
|
|
||||||
LEFT_MOUSE_BUTTON_TOUCH_DOWN 0x000000000000E41B
|
|
||||||
LEFT_MOUSE_BUTTON_TOUCH_UP 0x000000000000649B
|
|
||||||
REWIND_DOWN 0x000000000000E51A
|
|
||||||
REWIND_UP 0x000000000000659A
|
|
||||||
PLAY_DOWN 0x000000000000E619
|
|
||||||
PLAY_UP 0x0000000000006699
|
|
||||||
FORWARD_DOWN 0x000000000000E718
|
|
||||||
FORWARD_UP 0x0000000000006798
|
|
||||||
SKIP_BACKWARD_DOWN 0x000000000000E817
|
|
||||||
SKIP_BACKWARD 0x0000000000006897
|
|
||||||
STOP_DOWN 0x000000000000E916
|
|
||||||
STOP_UP 0x0000000000006996
|
|
||||||
SKIP_FORWARD_DOWN 0x000000000000EA15
|
|
||||||
SKIP_FORWARD_UP 0x0000000000006A95
|
|
||||||
CHANNEL_UP_DOWN 0x000000000000EB14
|
|
||||||
CHANNEL_UP_UP 0x0000000000006B94
|
|
||||||
MENU_DOWN 0x000000000000EC13
|
|
||||||
MENU_UP 0x0000000000006C93
|
|
||||||
VOLUME_UP_DOWN 0x000000000000ED12
|
|
||||||
VOLUME_UP_UP 0x0000000000006D92
|
|
||||||
BLUE_BUTTON_DOWN 0x000000000000EE11
|
|
||||||
BLUE_BUTTON_UP 0x0000000000006E91
|
|
||||||
MUTE_DOWN 0x000000000000EF10
|
|
||||||
MUTE_UP 0x0000000000006F90
|
|
||||||
VOLUME_DOWN_DOWN 0x000000000000F00F
|
|
||||||
VOLUME_DOWN_UP 0x000000000000708F
|
|
||||||
RED_BUTTON_DOWN 0x000000000000F10E
|
|
||||||
RED_BUTTON_UP 0x000000000000718E
|
|
||||||
GREEN_BUTTON_DOWN 0x000000000000F20D
|
|
||||||
GREEN_BUTTON_UP 0x000000000000728D
|
|
||||||
CHANNEL_DOWN_DOWN 0x000000000000F30C
|
|
||||||
CHANNEL_DOWN_UP 0x000000000000738C
|
|
||||||
1_DOWN 0x000000000000F40B
|
|
||||||
1_UP 0x000000000000748B
|
|
||||||
2_DOWN 0x000000000000F50A
|
|
||||||
2_UP 0x000000000000758A
|
|
||||||
3_DOWN 0x000000000000F609
|
|
||||||
3_UP 0x0000000000007689
|
|
||||||
4_DOWN 0x000000000000F708
|
|
||||||
4_UP 0x0000000000007788
|
|
||||||
5_DOWN 0x000000000000F807
|
|
||||||
5_UP 0x0000000000007887
|
|
||||||
6_DOWN 0x000000000000F906
|
|
||||||
6_UP 0x0000000000007986
|
|
||||||
7_DOWN 0x000000000000FA05
|
|
||||||
7_UP 0x0000000000007A85
|
|
||||||
8_DOWN 0x000000000000FB04
|
|
||||||
8_UP 0x0000000000007B84
|
|
||||||
9_DOWN 0x000000000000FC03
|
|
||||||
9_UP 0x0000000000007C83
|
|
||||||
SLASH_DOWN 0x000000000000FD02
|
|
||||||
SLASH_UP 0x0000000000007D82
|
|
||||||
0_DOWN 0x000000000000FE01
|
|
||||||
0_UP 0x0000000000007E81
|
|
||||||
MINUS_DOWN 0x000000000000FF00
|
|
||||||
MINUS_UP 0x0000000000007F80
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
||||||
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name ANIMAX_MOUSE_BUTTONS
|
|
||||||
bits 16
|
|
||||||
flags SPACE_ENC|REVERSE
|
|
||||||
eps 20
|
|
||||||
aeps 0
|
|
||||||
|
|
||||||
header 4500 4500
|
|
||||||
one 562 1682
|
|
||||||
zero 562 562
|
|
||||||
ptrail 562
|
|
||||||
plead 0
|
|
||||||
foot 0 0
|
|
||||||
repeat 0 0
|
|
||||||
pre_data_bits 8
|
|
||||||
pre_data 0xF0
|
|
||||||
post_data_bits 0
|
|
||||||
post_data 0x0
|
|
||||||
pre 0 0
|
|
||||||
post 0 0
|
|
||||||
gap 12937
|
|
||||||
repeat_bit 0
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
RIGHT_MOUSE_BUTTON_DOWN 0x000000000000C639
|
|
||||||
RIGHT_MOUSE_BUTTON_UP 0x00000000000046B9
|
|
||||||
LEFT_MOUSE_BUTTON_DOWN 0x000000000000CE31
|
|
||||||
LEFT_MOUSE_BUTTON_UP 0x0000000000004EB1
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
||||||
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name ANIMAX_MOUSE_PAD
|
|
||||||
bits 16
|
|
||||||
flags SPACE_ENC|REVERSE
|
|
||||||
eps 20
|
|
||||||
aeps 0
|
|
||||||
|
|
||||||
header 4500 4500
|
|
||||||
one 562 1682
|
|
||||||
zero 562 562
|
|
||||||
ptrail 562
|
|
||||||
plead 0
|
|
||||||
foot 0 0
|
|
||||||
repeat 2500 2500
|
|
||||||
pre_data_bits 8
|
|
||||||
pre_data 0xF0
|
|
||||||
post_data_bits 0
|
|
||||||
post_data 0x0
|
|
||||||
pre 0 0
|
|
||||||
post 0 0
|
|
||||||
gap 12937
|
|
||||||
repeat_gap 8437
|
|
||||||
repeat_bit 0
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
MOUSE_NNW 0x000000000000906F
|
|
||||||
MOUSE_NW 0x000000000000D02F
|
|
||||||
MOUSE_NWW 0x000000000000916E
|
|
||||||
MOUSE_W 0x000000000000D12E
|
|
||||||
MOUSE_SWW 0x000000000000926D
|
|
||||||
MOUSE_SW 0x000000000000D22D
|
|
||||||
MOUSE_SSW 0x000000000000936C
|
|
||||||
MOUSE_S 0x000000000000D32C
|
|
||||||
MOUSE_SSE 0x000000000000946B
|
|
||||||
MOUSE_SE 0x000000000000D42B
|
|
||||||
MOUSE_SEE 0x000000000000956A
|
|
||||||
MOUSE_E 0x000000000000D52A
|
|
||||||
MOUSE_NEE 0x0000000000009669
|
|
||||||
MOUSE_NE 0x000000000000D629
|
|
||||||
MOUSE_NNE 0x0000000000009768
|
|
||||||
MOUSE_N 0x000000000000D728
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=default
|
|
||||||
LIRC_DEVICE=/dev/lirc
|
|
||||||
LIRC_MODULES="videodev|bttv card=38|lirc_dev|lirc_gpio"
|
|
@ -1,70 +0,0 @@
|
|||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.6.0 on Thu Apr 27 12:27:04 2000
|
|
||||||
#
|
|
||||||
# contributed by Claas Langbehn <claas@bigfoot.com>
|
|
||||||
# Please read the documentation, faq etc.
|
|
||||||
# before sending me mails.
|
|
||||||
#
|
|
||||||
# brand: ASKEY
|
|
||||||
# model: AS-218 / AS-220
|
|
||||||
# supported devices: ASKEY MagicTV
|
|
||||||
#
|
|
||||||
# comment: repeated keys are recognized, now.
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name AS-218
|
|
||||||
bits 16
|
|
||||||
flags SPACE_ENC|CONST_LENGTH
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
header 9087 4424
|
|
||||||
one 629 1617
|
|
||||||
zero 629 495
|
|
||||||
ptrail 632
|
|
||||||
repeat 9088 2182
|
|
||||||
pre_data_bits 16
|
|
||||||
pre_data 0x61D6
|
|
||||||
gap 107905
|
|
||||||
repeat_bit 0
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
0 0x00000000000000FF
|
|
||||||
1 0x000000000000807F
|
|
||||||
2 0x00000000000040BF
|
|
||||||
3 0x000000000000C03F
|
|
||||||
4 0x00000000000020DF
|
|
||||||
5 0x000000000000A05F
|
|
||||||
6 0x000000000000609F
|
|
||||||
7 0x000000000000E01F
|
|
||||||
8 0x00000000000010EF
|
|
||||||
9 0x000000000000906F
|
|
||||||
LOOP 0x00000000000050AF
|
|
||||||
# unused
|
|
||||||
FINE_UP(PLUS) 0x00000000000030CF
|
|
||||||
ZOOM 0x000000000000B04F
|
|
||||||
RECORD 0x000000000000708F
|
|
||||||
PREVIEW 0x000000000000F00F
|
|
||||||
|
|
||||||
SCAN 0x00000000000008F7
|
|
||||||
VIDEO 0x0000000000008877
|
|
||||||
POWER 0x00000000000048B7
|
|
||||||
MUTE 0x000000000000C837
|
|
||||||
COLOR 0x00000000000028D7
|
|
||||||
#unused
|
|
||||||
FREEZE 0x0000000000006897
|
|
||||||
100 0x000000000000E817
|
|
||||||
FINE_DOWN(MINUS) 0x00000000000018E7
|
|
||||||
PLAY 0x0000000000009867
|
|
||||||
CH_UP 0x00000000000058A7
|
|
||||||
VOL_UP 0x000000000000D827
|
|
||||||
TV 0x00000000000038C7
|
|
||||||
STOP 0x000000000000B847
|
|
||||||
CH_DOWN 0x0000000000007887
|
|
||||||
VOL_DOWN 0x000000000000F807
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=default
|
|
||||||
LIRC_DEVICE=/dev/lirc
|
|
||||||
LIRC_MODULES="lirc_atiusb"
|
|
@ -1,89 +0,0 @@
|
|||||||
# Please make this file available to others
|
|
||||||
# by sending it to <lirc@bartelmus.de>
|
|
||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.8.0(atiusb) on Wed Oct 25 22:34:25 2006
|
|
||||||
#
|
|
||||||
# contributed by Michail Pappas <michail DOT pappas a t gmail DOT com>
|
|
||||||
#
|
|
||||||
# brand: atiusb
|
|
||||||
# model no. of remote control: 5000015900A
|
|
||||||
# 5000023600
|
|
||||||
# probably 5000022000
|
|
||||||
# devices being controlled by this remote: ATI USB Receiver (X10)
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name atiusb
|
|
||||||
bits 16
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 0 0
|
|
||||||
zero 0 0
|
|
||||||
pre_data_bits 8
|
|
||||||
pre_data 0x14
|
|
||||||
post_data_bits 16
|
|
||||||
post_data 0x0
|
|
||||||
gap 235966
|
|
||||||
min_repeat 1
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
a 0xD500
|
|
||||||
b 0xD601
|
|
||||||
power 0xD702
|
|
||||||
tv 0xD803
|
|
||||||
dvd 0xD904
|
|
||||||
web 0xDA05
|
|
||||||
media_library 0xDB06
|
|
||||||
drag 0xDC07
|
|
||||||
mouse-button_left 0x4D78
|
|
||||||
mouse-button_right 0x517C
|
|
||||||
mouse-up 0x4772
|
|
||||||
mouse-down 0x4873
|
|
||||||
mouse-left 0x4570
|
|
||||||
mouse-right 0x4671
|
|
||||||
mouse-left_up 0x4974
|
|
||||||
mouse-right_up 0x4A75
|
|
||||||
mouse-left_down 0x4C77
|
|
||||||
mouse-right_down 0x4B76
|
|
||||||
vol-up 0xDD08
|
|
||||||
vol-down 0xDE09
|
|
||||||
mute 0xDF0A
|
|
||||||
chan-up 0xE00B
|
|
||||||
chan-down 0xE10C
|
|
||||||
1 0xE20D
|
|
||||||
2 0xE30E
|
|
||||||
3 0xE40F
|
|
||||||
4 0xE510
|
|
||||||
5 0xE611
|
|
||||||
6 0xE712
|
|
||||||
7 0xE813
|
|
||||||
8 0xE914
|
|
||||||
9 0xEA15
|
|
||||||
0 0xEC17
|
|
||||||
dvd-root_menu 0xEB16
|
|
||||||
launch_setup 0xED18
|
|
||||||
c 0xEE19
|
|
||||||
d 0xF01B
|
|
||||||
tv_on_demand 0xF11C
|
|
||||||
max_window 0xF520
|
|
||||||
cursor-up 0xEF1A
|
|
||||||
cursor-down 0xF722
|
|
||||||
cursor-left 0xF21D
|
|
||||||
cursor-right 0xF41F
|
|
||||||
ok 0xF31E
|
|
||||||
e 0xF621
|
|
||||||
f 0xF823
|
|
||||||
rewind 0xF924
|
|
||||||
play 0xFA25
|
|
||||||
fast_forward 0xFB26
|
|
||||||
record 0xFC27
|
|
||||||
stop 0xFD28
|
|
||||||
pause 0xFE29
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=default
|
|
||||||
LIRC_DEVICE=/dev/lirc
|
|
||||||
LIRC_MODULES="lirc_atiusb"
|
|
@ -1,86 +0,0 @@
|
|||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.7.0(atiusb) on Sat Feb 12 13:22:29 2005
|
|
||||||
#
|
|
||||||
# contributed by Steffen <starv-lirc@juniks.org>
|
|
||||||
#
|
|
||||||
# brand: ATI Sapphire Remote Bob II USB
|
|
||||||
# model no. of remote control: 5000024400
|
|
||||||
# devices being controlled by this remote: ASUS Digimatrix MythTV PVR
|
|
||||||
# modified for Geexbox by: JTS <jakethefake@jippii.fi>
|
|
||||||
# fixed by flynn <flynn@vtech.fr> 01/14/06
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name 5000024400
|
|
||||||
bits 16
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 0 0
|
|
||||||
zero 0 0
|
|
||||||
pre_data_bits 8
|
|
||||||
pre_data 0x0
|
|
||||||
post_data_bits 16
|
|
||||||
post_data 0x0
|
|
||||||
gap 299851
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
aux1 0x023F
|
|
||||||
aux2 0x023F
|
|
||||||
aux3 0x023F
|
|
||||||
aux4 0x023F
|
|
||||||
leftmouse 0x02A9
|
|
||||||
rightmouse 0x02AA
|
|
||||||
a 0x0278
|
|
||||||
b 0x0279
|
|
||||||
power 0x020C
|
|
||||||
dvd 0x0238
|
|
||||||
tv 0x0239
|
|
||||||
help 0x02BE
|
|
||||||
pc 0x023F
|
|
||||||
resize 0x02D5
|
|
||||||
hand 0x02D0
|
|
||||||
ati 0x028E
|
|
||||||
vol-up 0x0210
|
|
||||||
vol-down 0x0211
|
|
||||||
mute 0x020D
|
|
||||||
chan-up 0x0220
|
|
||||||
chan-down 0x0221
|
|
||||||
mouse-up 0x013F
|
|
||||||
mouse-down 0x013F
|
|
||||||
mouse-left 0x013F
|
|
||||||
mouse-right 0x013F
|
|
||||||
1 0x0201
|
|
||||||
2 0x0202
|
|
||||||
3 0x0203
|
|
||||||
4 0x0204
|
|
||||||
5 0x0205
|
|
||||||
6 0x0206
|
|
||||||
7 0x0207
|
|
||||||
8 0x0208
|
|
||||||
9 0x0209
|
|
||||||
0 0x0200
|
|
||||||
max_window 0x0254
|
|
||||||
check 0x0282
|
|
||||||
info 0x02F9
|
|
||||||
timer 0x0296
|
|
||||||
cursor-up 0x0258
|
|
||||||
cursor-left 0x025A
|
|
||||||
cursor-right 0x025B
|
|
||||||
cursor-down 0x0259
|
|
||||||
ok 0x025C
|
|
||||||
c 0x027A
|
|
||||||
d 0x027B
|
|
||||||
play 0x022C
|
|
||||||
e 0x027C
|
|
||||||
f 0x027D
|
|
||||||
rewind 0x0229
|
|
||||||
record 0x0237
|
|
||||||
stop 0x0231
|
|
||||||
pause 0x0230
|
|
||||||
ffwd 0x0228
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=default
|
|
||||||
LIRC_DEVICE=/dev/lirc
|
|
||||||
LIRC_MODULES="bttv card=13|lirc_gpio"
|
|
@ -1,175 +0,0 @@
|
|||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.5.5 on Thu May 25 18:00:24 2000
|
|
||||||
#
|
|
||||||
# contributed by Michal Kochanowicz & Jesus Bravo Alvarez
|
|
||||||
#
|
|
||||||
# brand: AVerMedia
|
|
||||||
# model: ?
|
|
||||||
# supported devices: some TVCapture98 (ID 0x00021461) and
|
|
||||||
# some TVPhone98 (ID 0x00011461) cards
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name TVCapture98
|
|
||||||
bits 6
|
|
||||||
flags SPACE_ENC|CONST_LENGTH
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
header 9078 4437
|
|
||||||
one 615 1631
|
|
||||||
zero 615 515
|
|
||||||
ptrail 620
|
|
||||||
# pre_data_bits 16
|
|
||||||
# pre_data 0x40BF
|
|
||||||
repeat 9080 2189
|
|
||||||
gap 108056
|
|
||||||
repeat_bit 0
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
TV/FM 0x0000000000000023
|
|
||||||
CD 0x0000000000000022
|
|
||||||
# TELETEXT 0x000000000000C03F
|
|
||||||
POWER 0x0000000000000027
|
|
||||||
|
|
||||||
1 0x0000000000000018
|
|
||||||
2 0x0000000000000010
|
|
||||||
3 0x0000000000000008
|
|
||||||
VIDEO 0x0000000000000000
|
|
||||||
|
|
||||||
4 0x0000000000000019
|
|
||||||
5 0x0000000000000011
|
|
||||||
6 0x0000000000000009
|
|
||||||
AUDIO 0x0000000000000001
|
|
||||||
|
|
||||||
7 0x000000000000001A
|
|
||||||
8 0x0000000000000012
|
|
||||||
9 0x000000000000000A
|
|
||||||
FULLSCREEN 0x0000000000000002
|
|
||||||
|
|
||||||
0 0x000000000000001B
|
|
||||||
DISPLAY 0x0000000000000013
|
|
||||||
COLOR 0x000000000000000B
|
|
||||||
LOOP 0x0000000000000003
|
|
||||||
|
|
||||||
UNLABELED 0x000000000000001C
|
|
||||||
LEFT 0x0000000000000014
|
|
||||||
RIGHT 0x000000000000000C
|
|
||||||
PREVIEW 0x0000000000000004
|
|
||||||
|
|
||||||
AUTOSCAN 0x000000000000001D
|
|
||||||
FREEZE 0x0000000000000015
|
|
||||||
CAPTURE 0x000000000000000D
|
|
||||||
MUTE 0x0000000000000005
|
|
||||||
|
|
||||||
RED 0x000000000000001E
|
|
||||||
VOL_DOWN 0x0000000000000016
|
|
||||||
VOL_UP 0x000000000000000E
|
|
||||||
YELLOW 0x0000000000000006
|
|
||||||
|
|
||||||
GREEN 0x000000000000001F
|
|
||||||
CH_DOWN 0x0000000000000017
|
|
||||||
CH_UP 0x000000000000000F
|
|
||||||
BLUE 0x0000000000000007
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
||||||
|
|
||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.6.1 on Tue Apr 25 14:31:21 2000
|
|
||||||
#
|
|
||||||
# contributed by Christoph Bartelmus <lirc@bartelmus.de>
|
|
||||||
#
|
|
||||||
# brand: AVerMedia
|
|
||||||
# model: ? (36 buttons)
|
|
||||||
# supported devices: TVPhone98 card (ID 0x00031461)
|
|
||||||
# TVCapture98 card (ID 0x00041461)
|
|
||||||
#
|
|
||||||
# This config file does work with both homebrew receivers and
|
|
||||||
# original AVerMedia TV cards !!!
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name TVPhone98
|
|
||||||
bits 16
|
|
||||||
flags SPACE_ENC|CONST_LENGTH
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
header 9078 4437
|
|
||||||
one 615 1631
|
|
||||||
zero 615 515
|
|
||||||
ptrail 620
|
|
||||||
repeat 9080 2189
|
|
||||||
pre_data_bits 16
|
|
||||||
pre_data 0x40BF
|
|
||||||
gap 108056
|
|
||||||
repeat_bit 0
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
POWER 0x00000000000000FF
|
|
||||||
TV/FM 0x000000000000807F
|
|
||||||
CD 0x00000000000040BF
|
|
||||||
TELETEXT 0x000000000000C03F
|
|
||||||
VIDEO 0x00000000000020DF
|
|
||||||
1 0x000000000000A05F
|
|
||||||
2 0x000000000000609F
|
|
||||||
3 0x000000000000E01F
|
|
||||||
AUDIO 0x00000000000010EF
|
|
||||||
4 0x000000000000906F
|
|
||||||
5 0x00000000000050AF
|
|
||||||
6 0x000000000000D02F
|
|
||||||
FULLSCREEN 0x00000000000030CF
|
|
||||||
7 0x000000000000B04F
|
|
||||||
8 0x000000000000708F
|
|
||||||
9 0x000000000000F00F
|
|
||||||
|
|
||||||
PREVIEW 0x00000000000008F7
|
|
||||||
0 0x0000000000008877
|
|
||||||
DISPLAY 0x00000000000048B7
|
|
||||||
LOOP 0x000000000000C837
|
|
||||||
MUTE 0x00000000000028D7
|
|
||||||
AUTOSCAN 0x000000000000A857
|
|
||||||
FREEZE 0x0000000000006897
|
|
||||||
CAPTURE 0x000000000000E817
|
|
||||||
PLAY 0x00000000000018E7
|
|
||||||
RECORD 0x0000000000009867
|
|
||||||
PAUSE 0x00000000000058A7
|
|
||||||
STOP 0x000000000000D827
|
|
||||||
YELLOW 0x00000000000038C7
|
|
||||||
RED 0x000000000000B847
|
|
||||||
VOL_DOWN 0x0000000000007887
|
|
||||||
VOL_UP 0x000000000000F807
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name TVPhone98_ext
|
|
||||||
bits 16
|
|
||||||
flags SPACE_ENC|CONST_LENGTH
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
header 9078 4437
|
|
||||||
one 615 1631
|
|
||||||
zero 615 515
|
|
||||||
ptrail 620
|
|
||||||
repeat 9080 2189
|
|
||||||
pre_data_bits 16
|
|
||||||
pre_data 0xC03F
|
|
||||||
gap 108056
|
|
||||||
repeat_bit 0
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
BLUE 0x00000000000000FF
|
|
||||||
GREEN 0x000000000000807F
|
|
||||||
CH_DOWN 0x00000000000040BF
|
|
||||||
CH_UP 0x000000000000C03F
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,70 +0,0 @@
|
|||||||
#
|
|
||||||
# Please make this file available to others
|
|
||||||
# by sending it to <lirc@bartelmus.de>
|
|
||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.8.0(devinput) on Fri May 12 18:28:46 2006
|
|
||||||
#
|
|
||||||
# contributed by Laurent Peltier
|
|
||||||
#
|
|
||||||
# brand: Terratec
|
|
||||||
# model no. of remote control:
|
|
||||||
# devices being controlled by this remote: Cinergy 1400 DVB-T
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name Terratec
|
|
||||||
bits 16
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 0 0
|
|
||||||
zero 0 0
|
|
||||||
pre_data_bits 16
|
|
||||||
pre_data 0x8001
|
|
||||||
gap 135894
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
KEY_POWER 0x0074
|
|
||||||
KEY_1 0x0002
|
|
||||||
KEY_2 0x0003
|
|
||||||
KEY_3 0x0004
|
|
||||||
KEY_4 0x0005
|
|
||||||
KEY_5 0x0006
|
|
||||||
KEY_6 0x0007
|
|
||||||
KEY_7 0x0008
|
|
||||||
KEY_8 0x0009
|
|
||||||
KEY_9 0x000A
|
|
||||||
KEY_0 0x000B
|
|
||||||
KEY_VIDEO 0x0189
|
|
||||||
KEY_REFRESH 0x00AD
|
|
||||||
KEY_SELECT 0x0161
|
|
||||||
KEY_EPG 0x016D
|
|
||||||
KEY_UP 0x0067
|
|
||||||
KEY_LEFT 0x0069
|
|
||||||
KEY_OK 0x0160
|
|
||||||
KEY_RIGHT 0x006A
|
|
||||||
KEY_DOWN 0x006C
|
|
||||||
KEY_TEXT 0x0184
|
|
||||||
KEY_INFO 0x0166
|
|
||||||
KEY_RED 0x018E
|
|
||||||
KEY_GREEN 0x018F
|
|
||||||
KEY_YELLOW 0x0190
|
|
||||||
KEY_BLUE 0x0191
|
|
||||||
KEY_CHANNELUP 0x0192
|
|
||||||
KEY_VOLUMEUP 0x0073
|
|
||||||
KEY_MUTE 0x0071
|
|
||||||
KEY_VOLUMEDOWN 0x0072
|
|
||||||
KEY_CHANNELDOWN 0x0193
|
|
||||||
KEY_PAUSE 0x0077
|
|
||||||
KEY_PLAY 0x00CF
|
|
||||||
KEY_RECORD 0x00A7
|
|
||||||
KEY_PREVIOUS 0x019C
|
|
||||||
KEY_STOP 0x0080
|
|
||||||
KEY_NEXT 0x0197
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=creative
|
|
||||||
LIRC_DEVICE=/dev/ttyS0
|
|
||||||
LIRC_MODULES="8250|8250_pnp|8250_pci"
|
|
@ -1,56 +0,0 @@
|
|||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.6.3 on Sat Jan 6 11:38:33 2001
|
|
||||||
#
|
|
||||||
# contributed by Stephen White <stephen@earth.li>
|
|
||||||
#
|
|
||||||
# brand: Creative
|
|
||||||
# model: PC-DVD Remote
|
|
||||||
# supported devices: Creative-Infra-Receiver
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name CREATIVE_INFRA_DVD
|
|
||||||
bits 16
|
|
||||||
flags SPACE_ENC|CONST_LENGTH
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
header 9293 4302
|
|
||||||
one 771 1494
|
|
||||||
zero 771 358
|
|
||||||
ptrail 756
|
|
||||||
pre_data_bits 16
|
|
||||||
pre_data 0x8435
|
|
||||||
gap 108646
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
play 0x00000000000005FA
|
|
||||||
stop 0x00000000000016E9
|
|
||||||
pause 0x00000000000000FF
|
|
||||||
eject 0x00000000000002FD
|
|
||||||
last 0x00000000000017E8
|
|
||||||
rrev 0x00000000000004FB
|
|
||||||
ffwd 0x00000000000006F9
|
|
||||||
next 0x00000000000001FE
|
|
||||||
1 0x00000000000008F7
|
|
||||||
2 0x00000000000009F6
|
|
||||||
3 0x0000000000000AF5
|
|
||||||
shift 0x00000000000014EB
|
|
||||||
4 0x0000000000000CF3
|
|
||||||
5 0x0000000000000DF2
|
|
||||||
6 0x0000000000000EF1
|
|
||||||
mouse 0x00000000000007F8
|
|
||||||
7 0x00000000000010EF
|
|
||||||
8 0x00000000000011EE
|
|
||||||
9 0x00000000000012ED
|
|
||||||
vol+ 0x0000000000000FF0
|
|
||||||
start 0x00000000000003FC
|
|
||||||
0 0x00000000000015EA
|
|
||||||
mute 0x0000000000000BF4
|
|
||||||
vol- 0x00000000000013EC
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=dev/input
|
|
||||||
LIRC_DEVICE=/dev/input/ir
|
|
||||||
LIRC_MODULES="evdev"
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=default
|
|
||||||
LIRC_DEVICE=/dev/lirc
|
|
||||||
LIRC_MODULES="lirc_it87 digimatrix=1 it87_freq=36 irq=9"
|
|
@ -1,68 +0,0 @@
|
|||||||
|
|
||||||
# brand: Asus Digimatrix
|
|
||||||
# model no. of remote control: Model 1
|
|
||||||
# devices being controlled by this remote: Asus Digimatrix
|
|
||||||
# Contributed by: Members of the http://outertrack.com/digimatrix/ Forum
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name digi
|
|
||||||
bits 16
|
|
||||||
flags SPACE_ENC
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
header 8057 4071
|
|
||||||
one 479 1534
|
|
||||||
zero 479 531
|
|
||||||
ptrail 491
|
|
||||||
pre_data_bits 8
|
|
||||||
pre_data 0x35
|
|
||||||
gap 25647
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
up 0x000000000000E817
|
|
||||||
down 0x00000000000018E7
|
|
||||||
enter 0x000000000000D02F
|
|
||||||
left 0x0000000000009867
|
|
||||||
right 0x00000000000058A7
|
|
||||||
1 0x00000000000000FF
|
|
||||||
2 0x000000000000807F
|
|
||||||
3 0x00000000000040BF
|
|
||||||
4 0x000000000000C03F
|
|
||||||
5 0x00000000000020DF
|
|
||||||
6 0x000000000000A05F
|
|
||||||
7 0x000000000000609F
|
|
||||||
8 0x000000000000E01F
|
|
||||||
9 0x00000000000010EF
|
|
||||||
0 0x000000000000906F
|
|
||||||
music 0x000000000000B04F
|
|
||||||
dvd_vcd 0x000000000000F00F
|
|
||||||
tv 0x00000000000008F7
|
|
||||||
os_start 0x00000000000030CF
|
|
||||||
photo 0x00000000000048B7
|
|
||||||
home 0x00000000000044BB
|
|
||||||
back 0x000000000000A857
|
|
||||||
ch+ 0x000000000000B847
|
|
||||||
stop 0x000000000000946B
|
|
||||||
play 0x000000000000C43B
|
|
||||||
vol+ 0x000000000000F807
|
|
||||||
ch- 0x0000000000007887
|
|
||||||
step- 0x000000000000E41B
|
|
||||||
step+ 0x000000000000649B
|
|
||||||
vol- 0x00000000000004FB
|
|
||||||
pause 0x00000000000024DB
|
|
||||||
pre 0x00000000000014EB
|
|
||||||
next 0x000000000000A45B
|
|
||||||
mute 0x000000000000847B
|
|
||||||
rec 0x000000000000D42B
|
|
||||||
subtitle 0x000000000000C837
|
|
||||||
menu 0x00000000000038C7
|
|
||||||
dvd_audio 0x00000000000050AF
|
|
||||||
ui_size 0x0000000000008877
|
|
||||||
ui_on_off 0x00000000000028D7
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,66 +0,0 @@
|
|||||||
begin remote
|
|
||||||
|
|
||||||
name digi_mk2
|
|
||||||
bits 8
|
|
||||||
flags SPACE_ENC
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
header 2666 1378
|
|
||||||
one 260 741
|
|
||||||
zero 260 279
|
|
||||||
ptrail 251
|
|
||||||
pre_data_bits 1
|
|
||||||
pre_data 0x0
|
|
||||||
post_data_bits 8
|
|
||||||
post_data 0x3
|
|
||||||
gap 10826
|
|
||||||
min_repeat 1
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
power 0x0000000000000084
|
|
||||||
tv_dvr 0x0000000000000044
|
|
||||||
fm 0x00000000000000C4
|
|
||||||
os_start 0x0000000000000024
|
|
||||||
music 0x00000000000000A4
|
|
||||||
pictures 0x0000000000000064
|
|
||||||
video 0x00000000000000E4
|
|
||||||
dvd_menu 0x0000000000000014
|
|
||||||
up 0x000000000000004C
|
|
||||||
down 0x00000000000000E0
|
|
||||||
left 0x0000000000000010
|
|
||||||
right 0x0000000000000040
|
|
||||||
back 0x00000000000000B4
|
|
||||||
ok 0x0000000000000088
|
|
||||||
back_fwd 0x0000000000000074
|
|
||||||
rew 0x0000000000000094
|
|
||||||
play_pause 0x0000000000000054
|
|
||||||
fwd 0x00000000000000D4
|
|
||||||
step- 0x0000000000000098
|
|
||||||
stop 0x0000000000000048
|
|
||||||
step+ 0x0000000000000090
|
|
||||||
vol+ 0x0000000000000058
|
|
||||||
vol- 0x00000000000000D8
|
|
||||||
home 0x00000000000000C8
|
|
||||||
ch+ 0x0000000000000050
|
|
||||||
ch- 0x00000000000000D0
|
|
||||||
mute 0x0000000000000038
|
|
||||||
rec 0x0000000000000028
|
|
||||||
pc 0x0000000000000030
|
|
||||||
1 0x00000000000000B8
|
|
||||||
2 0x00000000000000A8
|
|
||||||
3 0x00000000000000B0
|
|
||||||
4 0x0000000000000078
|
|
||||||
5 0x0000000000000068
|
|
||||||
6 0x0000000000000070
|
|
||||||
7 0x00000000000000F8
|
|
||||||
8 0x00000000000000E8
|
|
||||||
9 0x00000000000000F0
|
|
||||||
0 0x0000000000000018
|
|
||||||
ui_size 0x0000000000000004
|
|
||||||
repeat 0x0000000000000008
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,2 +0,0 @@
|
|||||||
LIRC_DRIVER=dvico
|
|
||||||
LIRC_DEVICE=/dev/hiddev0
|
|
@ -1,62 +0,0 @@
|
|||||||
# contributed by Chris Pascoe
|
|
||||||
#
|
|
||||||
# brand: DVICO
|
|
||||||
# model no. of remote control: DVB-T
|
|
||||||
# devices being controlled by this remote:
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name DVICO
|
|
||||||
bits 32
|
|
||||||
eps 0
|
|
||||||
aeps 0
|
|
||||||
|
|
||||||
one 0 0
|
|
||||||
zero 0 0
|
|
||||||
pre_data_bits 32
|
|
||||||
pre_data 0x10046
|
|
||||||
gap 195755
|
|
||||||
post_data_bits 0
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
1 0x00000000000011F9
|
|
||||||
2 0x00000000000012F9
|
|
||||||
3 0x00000000000013F9
|
|
||||||
4 0x00000000000014F9
|
|
||||||
5 0x00000000000015F9
|
|
||||||
6 0x00000000000016F9
|
|
||||||
7 0x00000000000017F9
|
|
||||||
8 0x00000000000018F9
|
|
||||||
9 0x00000000000019F9
|
|
||||||
0 0x00000000000010F9
|
|
||||||
power 0x0000000000000AF9
|
|
||||||
pcoff 0x0000000000000CF9
|
|
||||||
camera 0x0000000000001AF9
|
|
||||||
record 0x0000000000001BF9
|
|
||||||
chup 0x00000000000000F9
|
|
||||||
chdown 0x00000000000001F9
|
|
||||||
volup 0x00000000000002F9
|
|
||||||
voldown 0x00000000000003F9
|
|
||||||
playpause 0x0000000000001FF9
|
|
||||||
rew 0x0000000000001CF9
|
|
||||||
stop 0x0000000000001EF9
|
|
||||||
ff 0x0000000000001DF9
|
|
||||||
folder 0x00000000000040F9
|
|
||||||
atvdtv 0x00000000000006F9
|
|
||||||
dvhs 0x00000000000041F9
|
|
||||||
menu 0x00000000000008F9
|
|
||||||
aspect 0x00000000000007F9
|
|
||||||
zoom 0x00000000000004F9
|
|
||||||
epg 0x0000000000000BF9
|
|
||||||
mute 0x0000000000000DF9
|
|
||||||
back 0x0000000000000EF9
|
|
||||||
hd 0x0000000000000FF9
|
|
||||||
red 0x00000000000005F9
|
|
||||||
green 0x00000000000009F9
|
|
||||||
yellow 0x00000000000042F9
|
|
||||||
blue 0x00000000000043F9
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,57 +0,0 @@
|
|||||||
#
|
|
||||||
# Please make this file available to others
|
|
||||||
# by sending it to <lirc@bartelmus.de>
|
|
||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.8.0(devinput)
|
|
||||||
#
|
|
||||||
# contributed by
|
|
||||||
#
|
|
||||||
# brand: Lifeview
|
|
||||||
# model no. of remote control:
|
|
||||||
# devices being controlled by this remote: FlyTV Prime/Platinium
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name Lifeview
|
|
||||||
bits 16
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 0 0
|
|
||||||
zero 0 0
|
|
||||||
pre_data_bits 16
|
|
||||||
pre_data 0x8001
|
|
||||||
gap 182794
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
0 0x0052
|
|
||||||
1 0x004F
|
|
||||||
2 0x0050
|
|
||||||
3 0x0051
|
|
||||||
4 0x004B
|
|
||||||
5 0x004C
|
|
||||||
6 0x004D
|
|
||||||
7 0x0047
|
|
||||||
8 0x0048
|
|
||||||
9 0x0049
|
|
||||||
MODE 0x0175
|
|
||||||
VIDEO 0x0189
|
|
||||||
AUDIO 0x0188
|
|
||||||
POWER 0x0074
|
|
||||||
TUNER 0x0182
|
|
||||||
ZOOM 0x0174
|
|
||||||
LANGUAGE 0x0170
|
|
||||||
MUTE 0x0071
|
|
||||||
VOLUMEDOWN 0x0072
|
|
||||||
VOLUMEUP 0x0073
|
|
||||||
CHANNELDOWN 0x0193
|
|
||||||
CHANNELUP 0x0192
|
|
||||||
AGAIN 0x0081
|
|
||||||
ENTER 0x001C
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=default
|
|
||||||
LIRC_DEVICE=/dev/lirc
|
|
||||||
LIRC_MODULES="bttv card=2|lirc_i2c"
|
|
@ -1,199 +0,0 @@
|
|||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.5.5pre8 on Sun Apr 18 11:43:45 1999
|
|
||||||
#
|
|
||||||
# contributed by Jens Leuschner <leuschner@gmx.net>
|
|
||||||
#
|
|
||||||
# brand: Hauppauge
|
|
||||||
# model:
|
|
||||||
# supported devices: WinTV primo; WinTV pci; WinTV radio
|
|
||||||
#
|
|
||||||
# This config file will work with both homebrew receivers and
|
|
||||||
# original Hauppauge TV cards !!!
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name Hauppauge
|
|
||||||
bits 13
|
|
||||||
flags SHIFT_ENC
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 950 830
|
|
||||||
zero 950 830
|
|
||||||
plead 960
|
|
||||||
gap 89584
|
|
||||||
repeat_bit 2
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
TV 0x000000000000100F
|
|
||||||
RADIO 0x000000000000100C
|
|
||||||
FULL_SCREEN 0x000000000000102E
|
|
||||||
CH+ 0x0000000000001020
|
|
||||||
CH- 0x0000000000001021
|
|
||||||
VOL- 0x0000000000001011
|
|
||||||
VOL+ 0x0000000000001010
|
|
||||||
MUTE 0x000000000000100D
|
|
||||||
SOURCE 0x0000000000001022
|
|
||||||
1 0x0000000000001001
|
|
||||||
2 0x0000000000001002
|
|
||||||
3 0x0000000000001003
|
|
||||||
4 0x0000000000001004
|
|
||||||
5 0x0000000000001005
|
|
||||||
6 0x0000000000001006
|
|
||||||
7 0x0000000000001007
|
|
||||||
8 0x0000000000001008
|
|
||||||
9 0x0000000000001009
|
|
||||||
0 0x0000000000001000
|
|
||||||
RESERVED 0x000000000000101E
|
|
||||||
MINIMIZE 0x0000000000001026
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.6.6(animax) on Tue Apr 15 19:50:27 2003
|
|
||||||
#
|
|
||||||
# contributed by
|
|
||||||
#
|
|
||||||
# brand: Hauppauge
|
|
||||||
# model no. of remote control:
|
|
||||||
# devices being controlled by this remote: PVR 2/350
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name hauppauge_pvr
|
|
||||||
bits 13
|
|
||||||
flags RC5|CONST_LENGTH
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 969 811
|
|
||||||
zero 969 811
|
|
||||||
plead 1097
|
|
||||||
gap 114605
|
|
||||||
toggle_bit 2
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
Power 0x00000000000017FD
|
|
||||||
Go 0x00000000000017FB
|
|
||||||
1 0x00000000000017C1
|
|
||||||
2 0x00000000000017C2
|
|
||||||
3 0x00000000000017C3
|
|
||||||
4 0x00000000000017C4
|
|
||||||
5 0x00000000000017C5
|
|
||||||
6 0x00000000000017C6
|
|
||||||
7 0x00000000000017C7
|
|
||||||
8 0x00000000000017C8
|
|
||||||
9 0x00000000000017C9
|
|
||||||
Back/Exit 0x00000000000017DF
|
|
||||||
0 0x00000000000017C0
|
|
||||||
Menu 0x00000000000017CD
|
|
||||||
Red 0x00000000000017CB
|
|
||||||
Green 0x00000000000017EE
|
|
||||||
Yellow 0x00000000000017F8
|
|
||||||
Blue 0x00000000000017E9
|
|
||||||
Ch+ 0x00000000000017E0
|
|
||||||
Ch- 0x00000000000017E1
|
|
||||||
Vol- 0x00000000000017D1
|
|
||||||
Vol+ 0x00000000000017D0
|
|
||||||
Ok 0x00000000000017E5
|
|
||||||
Mute 0x00000000000017CF
|
|
||||||
Blank 0x00000000000017CC
|
|
||||||
Full 0x00000000000017FC
|
|
||||||
Rewind 0x00000000000017F2
|
|
||||||
Play 0x00000000000017F5
|
|
||||||
Forward 0x00000000000017F4
|
|
||||||
Record 0x00000000000017F7
|
|
||||||
Stop 0x00000000000017F6
|
|
||||||
Pause 0x00000000000017F0
|
|
||||||
Replay 0x00000000000017E4
|
|
||||||
Skip 0x00000000000017DE
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
||||||
|
|
||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.7.0(any) on Sun Nov 28 20:25:09 2004
|
|
||||||
#
|
|
||||||
# contributed by
|
|
||||||
#
|
|
||||||
# brand: Hauppauge 350
|
|
||||||
# Created: G.J. Werler (The Netherlands)
|
|
||||||
# Project: Mythtv Fedora Pundit-R www.mythtvportal.com
|
|
||||||
# Date: 2004/11/28
|
|
||||||
# model no. of remote control: Hauppauge A415-HPG
|
|
||||||
# devices being controlled by this remote: PVR-350
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name Hauppauge_350
|
|
||||||
bits 13
|
|
||||||
flags RC5|CONST_LENGTH
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 969 811
|
|
||||||
zero 969 811
|
|
||||||
plead 1097
|
|
||||||
gap 114605
|
|
||||||
toggle_bit 2
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
Go 0x00000000000017BB
|
|
||||||
Power 0x00000000000017BD
|
|
||||||
TV 0x000000000000179C
|
|
||||||
Videos 0x0000000000001798
|
|
||||||
Music 0x0000000000001799
|
|
||||||
Pictures 0x000000000000179A
|
|
||||||
Guide 0x000000000000179B
|
|
||||||
Radio 0x000000000000178C
|
|
||||||
Up 0x0000000000001794
|
|
||||||
Left 0x0000000000001796
|
|
||||||
Right 0x0000000000001797
|
|
||||||
Down 0x0000000000001795
|
|
||||||
OK 0x00000000000017A5
|
|
||||||
Back/Exit 0x000000000000179F
|
|
||||||
Menu/i 0x000000000000178D
|
|
||||||
Vol+ 0x0000000000001790
|
|
||||||
Vol- 0x0000000000001791
|
|
||||||
Prev.Ch 0x0000000000001792
|
|
||||||
Mute 0x000000000000178F
|
|
||||||
Ch+ 0x00000000000017A0
|
|
||||||
Ch- 0x00000000000017A1
|
|
||||||
Record 0x00000000000017B7
|
|
||||||
Stop 0x00000000000017B6
|
|
||||||
Rewind 0x00000000000017B2
|
|
||||||
Play 0x00000000000017B5
|
|
||||||
Forward 0x00000000000017B4
|
|
||||||
Replay/SkipBackward 0x00000000000017A4
|
|
||||||
Pause 0x00000000000017B0
|
|
||||||
SkipForward 0x000000000000179E
|
|
||||||
1 0x0000000000001781
|
|
||||||
2 0x0000000000001782
|
|
||||||
3 0x0000000000001783
|
|
||||||
4 0x0000000000001784
|
|
||||||
5 0x0000000000001785
|
|
||||||
6 0x0000000000001786
|
|
||||||
7 0x0000000000001787
|
|
||||||
8 0x0000000000001788
|
|
||||||
9 0x0000000000001789
|
|
||||||
Asterix 0x000000000000178A
|
|
||||||
0 0x0000000000001780
|
|
||||||
# 0x000000000000178E
|
|
||||||
Red 0x000000000000178B
|
|
||||||
Green 0x00000000000017AE
|
|
||||||
Yellow 0x00000000000017B8
|
|
||||||
Blue 0x00000000000017A9
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=default
|
|
||||||
LIRC_DEVICE=/dev/lirc
|
|
||||||
LIRC_MODULES="lirc_serial"
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=default
|
|
||||||
LIRC_DEVICE=/dev/lirc
|
|
||||||
LIRC_MODULES="lirc_imon"
|
|
@ -1,93 +0,0 @@
|
|||||||
|
|
||||||
# Please make this file available to others
|
|
||||||
# by sending it to <lirc@bartelmus.de>
|
|
||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.7.1pre2(imon) on Tue Mar 1 23:15:44 2005
|
|
||||||
#
|
|
||||||
# contributed by Venky Raju
|
|
||||||
#
|
|
||||||
# brand: iMON-New
|
|
||||||
# model no. of remote control: iMON-PAD
|
|
||||||
# devices being controlled by this remote:
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name IMON_KNOB
|
|
||||||
bits 32
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 0 0
|
|
||||||
zero 0 0
|
|
||||||
gap 119990
|
|
||||||
min_repeat 15
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
AppExit 0x288195B7
|
|
||||||
Power 0x289115B7
|
|
||||||
Record 0x298115B7
|
|
||||||
Play 0x2A8115B7
|
|
||||||
Open 0x29B195B7
|
|
||||||
KnobVolUp 0x010000FF
|
|
||||||
KnobVolDown 0x010000FF
|
|
||||||
KnobMute 0x000008FF
|
|
||||||
Rewind 0x2A8195B7
|
|
||||||
Pause 0x2A9115B7
|
|
||||||
FastForward 0x2B8115B7
|
|
||||||
PrevChapter 0x2B9115B7
|
|
||||||
Stop 0x2B9715B7
|
|
||||||
NextChapter 0x298195BF
|
|
||||||
WindowsKey 0x2B8195B7
|
|
||||||
Backspace 0x28A115B7
|
|
||||||
MouseKeyboard 0x299115B7
|
|
||||||
SelectSpace 0x2A9315B7
|
|
||||||
MouseMenu 0x28B715B7
|
|
||||||
MouseRightClick 0x688481B7
|
|
||||||
Enter 0x28A195B7
|
|
||||||
MouseLeftClick 0x688301B7
|
|
||||||
CursorLeft 0x6ABA81B7
|
|
||||||
CursorUp 0x6902F9B7
|
|
||||||
CursorRight 0x68A281B7
|
|
||||||
CursorDown 0x6882A1B7
|
|
||||||
Esc 0x2BB715B7
|
|
||||||
Eject 0x299395B7
|
|
||||||
AppLauncher 0x29B715B7
|
|
||||||
MultiMon 0x2AB195B7
|
|
||||||
TaskSwitcher 0x2A9395B7
|
|
||||||
Mute 0x2B9595B7
|
|
||||||
VolUp 0x28A395B7
|
|
||||||
VolDown 0x28A595B7
|
|
||||||
ChUp 0x289395B7
|
|
||||||
ChDown 0x288795B7
|
|
||||||
Timer 0x2B8395B7
|
|
||||||
1 0x28B595B7
|
|
||||||
2 0x2BB195B7
|
|
||||||
3 0x28B195B7
|
|
||||||
4 0x2A8595B7
|
|
||||||
5 0x299595B7
|
|
||||||
6 0x2AA595B7
|
|
||||||
7 0x2B9395B7
|
|
||||||
8 0x2A8515B7
|
|
||||||
9 0x2AA115B7
|
|
||||||
ShiftTab 0x28B515B7
|
|
||||||
0 0x2BA595BF
|
|
||||||
Tab 0x29A115B7
|
|
||||||
MyMovie 0x2B8515B7
|
|
||||||
MyMusic 0x299195B7
|
|
||||||
MyPhoto 0x2BA115B7
|
|
||||||
MyTV 0x28A515B7
|
|
||||||
Bookmark 0x288515B7
|
|
||||||
Thumbnail 0x2AB715BF
|
|
||||||
AspectRatio 0x29A595B7
|
|
||||||
FullScreen 0x2AA395BF
|
|
||||||
MyDVD 0x29A295B7
|
|
||||||
Menu 0x2BA385B7
|
|
||||||
Caption 0x298595B7
|
|
||||||
Language 0x2B8595B7
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=default
|
|
||||||
LIRC_DEVICE=/dev/lirc
|
|
||||||
LIRC_MODULES="lirc_imon"
|
|
@ -1,110 +0,0 @@
|
|||||||
#
|
|
||||||
# contributed by Venky Raju (dev@venky.ws)
|
|
||||||
#
|
|
||||||
# brand: Soundgraph
|
|
||||||
# model no. of remote control: iMON RSC
|
|
||||||
#
|
|
||||||
# devices being controlled by this remote: HTPC
|
|
||||||
#
|
|
||||||
# Credit: Changwoo Ryu <cwryu@debian.org>
|
|
||||||
#
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name IMON_RSC
|
|
||||||
bits 16
|
|
||||||
flags SPACE_ENC|CONST_LENGTH
|
|
||||||
eps 40
|
|
||||||
aeps 130
|
|
||||||
|
|
||||||
header 9000 4500
|
|
||||||
one 625 1625
|
|
||||||
zero 625 375
|
|
||||||
ptrail 625
|
|
||||||
repeat 8875 2125
|
|
||||||
pre_data_bits 16
|
|
||||||
pre_data 0x0108
|
|
||||||
|
|
||||||
gap 100000
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
App.Exit 0x00000000000008F7
|
|
||||||
Power 0x000000000000F40B
|
|
||||||
ScreenSaver 0x00000000000052AD
|
|
||||||
Timer 0x000000000000926D
|
|
||||||
1 0x0000000000002AD5
|
|
||||||
2 0x000000000000AA55
|
|
||||||
3 0x0000000000006A95
|
|
||||||
4 0x000000000000EA15
|
|
||||||
5 0x0000000000001AE5
|
|
||||||
6 0x0000000000009A65
|
|
||||||
7 0x0000000000005AA5
|
|
||||||
8 0x000000000000DA25
|
|
||||||
9 0x0000000000003AC5
|
|
||||||
0 0x000000000000BA45
|
|
||||||
Desktop 0x000000000000817E
|
|
||||||
Max/Res 0x00000000000041BE
|
|
||||||
Esc 0x00000000000012ED
|
|
||||||
Windows 0x000000000000D22D
|
|
||||||
Menu 0x000000000000C13E
|
|
||||||
App.Launcher 0x000000000000A25D
|
|
||||||
Function 0x00000000000021DE
|
|
||||||
Task.Switcher 0x000000000000629D
|
|
||||||
Backspace 0x000000000000A15E
|
|
||||||
Mouse/Keyboard 0x000000000000619E
|
|
||||||
Space 0x000000000000E11E
|
|
||||||
Shift.Tab 0x0000000000007887
|
|
||||||
Enter 0x00000000000019E6
|
|
||||||
Tab 0x000000000000F807
|
|
||||||
L.Click 0x000000000000d827
|
|
||||||
DragNDrop 0x0000000000006897
|
|
||||||
R.Click 0x000000000000b847
|
|
||||||
Mute 0x00000000000011ee
|
|
||||||
Vol- 0x0000000000007a85
|
|
||||||
Vol+ 0x000000000000fa05
|
|
||||||
Play 0x00000000000032cd
|
|
||||||
Pause 0x000000000000b24d
|
|
||||||
Open 0x000000000000f20d
|
|
||||||
Prev 0x0000000000000af5
|
|
||||||
Next 0x0000000000008a75
|
|
||||||
Stop 0x000000000000728d
|
|
||||||
Rew 0x0000000000004ab5
|
|
||||||
F.Fwd 0x000000000000ca35
|
|
||||||
Full.Screen 0x000000000000916e
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name IMON_RSC_STICK
|
|
||||||
bits 4
|
|
||||||
flags SPACE_ENC
|
|
||||||
eps 40
|
|
||||||
aeps 130
|
|
||||||
|
|
||||||
header 2125 1875
|
|
||||||
one 625 1625
|
|
||||||
zero 625 375
|
|
||||||
ptrail 625
|
|
||||||
gap 100000
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
STICK_N 0x0
|
|
||||||
STICK_S 0x1
|
|
||||||
STICK_E 0x2
|
|
||||||
STICK_W 0x3
|
|
||||||
STICK_NE 0x4
|
|
||||||
STICK_SW 0x5
|
|
||||||
STICK_SE 0x6
|
|
||||||
STICK_NW 0x7
|
|
||||||
STICK_NNE 0x8
|
|
||||||
STICK_SSW 0x9
|
|
||||||
STICK_SEE 0xa
|
|
||||||
STICK_NWW 0xb
|
|
||||||
STICK_NEE 0xc
|
|
||||||
STICK_SWW 0xd
|
|
||||||
STICK_SSE 0xe
|
|
||||||
STICK_NNW 0xf
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=irman
|
|
||||||
LIRC_DEVICE=/dev/ttyS0
|
|
||||||
LIRC_MODULES="8250|8250_pnp|8250_pci"
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=default
|
|
||||||
LIRC_DEVICE=/dev/lirc
|
|
||||||
LIRC_MODULES="bttv card=34|lirc_gpio"
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=default
|
|
||||||
LIRC_DEVICE=/dev/lirc
|
|
||||||
LIRC_MODULES="lirc_dev|lirc_i2c"
|
|
@ -1,73 +0,0 @@
|
|||||||
#
|
|
||||||
# this config file was written on Mon Dec 13 23:51:16 MET 2004
|
|
||||||
# by Thomas Reitmayr (treitmayr@yahoo.com)
|
|
||||||
#
|
|
||||||
# brand: Leadtek
|
|
||||||
# model: Y0400052 (bundeled with Winfast PVR2000 TV-card)
|
|
||||||
#
|
|
||||||
# Only CH_UP, CH_DOWN, VOL_UP and VOL_DOWN will repeat. This seems to be a
|
|
||||||
# limitation of the remote control.
|
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name PVR2000
|
|
||||||
bits 8
|
|
||||||
flags SHIFT_ENC
|
|
||||||
gap 120000
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
POWER 0x0000000000000070
|
|
||||||
TV 0x0000000000000026
|
|
||||||
FM 0x0000000000000027
|
|
||||||
DVD 0x0000000000000028
|
|
||||||
RED 0x000000000000003B
|
|
||||||
GREEN 0x000000000000003C
|
|
||||||
YELLOW 0x000000000000003D
|
|
||||||
BLUE 0x000000000000003E
|
|
||||||
TELETEXT 0x000000000000006F
|
|
||||||
SLEEP 0x0000000000000030
|
|
||||||
MUTE 0x0000000000000064
|
|
||||||
BOSS_KEY 0x0000000000000039
|
|
||||||
CH_UP 0x000000000000007C
|
|
||||||
CH_DOWN 0x0000000000000060
|
|
||||||
VOL_DOWN 0x0000000000000078
|
|
||||||
VOL_UP 0x0000000000000074
|
|
||||||
ENTER 0x0000000000000063
|
|
||||||
CC 0x0000000000000020
|
|
||||||
FULLSCREEN 0x0000000000000073
|
|
||||||
MENU 0x000000000000003F
|
|
||||||
SCAN 0x0000000000000021
|
|
||||||
REPLAY 0x0000000000000032
|
|
||||||
PLAY 0x0000000000000033
|
|
||||||
SKIP 0x0000000000000034
|
|
||||||
OSD 0x0000000000000022
|
|
||||||
BACK 0x0000000000000024
|
|
||||||
STOP 0x0000000000000036
|
|
||||||
FORWARD 0x0000000000000025
|
|
||||||
LANGUAGE 0x0000000000000023
|
|
||||||
1 0x0000000000000075
|
|
||||||
2 0x0000000000000076
|
|
||||||
3 0x0000000000000077
|
|
||||||
4 0x0000000000000079
|
|
||||||
5 0x000000000000007A
|
|
||||||
6 0x000000000000007B
|
|
||||||
7 0x000000000000007D
|
|
||||||
8 0x000000000000007E
|
|
||||||
9 0x000000000000007F
|
|
||||||
0 0x0000000000000062
|
|
||||||
. 0x0000000000000031
|
|
||||||
RECALL 0x0000000000000061
|
|
||||||
VIDEO 0x000000000000006E
|
|
||||||
AUDIO 0x000000000000006B
|
|
||||||
DISPLAY 0x0000000000000066
|
|
||||||
SNAPSHOT 0x0000000000000038
|
|
||||||
PIP 0x000000000000003A
|
|
||||||
RECSTOP 0x0000000000000036
|
|
||||||
REC 0x0000000000000037
|
|
||||||
TIMESHIFT 0x0000000000000035
|
|
||||||
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,90 +0,0 @@
|
|||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using WinLIRC 0.6.4 (LIRC 0.6.1pre3) on Sun Nov 03 14:25:14 2002
|
|
||||||
#
|
|
||||||
# modified by CB
|
|
||||||
#
|
|
||||||
# contributed by Erik Christiansson, aka Sci
|
|
||||||
# www.alphafish.com
|
|
||||||
# erik@alphafish.com
|
|
||||||
#
|
|
||||||
# brand: Leadtek
|
|
||||||
# model: RM-0010 (bundeled with TV2000 TV-card)
|
|
||||||
#
|
|
||||||
# modifications based on the config files from
|
|
||||||
# Juan Toledo <toledo@users.sourceforge.net> and
|
|
||||||
# Markus Lischka <mlischka@users.sourceforge.net>
|
|
||||||
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name RM-0010
|
|
||||||
bits 16
|
|
||||||
flags SPACE_ENC|CONST_LENGTH
|
|
||||||
eps 40
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
header 9000 4500
|
|
||||||
one 563 1687
|
|
||||||
zero 563 562
|
|
||||||
ptrail 563
|
|
||||||
repeat 9000 2250
|
|
||||||
pre_data_bits 16
|
|
||||||
pre_data 0xC03F
|
|
||||||
gap 108000
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
frequency 38000
|
|
||||||
duty_cycle 33
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
POWER 0x00000000000000FF
|
|
||||||
TV/FM 0x00000000000040BF
|
|
||||||
SCAN 0x000000000000A857
|
|
||||||
DISPLAY 0x0000000000006897
|
|
||||||
1 0x000000000000A05F
|
|
||||||
2 0x000000000000609F
|
|
||||||
3 0x000000000000E01F
|
|
||||||
4 0x000000000000906F
|
|
||||||
5 0x00000000000050AF
|
|
||||||
6 0x000000000000D02F
|
|
||||||
7 0x000000000000B04F
|
|
||||||
8 0x000000000000708F
|
|
||||||
9 0x000000000000F00F
|
|
||||||
0 0x00000000000048B7
|
|
||||||
RECALL 0x0000000000008877
|
|
||||||
ENTER 0x000000000000C837
|
|
||||||
CC 0x000000000000F807
|
|
||||||
MTS 0x000000000000D827
|
|
||||||
FINE_DOWN 0x0000000000009867
|
|
||||||
FINE_UP 0x00000000000018E7
|
|
||||||
VIDEO 0x0000000000007887
|
|
||||||
MUTE 0x00000000000028D7
|
|
||||||
CH_UP 0x00000000000030CF
|
|
||||||
CH_DOWN 0x00000000000008F7
|
|
||||||
VOL_DOWN 0x00000000000010EF
|
|
||||||
VOL_UP 0x00000000000020DF
|
|
||||||
FULLSCREEN 0x000000000000C03F
|
|
||||||
|
|
||||||
# The following are only supported by the remote control bundled with
|
|
||||||
# the WinFast TV 2000 XP Deluxe card.
|
|
||||||
|
|
||||||
SLEEP 0x00000000000004FB
|
|
||||||
BOSS_KEY 0x000000000000946B
|
|
||||||
RED 0x000000000000D42B
|
|
||||||
GREEN 0x00000000000034CB
|
|
||||||
YELLOW 0x000000000000B44B
|
|
||||||
BLUE 0x000000000000748B
|
|
||||||
PIP 0x00000000000054AB
|
|
||||||
. 0x000000000000847B
|
|
||||||
BACK 0x00000000000044BB
|
|
||||||
PLAY 0x000000000000C43B
|
|
||||||
NEXT 0x00000000000024DB
|
|
||||||
TIMESHIFT 0x000000000000A45B
|
|
||||||
STOP 0x000000000000649B
|
|
||||||
REC 0x000000000000E41B
|
|
||||||
SNAPSHOT 0x00000000000014EB
|
|
||||||
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=logitech
|
|
||||||
LIRC_DEVICE=/dev/ttyS0
|
|
||||||
LIRC_MODULES="8250|8250_pnp|8250_pci"
|
|
@ -1,111 +0,0 @@
|
|||||||
#
|
|
||||||
#
|
|
||||||
# contributed by Isaac Lauer
|
|
||||||
#
|
|
||||||
# brand: Logitech
|
|
||||||
# model: Value Infrared Remote Control
|
|
||||||
# supported devices:
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name Logitech
|
|
||||||
bits 8
|
|
||||||
flags SPACE_ENC|CONST_LENGTH
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 0 833
|
|
||||||
zero 833 0
|
|
||||||
pre_data_bits 8
|
|
||||||
pre_data 0xA0
|
|
||||||
gap 29858
|
|
||||||
repeat_bit 0
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
POWER 0x0000000000000002
|
|
||||||
1 0x0000000000000015
|
|
||||||
2 0x0000000000000016
|
|
||||||
3 0x0000000000000014
|
|
||||||
4 0x0000000000000018
|
|
||||||
5 0x0000000000000019
|
|
||||||
6 0x0000000000000017
|
|
||||||
7 0x000000000000001C
|
|
||||||
8 0x000000000000001B
|
|
||||||
9 0x000000000000001A
|
|
||||||
0 0x000000000000001D
|
|
||||||
PAUSE 0x0000000000000013
|
|
||||||
EJECT 0x0000000000000011
|
|
||||||
SEEK- 0x000000000000000E
|
|
||||||
PLAY 0x000000000000000F
|
|
||||||
SEEK+ 0x0000000000000010
|
|
||||||
STOP 0x0000000000000012
|
|
||||||
HELP 0x0000000000000001
|
|
||||||
CH- 0x000000000000000D
|
|
||||||
CH+ 0x000000000000000A
|
|
||||||
VOL- 0x000000000000000C
|
|
||||||
VOL+ 0x0000000000000009
|
|
||||||
* 0x000000000000001F
|
|
||||||
# 0x000000000000001E
|
|
||||||
MUTE 0x000000000000000B
|
|
||||||
BUTTONL_DOWN 0x0000000000000039
|
|
||||||
BUTTONR_DOWN 0x000000000000003A
|
|
||||||
BUTTON_UP 0x0000000000000038
|
|
||||||
ENTER 0x0000000000000008
|
|
||||||
CLOSE 0x0000000000000023
|
|
||||||
TV 0x0000000000000004
|
|
||||||
GDE 0x0000000000000005
|
|
||||||
CD 0x0000000000000006
|
|
||||||
MSG 0x0000000000000007
|
|
||||||
PHONE 0x0000000000000003
|
|
||||||
MOUSE_N 0x0000000000000040
|
|
||||||
MOUSE_NNE 0x0000000000000041
|
|
||||||
MOUSE_NE 0x0000000000000042
|
|
||||||
MOUSE_NEE 0x0000000000000043
|
|
||||||
MOUSE_E 0x0000000000000044
|
|
||||||
MOUSE_SEE 0x0000000000000045
|
|
||||||
MOUSE_SE 0x0000000000000046
|
|
||||||
MOUSE_SSE 0x0000000000000047
|
|
||||||
MOUSE_S 0x0000000000000048
|
|
||||||
MOUSE_SSW 0x0000000000000049
|
|
||||||
MOUSE_SW 0x000000000000004A
|
|
||||||
MOUSE_SWW 0x000000000000004B
|
|
||||||
MOUSE_W 0x000000000000004C
|
|
||||||
MOUSE_NWW 0x000000000000004D
|
|
||||||
MOUSE_NW 0x000000000000004E
|
|
||||||
MOUSE_NNW 0x000000000000004F
|
|
||||||
MOUSE_N 0x0000000000000050
|
|
||||||
MOUSE_NNE 0x0000000000000051
|
|
||||||
MOUSE_NE 0x0000000000000052
|
|
||||||
MOUSE_NEE 0x0000000000000053
|
|
||||||
MOUSE_E 0x0000000000000054
|
|
||||||
MOUSE_SEE 0x0000000000000055
|
|
||||||
MOUSE_SE 0x0000000000000056
|
|
||||||
MOUSE_SSE 0x0000000000000057
|
|
||||||
MOUSE_S 0x0000000000000058
|
|
||||||
MOUSE_SSW 0x0000000000000059
|
|
||||||
MOUSE_SW 0x000000000000005A
|
|
||||||
MOUSE_SWW 0x000000000000005B
|
|
||||||
MOUSE_W 0x000000000000005C
|
|
||||||
MOUSE_NWW 0x000000000000005D
|
|
||||||
MOUSE_NW 0x000000000000005E
|
|
||||||
MOUSE_NNW 0x000000000000005F
|
|
||||||
MOUSE_N 0x0000000000000060
|
|
||||||
MOUSE_NNE 0x0000000000000061
|
|
||||||
MOUSE_NE 0x0000000000000062
|
|
||||||
MOUSE_NEE 0x0000000000000063
|
|
||||||
MOUSE_E 0x0000000000000064
|
|
||||||
MOUSE_SEE 0x0000000000000065
|
|
||||||
MOUSE_SE 0x0000000000000066
|
|
||||||
MOUSE_SSE 0x0000000000000067
|
|
||||||
MOUSE_S 0x0000000000000068
|
|
||||||
MOUSE_SSW 0x0000000000000069
|
|
||||||
MOUSE_SW 0x000000000000006A
|
|
||||||
MOUSE_SWW 0x000000000000006B
|
|
||||||
MOUSE_W 0x000000000000006C
|
|
||||||
MOUSE_NWW 0x000000000000006D
|
|
||||||
MOUSE_NW 0x000000000000006E
|
|
||||||
MOUSE_NWW 0x000000000000006F
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=default
|
|
||||||
LIRC_DEVICE=/dev/lirc
|
|
||||||
LIRC_MODULES="lirc_mceusb2"
|
|
@ -1,79 +0,0 @@
|
|||||||
#
|
|
||||||
# Please make this file available to others
|
|
||||||
# by sending it to <lirc@bartelmus.de>
|
|
||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.8.0(devinput) on Mon Mai 8 19:29:37 2006
|
|
||||||
#
|
|
||||||
# contributed by Jalal Achkoune
|
|
||||||
#
|
|
||||||
# brand: Hauppauge
|
|
||||||
# model no. of remote control:
|
|
||||||
# devices being controlled by this remote: WinTV NOVA-S Plus
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name Hauppauge
|
|
||||||
bits 16
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 0 0
|
|
||||||
zero 0 0
|
|
||||||
pre_data_bits 16
|
|
||||||
pre_data 0x8001
|
|
||||||
gap 132784
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
KEY_GO 0x0161
|
|
||||||
KEY_POWER 0x0074
|
|
||||||
KEY_TV 0x0179
|
|
||||||
KEY_VIDEO 0x0189
|
|
||||||
KEY_AUDIO 0x0188
|
|
||||||
KEY_PICURE 0x016F
|
|
||||||
KEY_GUIDE 0x016D
|
|
||||||
KEY_RADIO 0x0181
|
|
||||||
KEY_UP 0x0067
|
|
||||||
KEY_LEFT 0x0069
|
|
||||||
KEY_RIGHT 0x006A
|
|
||||||
KEY_DOWN 0x006C
|
|
||||||
KEY_OK 0x001C
|
|
||||||
KEY_EXIT 0x00AE
|
|
||||||
KEY_MENU 0x008B
|
|
||||||
KEY_VOLUMEUP 0x0073
|
|
||||||
KEY_VOLUMEDOWN 0x0072
|
|
||||||
KEY_CHANNELUP 0x0192
|
|
||||||
KEY_CHANNELDOWN 0x0193
|
|
||||||
KEY_PREV 0x019C
|
|
||||||
KEY_MUTE 0x0071
|
|
||||||
KEY_RECORD 0x00A7
|
|
||||||
KEY_STOP 0x0080
|
|
||||||
KEY_REWIND 0x00A8
|
|
||||||
KEY_PLAY 0x00CF
|
|
||||||
KEY_FORWARD 0x00D0
|
|
||||||
KEY_PREVIOUS 0x00A5
|
|
||||||
KEY_PAUSE 0x0077
|
|
||||||
KEY_NEXT 0x00A3
|
|
||||||
KEY_1 0x004F
|
|
||||||
KEY_2 0x0050
|
|
||||||
KEY_3 0x0051
|
|
||||||
KEY_4 0x004B
|
|
||||||
KEY_5 0x004C
|
|
||||||
KEY_6 0x004D
|
|
||||||
KEY_7 0x0047
|
|
||||||
KEY_8 0x0048
|
|
||||||
KEY_9 0x0049
|
|
||||||
KEY_0 0x0052
|
|
||||||
KEY_TEXT 0x0184
|
|
||||||
KEY_SUB 0x0172
|
|
||||||
KEY_RED 0x018E
|
|
||||||
KEY_GREEN 0x018F
|
|
||||||
KEY_YELLOW 0x0190
|
|
||||||
KEY_BLUE 0x0191
|
|
||||||
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,92 +0,0 @@
|
|||||||
# Config file for Packard Bell Remotes (with repeat codes!)
|
|
||||||
# created by Samuel Wood (sjw@umr.edu)
|
|
||||||
#
|
|
||||||
# brand: Packard Bell Remote
|
|
||||||
# model: El Cheapo Packard Bell Remote
|
|
||||||
#
|
|
||||||
# This is a config file for the cheap excess Packard Bell remotes
|
|
||||||
# you sometimes can buy from online auctions like www.onsale.com.
|
|
||||||
#
|
|
||||||
# The receiver that comes with it hooks into the serial port and works
|
|
||||||
# fine with lirc 0.5.4.
|
|
||||||
#
|
|
||||||
# The receiver that comes with the remote is near garbage. If
|
|
||||||
# you don't point almost directly at it, it will not detect. But
|
|
||||||
# it's simpler than building your own. :-)
|
|
||||||
#
|
|
||||||
# Repeat works fine for me. You just have to modify or add the
|
|
||||||
# "repeat=" lines in your .lircrc.
|
|
||||||
#
|
|
||||||
# irrecord was used to generate the file, then I modified and
|
|
||||||
# added repeat codes.
|
|
||||||
#
|
|
||||||
# The button names used are identical to what was printed on the
|
|
||||||
# remote, except for the number pads (using actual numbers like
|
|
||||||
# "1" and so forth did not seem to work. Similarly, '*' is Star
|
|
||||||
# and '#' is Hash. LMB and RMB refer to the two mousepad buttons
|
|
||||||
# on the left and right respectively.
|
|
||||||
#
|
|
||||||
# I still need to modify the gap setting. Right now, if you don't
|
|
||||||
# hold the button down long enough, it may not register, but if
|
|
||||||
# you hold it too long, it will detect a repeat or two. Feel free
|
|
||||||
# to modify this to work better. If you get it to work better, send
|
|
||||||
# me a copy. :-)
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name PackBell
|
|
||||||
bits 15
|
|
||||||
flags SPACE_ENC|CONST_LENGTH
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
header 9065 4500
|
|
||||||
one 597 532
|
|
||||||
zero 597 1643
|
|
||||||
ptrail 597
|
|
||||||
pre_data_bits 16
|
|
||||||
pre_data 0xF708
|
|
||||||
post_data_bits 1
|
|
||||||
post_data 0x0
|
|
||||||
gap 107000
|
|
||||||
repeat_bit 0
|
|
||||||
repeat 9050 2250
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
Help 0x0000000000006F90
|
|
||||||
Phone 0x0000000000004FB0
|
|
||||||
Message 0x0000000000006E91
|
|
||||||
SRS 0x0000000000004EB1
|
|
||||||
CD 0x0000000000002FD0
|
|
||||||
Aux1 0x0000000000000FF0
|
|
||||||
Aux2 0x0000000000002ED1
|
|
||||||
Aux3 0x0000000000000EF1
|
|
||||||
LMB 0x00000000000023DC
|
|
||||||
RMB 0x000000000000639C
|
|
||||||
Up 0x00000000000037C8
|
|
||||||
Down 0x00000000000057A8
|
|
||||||
Left 0x0000000000007788
|
|
||||||
Right 0x00000000000017E8
|
|
||||||
Menu 0x0000000000007B84
|
|
||||||
Mute 0x0000000000003BC4
|
|
||||||
Enter 0x00000000000047B8
|
|
||||||
CHUp 0x00000000000027D8
|
|
||||||
CHDown 0x0000000000006798
|
|
||||||
VolUp 0x0000000000005BA4
|
|
||||||
VolDown 0x0000000000001BE4
|
|
||||||
Display 0x00000000000007F8
|
|
||||||
One 0x0000000000005EA1
|
|
||||||
Two 0x0000000000001EE1
|
|
||||||
Three 0x0000000000000BF4
|
|
||||||
Four 0x0000000000007E81
|
|
||||||
Five 0x0000000000003EC1
|
|
||||||
Six 0x0000000000004BB4
|
|
||||||
Seven 0x0000000000005FA0
|
|
||||||
Eight 0x0000000000001FE0
|
|
||||||
Nine 0x0000000000002BD4
|
|
||||||
Zero 0x0000000000003FC0
|
|
||||||
Star 0x0000000000007F80
|
|
||||||
Hash 0x0000000000006B94
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=pinsys
|
|
||||||
LIRC_DEVICE=/dev/ttyS0
|
|
||||||
LIRC_MODULES="8250|8250_pnp|8250_pci"
|
|
@ -1,95 +0,0 @@
|
|||||||
#
|
|
||||||
# contributed by Bart Alewijnse <scarfboy@yahoo.com>
|
|
||||||
#
|
|
||||||
# brand: Pinnacle Systems
|
|
||||||
# model: PCTV Remote (Perhaps other ones as well)
|
|
||||||
# supported devices: there's only one I know of. (serial)
|
|
||||||
#
|
|
||||||
# Mail me if your remote is only partly supported, or if it has different
|
|
||||||
# buttons than listed below.
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name PinnacleSysPCTVRemote
|
|
||||||
bits 16
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 0 0
|
|
||||||
zero 0 0
|
|
||||||
pre_data_bits 8
|
|
||||||
pre_data 0xFE
|
|
||||||
gap 180000
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
Mute 0xB53C #Mute 0x000000000000003C
|
|
||||||
Power 0x2D2F #Power 0x000000000000002F
|
|
||||||
Chan+Play 0x173F #Chan+Play 0x000000000000003F
|
|
||||||
Chan-Stop 0xC63E #Chan-Stop 0x000000000000003E
|
|
||||||
Vol+FF 0xF13B #Vol+FF 0x000000000000003B
|
|
||||||
Vol-Rew 0x643D #Vol-Rew 0x000000000000003D
|
|
||||||
1 0x9F31 #1 0x0000000000000031
|
|
||||||
2 0x3D32 #2 0x0000000000000032
|
|
||||||
3 0xEC33 #3 0x0000000000000033
|
|
||||||
4 0xA834 #4 0x0000000000000034
|
|
||||||
5 0x7935 #5 0x0000000000000035
|
|
||||||
6 0xDB36 #6 0x0000000000000036
|
|
||||||
7 0x0A37 #7 0x0000000000000037
|
|
||||||
8 0x5338 #8 0x0000000000000038
|
|
||||||
9 0x8239 #9 0x0000000000000039
|
|
||||||
Fullscreen 0x5E2D #Fullscreen 0x000000000000002D
|
|
||||||
0/AV 0x203A #0/AV 0x000000000000003A
|
|
||||||
Info 0xCB2B #Info 0x000000000000002B
|
|
||||||
Preview 0xFC2E #Preview 0x000000000000002E
|
|
||||||
Record 0x3027 #Record 0x0000000000000027
|
|
||||||
Chan_Last 0x4325 #Chan_Last 0x0000000000000025
|
|
||||||
F_TV 0xE126 #F_TV 0x0000000000000026
|
|
||||||
F_TELETEXT 0xB829 #F_TELETEXT 0x0000000000000029
|
|
||||||
F_RADIO 0x1A2A #F_RADIO 0x000000000000002A
|
|
||||||
|
|
||||||
#
|
|
||||||
# here are some extra buttons a new version of the remote seems to have
|
|
||||||
#
|
|
||||||
# contributed by Robbert Monna <rjmonna@kabelfoon.nl>
|
|
||||||
#
|
|
||||||
# brand: Pinnacle Systems
|
|
||||||
# model: PCTV Remote (newest version?)
|
|
||||||
# supported devices: dongle on serial port (from TV-Card)
|
|
||||||
#
|
|
||||||
L 0x631F #L 0x000000000000001F
|
|
||||||
Zoom 0xB21E #Zoom 0x000000000000001E
|
|
||||||
vol+ 0x851B #vol+ 0x000000000000001B
|
|
||||||
vol- 0x590F #vol- 0x000000000000000F
|
|
||||||
channel+ 0x7E17 #channel+ 0x0000000000000017
|
|
||||||
channel- 0xC11C #channel- 0x000000000000001C
|
|
||||||
middle 0x541A #middle 0x000000000000001A
|
|
||||||
Menu 0x101D #Menu 0x000000000000001D
|
|
||||||
next 0xF619 #next 0x0000000000000019
|
|
||||||
undo 0xAF16 #undo 0x0000000000000016
|
|
||||||
pause 0x0D15 #pause 0x0000000000000015
|
|
||||||
redo 0x9813 #redo 0x0000000000000013
|
|
||||||
Rewind 0x880E #Rewind 0x000000000000000E
|
|
||||||
Play 0x2A0D #Play 0x000000000000000D
|
|
||||||
Stop 0xBF0B #Stop 0x000000000000000B
|
|
||||||
FForward 0x4407 #FForward 0x0000000000000007
|
|
||||||
EPG 0x2718 #EPG 0x0000000000000018
|
|
||||||
|
|
||||||
# here are some more buttons that seem to be mapped differently from
|
|
||||||
# the ones above
|
|
||||||
|
|
||||||
# contributed by InterCeptor ceptor_7@freemail.hu
|
|
||||||
#
|
|
||||||
# brand: Pinnacle Systems PCTV Pro Remote
|
|
||||||
# model no. of remote control: (I can't find any numbers on it)
|
|
||||||
# supported devices: serial
|
|
||||||
#
|
|
||||||
|
|
||||||
9 0x0000000000000082
|
|
||||||
Zoom 0x00000000000000B2
|
|
||||||
middle 0x0000000000000014
|
|
||||||
|
|
||||||
|
|
||||||
end codes
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=pixelview
|
|
||||||
LIRC_DEVICE=/dev/ttyS0
|
|
||||||
LIRC_MODULES="8250|8250_pnp|8250_pci"
|
|
@ -1,81 +0,0 @@
|
|||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.6.3 on Fri Nov 10 21:47:32 2000
|
|
||||||
#
|
|
||||||
# contributed by Stefan Neuwirth & Andreas Lange <langsmethanromp@gmx.de>
|
|
||||||
#
|
|
||||||
# brand: Sigma Designs
|
|
||||||
# model: REALmagic remote control
|
|
||||||
# www.realmagic.com/support.htm#remote
|
|
||||||
# supported devices:
|
|
||||||
# "For Hollywood Plus Version 1.4 or above Driver only"
|
|
||||||
# remote control for the Sigma Designs REALmagic Hollywood Plus DVD card
|
|
||||||
# receiver is connected to the serial port - it does not require the card
|
|
||||||
#
|
|
||||||
# The first byte always is 131. The second and third byte are equal. (CB)
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name REALmagic
|
|
||||||
bits 20
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 0 0
|
|
||||||
zero 0 0
|
|
||||||
pre_data_bits 10
|
|
||||||
pre_data 0x183
|
|
||||||
gap 189974
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
1 0x0000000000062D8B
|
|
||||||
2 0x0000000000012C4B
|
|
||||||
3 0x000000000001AC6B
|
|
||||||
4 0x0000000000072DCB
|
|
||||||
5 0x000000000000AC2B
|
|
||||||
6 0x0000000000052D4B
|
|
||||||
|
|
||||||
# Nicolas Vignal reported that this code is sent for his remote
|
|
||||||
# version (1.5). It should be no problem to just have two entries for
|
|
||||||
# "6" unless you want to send codes what won't work for this receiver
|
|
||||||
# anyway.
|
|
||||||
|
|
||||||
6 0x0000000000041505
|
|
||||||
|
|
||||||
7 0x0000000000058561
|
|
||||||
8 0x0000000000044511
|
|
||||||
9 0x000000000004AD2B
|
|
||||||
0 0x000000000004C531
|
|
||||||
VOL+ 0x0000000000022C8B
|
|
||||||
VOL- 0x0000000000032CCB
|
|
||||||
MUTE 0x000000000006ADAB
|
|
||||||
L-R 0x0000000000052549
|
|
||||||
VGA 0x0000000000054551
|
|
||||||
ENTER 0x0000000000042509
|
|
||||||
QUIT 0x0000000000058D63
|
|
||||||
PRG 0x0000000000038CE3
|
|
||||||
UP 0x0000000000078DE3
|
|
||||||
DOWN 0x0000000000064D93
|
|
||||||
LEFT 0x0000000000044D13
|
|
||||||
RIGHT 0x000000000003ECFB
|
|
||||||
SELECT 0x0000000000024C93
|
|
||||||
MENU 0x0000000000014C53
|
|
||||||
TITLE 0x0000000000054D53
|
|
||||||
OSD 0x0000000000034CD3
|
|
||||||
LANG 0x0000000000074DD3
|
|
||||||
ANGLE 0x000000000000CC33
|
|
||||||
SUB 0x000000000004CD33
|
|
||||||
PAUSE 0x000000000002CCB3
|
|
||||||
STOP 0x000000000006CDB3
|
|
||||||
PLAY 0x000000000001CC73
|
|
||||||
EJECT 0x000000000005CD73
|
|
||||||
REV 0x000000000003CCF3
|
|
||||||
FF 0x000000000007CDF3
|
|
||||||
PREV 0x0000000000002C0B
|
|
||||||
NEXT 0x0000000000042D0B
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=default
|
|
||||||
LIRC_DEVICE=/dev/lirc
|
|
||||||
LIRC_MODULES="lirc_streamzap"
|
|
@ -1,67 +0,0 @@
|
|||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.7.1-CVS(serial) on Fri Feb 4 23:20:56 2005
|
|
||||||
#
|
|
||||||
# contributed by Christoph Bartelmus
|
|
||||||
#
|
|
||||||
# brand: Streamzap
|
|
||||||
# model no. of remote control: PC Remote
|
|
||||||
# devices being controlled by this remote: USB receiver
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name Streamzap_PC_Remote
|
|
||||||
bits 6
|
|
||||||
flags RC5|CONST_LENGTH
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 907 804
|
|
||||||
zero 907 804
|
|
||||||
plead 949
|
|
||||||
pre_data_bits 8
|
|
||||||
pre_data 0xA3
|
|
||||||
gap 108344
|
|
||||||
toggle_bit 2
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
0 0x00
|
|
||||||
1 0x01
|
|
||||||
2 0x02
|
|
||||||
3 0x03
|
|
||||||
4 0x04
|
|
||||||
5 0x05
|
|
||||||
6 0x06
|
|
||||||
7 0x07
|
|
||||||
8 0x08
|
|
||||||
9 0x09
|
|
||||||
POWER 0x0A
|
|
||||||
MUTE 0x0B
|
|
||||||
CH_UP 0x0C
|
|
||||||
VOL_UP 0x0D
|
|
||||||
CH_DOWN 0x0E
|
|
||||||
VOL_DOWN 0x0F
|
|
||||||
UP 0x10
|
|
||||||
LEFT 0x11
|
|
||||||
OK 0x12
|
|
||||||
RIGHT 0x13
|
|
||||||
DOWN 0x14
|
|
||||||
MENU 0x15
|
|
||||||
EXIT 0x16
|
|
||||||
PLAY 0x17
|
|
||||||
PAUSE 0x18
|
|
||||||
STOP 0x19
|
|
||||||
|<< 0x1A
|
|
||||||
>>| 0x1B
|
|
||||||
RECORD 0x1C
|
|
||||||
<< 0x1D
|
|
||||||
>> 0x1E
|
|
||||||
RED 0x20
|
|
||||||
GREEN 0x21
|
|
||||||
YELLOW 0x22
|
|
||||||
BLUE 0x23
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,75 +0,0 @@
|
|||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using WinLIRC 0.6.5 (LIRC 0.6.1pre3) on Tue Jan 31 23:13:02 2006
|
|
||||||
#
|
|
||||||
# contributed by Lionel D.
|
|
||||||
# english translation on Thu Feb 02 20:14:00 2006
|
|
||||||
#
|
|
||||||
# brand: TOSHIBA
|
|
||||||
# model: VT-76F
|
|
||||||
# supported devices:
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name VT-76F
|
|
||||||
bits 16
|
|
||||||
flags SPACE_ENC
|
|
||||||
eps 25
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
header 9066 4472
|
|
||||||
one 603 520
|
|
||||||
zero 603 1642
|
|
||||||
ptrail 603
|
|
||||||
repeat 9068 2236
|
|
||||||
pre_data_bits 16
|
|
||||||
pre_data 0xDD22
|
|
||||||
gap 39980
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
POWER 0x000000000000B748
|
|
||||||
A.SELECT 0x00000000000035CA
|
|
||||||
TV/VCR 0x0000000000007788
|
|
||||||
1 0x0000000000007F80
|
|
||||||
2 0x000000000000BF40
|
|
||||||
3 0x0000000000003FC0
|
|
||||||
4 0x000000000000DF20
|
|
||||||
5 0x0000000000005FA0
|
|
||||||
6 0x0000000000009F60
|
|
||||||
7 0x0000000000001FE0
|
|
||||||
8 0x000000000000EF10
|
|
||||||
9 0x0000000000006F90
|
|
||||||
0 0x000000000000AF50
|
|
||||||
CH- 0x00000000000007F8
|
|
||||||
CH+ 0x00000000000027D8
|
|
||||||
SHIFT<- 0x000000000000758A
|
|
||||||
SHIFT-> 0x0000000000004DB2
|
|
||||||
DISPLAY 0x0000000000003EC1
|
|
||||||
OSP 0x000000000000C53A
|
|
||||||
IMMEDIATE_REC 0x00000000000025DA
|
|
||||||
INPUT 0x00000000000005FA
|
|
||||||
SP/LP 0x00000000000045BA
|
|
||||||
RECORD 0x000000000000B748
|
|
||||||
FAST_REW 0x0000000000006798
|
|
||||||
PLAY 0x00000000000057A8
|
|
||||||
FAST_FORW 0x00000000000037C8
|
|
||||||
PAUSE 0x000000000000F708
|
|
||||||
STOP 0x000000000000D728
|
|
||||||
SLOW 0x0000000000004FB0
|
|
||||||
INDEX 0x0000000000009D62
|
|
||||||
TIME_LEFT/CLOCK 0x0000000000009768
|
|
||||||
ALIGN_DOWN 0x0000000000000FF0
|
|
||||||
ALIGN_UP 0x0000000000008F70
|
|
||||||
TIME_SEARCH 0x0000000000005EA1
|
|
||||||
ZERO_BACK 0x0000000000001EE1
|
|
||||||
RST_COUNTER 0x0000000000009669
|
|
||||||
DT 0x000000000000D42B
|
|
||||||
A.DUB 0x000000000000C738
|
|
||||||
CLEARNESS_IMG+ 0x000000000000906F
|
|
||||||
CLEARNESS_IMG- 0x00000000000010EF
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,65 +0,0 @@
|
|||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.7.1pre1(serial) on Mon Feb 7 21:00:46 2005
|
|
||||||
#
|
|
||||||
# contributed by Th. Peters
|
|
||||||
#
|
|
||||||
# brand: Twinhan
|
|
||||||
# model: black/silver, 32 Keys, bundled with DTV digital satellite receiver
|
|
||||||
# devices being controlled by this remote: Twinhan DTV Sat (DVB-S) PCI-Card
|
|
||||||
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name TwinhanDTV
|
|
||||||
bits 16
|
|
||||||
flags SPACE_ENC|CONST_LENGTH
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
header 9073 4400
|
|
||||||
one 654 1590
|
|
||||||
zero 654 469
|
|
||||||
ptrail 654
|
|
||||||
repeat 9076 2150
|
|
||||||
pre_data_bits 16
|
|
||||||
pre_data 0xFF
|
|
||||||
gap 107783
|
|
||||||
toggle_bit 0
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
FULLSCREEN 0xB24D
|
|
||||||
POWER 0x6897
|
|
||||||
1 0xC03F
|
|
||||||
2 0x807F
|
|
||||||
3 0x609F
|
|
||||||
4 0x906F
|
|
||||||
5 0xB847
|
|
||||||
6 0xF807
|
|
||||||
7 0xB04F
|
|
||||||
8 0x9867
|
|
||||||
9 0xD827
|
|
||||||
0 0xA857
|
|
||||||
RECORD 0x8877
|
|
||||||
FAVORITE 0xE817
|
|
||||||
REWIND 0x02FD
|
|
||||||
FORWARD 0x48B7
|
|
||||||
CH_UP 0xA05F
|
|
||||||
CH_DOWN 0x40BF
|
|
||||||
PLAY 0x28D7
|
|
||||||
VOL_DOWN 0x50AF
|
|
||||||
VOL_UP 0x7887
|
|
||||||
RECALL 0x708F
|
|
||||||
STOP 0x58A7
|
|
||||||
TIMESHIFT 0x32CD
|
|
||||||
MUTE 0x08F7
|
|
||||||
CANCEL 0x30CF
|
|
||||||
CAPTURE 0x2AD5
|
|
||||||
PREVIEW 0x12ED
|
|
||||||
EPG 0x38C7
|
|
||||||
RECORDLIST 0x20DF
|
|
||||||
TAB 0x00FF
|
|
||||||
TELETEXT 0xF00F
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,3 +0,0 @@
|
|||||||
LIRC_DRIVER=dev/input
|
|
||||||
LIRC_DEVICE=/dev/input/by-id/usb-Logitech_USB_Receiver-event-remote
|
|
||||||
LIRC_MODULES="evdev"
|
|
@ -1,65 +0,0 @@
|
|||||||
|
|
||||||
# Please make this file available to others
|
|
||||||
# by sending it to <lirc@bartelmus.de>
|
|
||||||
#
|
|
||||||
# this config file was automatically generated
|
|
||||||
# using lirc-0.8.2pre2(dev/input) on Sat May 19 19:29:07 2007
|
|
||||||
#
|
|
||||||
# contributed by Guillaume LECERF <fox@geexbox.org>
|
|
||||||
#
|
|
||||||
# brand: Logitech UltraX Media Remote
|
|
||||||
# model no. of remote control: R-RC6
|
|
||||||
# devices being controlled by this remote:
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name R-RC6
|
|
||||||
bits 16
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
one 0 0
|
|
||||||
zero 0 0
|
|
||||||
pre_data_bits 16
|
|
||||||
pre_data 0x8001
|
|
||||||
gap 133314
|
|
||||||
toggle_bit_mask 0x800100A4
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
KEY_RED 0x018E
|
|
||||||
KEY_HOME 0x0066
|
|
||||||
KEY_CLOSE 0x00CE
|
|
||||||
KEY_TV 0x0179
|
|
||||||
KEY_DVD 0x0185
|
|
||||||
KEY_RADIO 0x0181
|
|
||||||
KEY_MEDIA 0x00E2
|
|
||||||
KEY_VIDEO 0x0189
|
|
||||||
KEY_MP3 0x0187
|
|
||||||
KEY_VOLUMEDOWN 0x0072
|
|
||||||
KEY_VOLUMEUP 0x0073
|
|
||||||
KEY_MIN_INTERESTING 0x0071
|
|
||||||
KEY_RECORD 0x00A7
|
|
||||||
KEY_STOPCD 0x00A6
|
|
||||||
KEY_PREVIOUSSONG 0x00A5
|
|
||||||
KEY_NEXTSONG 0x00A3
|
|
||||||
KEY_PLAYPAUSE 0x00A4
|
|
||||||
KEY_REWIND 0x00A8
|
|
||||||
KEY_FASTFORWARD 0x00D0
|
|
||||||
KEY_BACK 0x009E
|
|
||||||
KEY_CHANNELUP 0x0192
|
|
||||||
KEY_MENU 0x008B
|
|
||||||
KEY_CHANNELDOWN 0x0193
|
|
||||||
KEY_ANGLE 0x0173
|
|
||||||
KEY_AUDIO 0x0188
|
|
||||||
KEY_LAST 0x0195
|
|
||||||
KEY_LANGUAGE 0x0170
|
|
||||||
KEY_AGAIN 0x0081
|
|
||||||
KEY_PROPS 0x0082
|
|
||||||
KEY_SUBTITLE 0x0172
|
|
||||||
KEY_SHUFFLE 0x019A
|
|
||||||
KEY_TEXT 0x0184
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
||||||
|
|
@ -1,216 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = POWER
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = EJECT
|
|
||||||
config = run /usr/bin/eject -s /dev/cdrom
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ANGLE
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = INDEX
|
|
||||||
config = set_menu jump_to
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = A-B
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MUTE
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
repeat = 1
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 1
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
repeat = 3
|
|
||||||
config = seek -60
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 5
|
|
||||||
repeat = 3
|
|
||||||
config = seek 60
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 7
|
|
||||||
repeat = 1
|
|
||||||
config = sub_delay -0.2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 1
|
|
||||||
config = sub_delay +0.2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 3
|
|
||||||
repeat = 1
|
|
||||||
config = brightness 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
repeat = 1
|
|
||||||
config = brightness -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 0
|
|
||||||
repeat = 1
|
|
||||||
config = sub_visibility
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MENU
|
|
||||||
config = set_menu main
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TITLE
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SUBTITLE
|
|
||||||
config = set_menu sub_sel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = AUDIO
|
|
||||||
config = set_menu audio_sel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PAUSE
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ACTIVE_MENU
|
|
||||||
repeat = 0
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = EXIT
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = LEFT_RW
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = RIGHT_FW
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = UP_FW
|
|
||||||
repeat = 3
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = DOWN_RW
|
|
||||||
repeat = 3
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = OK_PLAY
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = STOP
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SKIP_BACK
|
|
||||||
repeat = 2
|
|
||||||
config = pt_step -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SKIP_FORWARD
|
|
||||||
repeat = 2
|
|
||||||
config = pt_step 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = EXIT
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = RIGHT_FW
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = LEFT_RW
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = UP_FW
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = DOWN_RW
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = PAUSE
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = ANGLE
|
|
||||||
config = h
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = INDEX
|
|
||||||
config = i
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = A-B
|
|
||||||
config = v
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = MUTE
|
|
||||||
config = a
|
|
||||||
end
|
|
@ -1,127 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = red
|
|
||||||
repeat = 0
|
|
||||||
config = seek -60
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = green
|
|
||||||
repeat = 0
|
|
||||||
config = seek 60
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ok
|
|
||||||
repeat = 0
|
|
||||||
config = PAUSE
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mute
|
|
||||||
repeat = 0
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = blue
|
|
||||||
repeat = 1
|
|
||||||
config = VOLUME +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = yellow
|
|
||||||
repeat = 1
|
|
||||||
config = VOLUME -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol+
|
|
||||||
repeat = 0
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol-
|
|
||||||
repeat = 0
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = pr+
|
|
||||||
repeat = 0
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = pr-
|
|
||||||
repeat = 0
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = sleep
|
|
||||||
repeat = 1
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = time
|
|
||||||
repeat = 1
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = tv
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = psm
|
|
||||||
config = p:
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = picture
|
|
||||||
config = l:
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = ok
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = vol+
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = vol-
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = mute
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = sleep
|
|
||||||
config = v
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = pr+
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = pr-
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = tv
|
|
||||||
config = a
|
|
||||||
end
|
|
@ -1,293 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_POWER
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_RED
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_YELLOW
|
|
||||||
repeat = 2
|
|
||||||
config = sub_delay +0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_GREEN
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_TEXT
|
|
||||||
repeat = 3
|
|
||||||
config = sub_select
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_BLUE
|
|
||||||
repeat = 2
|
|
||||||
config = sub_delay -0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_BACK
|
|
||||||
config = set_menu jump_to
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_INFO
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_UP
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_LEFT
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_OK
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_RIGHT
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_DOWN
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_TIMESHIFTING
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_DVDMENU
|
|
||||||
config = menu hide\nrun play_dvd\n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_EPG
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_LIVETV
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_VOLUMEUP
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_WINDOWS
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_CHANNELUP
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_VOLUMEDOWN
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_CHANNELDOWN
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_MUTE
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_PREVIOUS
|
|
||||||
repeat = 3
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_NEXT
|
|
||||||
repeat = 3
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_RECORD
|
|
||||||
config = record
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_PAUSE
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_STOP
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_REWIND
|
|
||||||
repeat = 3
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_PLAY
|
|
||||||
config = seek 0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_FASTFORWARD
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = KEY_1
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_2
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = KEY_3
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_4
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_5
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_6
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_7
|
|
||||||
repeat = 2
|
|
||||||
config = pt_step -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_8
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_9
|
|
||||||
repeat = 2
|
|
||||||
config = pt_step +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_*
|
|
||||||
config = set_menu view_img
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_0
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_#
|
|
||||||
config = set_menu tv_settings
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_CLEAR
|
|
||||||
config = run /usr/bin/eject -s /dev/cdrom
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_ENTER
|
|
||||||
repeat = 3
|
|
||||||
config = switch_audio
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_POWER
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_RIGHT
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_NEXT
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_LEFT
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_PREVIOUS
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_UP
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_DOWN
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_PLAY
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_PAUSE
|
|
||||||
config = p
|
|
||||||
end
|
|
@ -1,341 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = channel_list
|
|
||||||
config = set_menu tv_chan
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vcr
|
|
||||||
config = set_menu record
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = radio
|
|
||||||
config = set_menu radio_chan
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = setup
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = tv
|
|
||||||
config = set_menu tv_settings
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = pause
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = rewind
|
|
||||||
repeat = 3
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = fast_forward
|
|
||||||
repeat = 3
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = previous
|
|
||||||
repeat = 3
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = next
|
|
||||||
repeat = 3
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol-down
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol-up
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = chan-down
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = chan-up
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = video_desktop
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = power
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = dvd_menu
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = dvd
|
|
||||||
config = menu hide\nrun play_dvd\n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = photo
|
|
||||||
config = set_menu view_img
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = play
|
|
||||||
config = seek 0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ok
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = right
|
|
||||||
repeat = 2
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = left
|
|
||||||
repeat = 2
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = up
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = down
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = red
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = green
|
|
||||||
config = set_menu view_sleeptimer
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = blue
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = txt
|
|
||||||
repeat = 3
|
|
||||||
config = sub_select
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = dvd_audio
|
|
||||||
repeat = 3
|
|
||||||
config = switch_audio
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mute
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = rec
|
|
||||||
config = record
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = stop
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = fullscreen
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 0
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 5
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
repeat = 2
|
|
||||||
config = sub_delay -0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 3
|
|
||||||
repeat = 2
|
|
||||||
config = sub_delay +0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 7
|
|
||||||
repeat = 2
|
|
||||||
config = pt_step -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 9
|
|
||||||
repeat = 2
|
|
||||||
config = pt_step +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = delete
|
|
||||||
config = d
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = ch_search
|
|
||||||
config = o
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = rename
|
|
||||||
config = d
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = snapshot
|
|
||||||
config = c
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = acquire_image
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = edit_image
|
|
||||||
config = u
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = power
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = right
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = next
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = left
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = previous
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = up
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = down
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = fullscreen
|
|
||||||
config = a
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = dvd_menu
|
|
||||||
config = h
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = tv
|
|
||||||
config = i
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = play
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = pause
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = setup
|
|
||||||
config = v
|
|
||||||
end
|
|
@ -1,98 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TAPE
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CD_PAUSE
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CD_STOP
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CD_PLAY
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CD_PREV_TRACK
|
|
||||||
repeat = 1
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CD_NEXT_TRACK
|
|
||||||
repeat = 1
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SLEEP
|
|
||||||
repeat = 1
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CD
|
|
||||||
repeat = 1
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = AMP_VOL_DOWN
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = AMP_VOL_UP
|
|
||||||
repeat = 5
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CD_EJECT
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = AMP_POWER
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TUNER
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TUNER_SHIFT
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VIDEO/AUX
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PHONO
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TUNER_PRESET_+
|
|
||||||
repeat = 5
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TUNER_PRESET_-
|
|
||||||
repeat = 5
|
|
||||||
config = menu down
|
|
||||||
end
|
|
@ -1,100 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = F_TV
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CD_PLAY
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CD_PAUSE/STOP
|
|
||||||
repeat = 1
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CD_SEARCH_FWD
|
|
||||||
repeat = 1
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TAPE_DIR_A
|
|
||||||
repeat = 1
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TAPE_DIR_B
|
|
||||||
repeat = 1
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CD_SEARCH_REV
|
|
||||||
repeat = 1
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CD_SKIP_FWD
|
|
||||||
repeat = 1
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TUNER_+
|
|
||||||
repeat = 1
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 1
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CD_SKIP_REV
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CD_DISK_SKIP
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = TAPE_PLAY
|
|
||||||
button = Info
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TAPE_STOP
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TAPE_FFWD
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TAPE_REWIND
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TAPE_REC/PAUSE
|
|
||||||
repeat = 1
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TAPE_DECK_A/B
|
|
||||||
repeat = 1
|
|
||||||
config = menu down
|
|
||||||
end
|
|
@ -1,182 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = power
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = key1
|
|
||||||
config = tv_step_channel 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = key2
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = key3
|
|
||||||
config = audio_delay 0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = key4
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = key5
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = key6
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = key7
|
|
||||||
config = tv_step_channel -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = key8
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = key9
|
|
||||||
config = audio_delay -0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = key0
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
# Note: CMSS not supported by current Alsa driver
|
|
||||||
button = CMSS
|
|
||||||
config = run "umount /tmp/UPnP; /etc/init.d/59_upnp"
|
|
||||||
end
|
|
||||||
#begin
|
|
||||||
# prog = mplayer
|
|
||||||
# Note: EAX not supported by current Alsa driver
|
|
||||||
# button = EAX
|
|
||||||
# config = <UNUSED>
|
|
||||||
#end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mute
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol-
|
|
||||||
repeat = 1
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol+
|
|
||||||
repeat = 1
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = up
|
|
||||||
repeat = 1
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = down
|
|
||||||
repeat = 1
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = left
|
|
||||||
repeat = 1
|
|
||||||
config = menu left
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = right
|
|
||||||
repeat = 1
|
|
||||||
config = menu right
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ok
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = return
|
|
||||||
config = dvdnav 7
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = start
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = cancel
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = record
|
|
||||||
config = set_menu recorder
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = options
|
|
||||||
config = set_menu options
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = display
|
|
||||||
config = sub_visibility
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = previous
|
|
||||||
repeat = 3
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = playpause
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = next
|
|
||||||
repeat = 3
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = slow
|
|
||||||
config = speed_incr -0.5
|
|
||||||
config = speed_incr 0.5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = stop
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = step
|
|
||||||
config = frame_step
|
|
||||||
end
|
|
@ -1,97 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TV_DOWN
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MENU_DOWN
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = STOP_DOWN
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MUTE_DOWN
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1_DOWN
|
|
||||||
repeat = 1
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 3_DOWN
|
|
||||||
repeat = 1
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = REWIND_DOWN
|
|
||||||
repeat = 1
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FORWARD_DOWN
|
|
||||||
repeat = 1
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOLUME_DOWN_DOWN
|
|
||||||
repeat = 1
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOLUME_UP_DOWN
|
|
||||||
repeat = 1
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = BLUE_BUTTON_DOWN
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = POWER_DOWN
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = RED_BUTTON_DOWN
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = GREEN_BUTTON_DOWN
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = LEFT_MOUSE_BUTTON_TOUCH_DOWN
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MOUSE_S
|
|
||||||
repeat = 0
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = LEFT_MOUSE_BUTTON_DOWN
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = RIGHT_MOUSE_BUTTON_DOWN
|
|
||||||
config = menu down
|
|
||||||
end
|
|
@ -1,132 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TV
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 5
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FREEZE
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 1
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 1
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
repeat = 1
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
repeat = 1
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
repeat = 1
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 7
|
|
||||||
repeat = 1
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL_UP
|
|
||||||
repeat = 1
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL_DOWN
|
|
||||||
repeat = 1
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VIDEO
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PREVIEW
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PLAY
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = RECORD
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = STOP
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CH_UP
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CH_DOWN
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FINE_UP(PLUS)
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FINE_DOWN(MINUS)
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 3
|
|
||||||
config = audio_delay 0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 9
|
|
||||||
config = audio_delay -0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MUTE
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ZOOM
|
|
||||||
config = vo_fullscreen
|
|
||||||
end
|
|
@ -1,356 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = launch_setup
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = pause
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = rewind
|
|
||||||
repeat = 3
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = fast_forward
|
|
||||||
repeat = 3
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = c
|
|
||||||
repeat = 3
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = d
|
|
||||||
repeat = 3
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol-down
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol-up
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = chan-down
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = chan-up
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = tv_on_demand
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = power
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = dvd-root_menu
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = web
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = dvd
|
|
||||||
config = menu hide\nrun play_dvd\n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = tv
|
|
||||||
config = set_menu tv_settings
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = drag
|
|
||||||
config = set_menu view_img
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = play
|
|
||||||
config = seek 0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ok
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = cursor-right
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mouse-right
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = cursor-left
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mouse-left
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = cursor-up
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mouse-up
|
|
||||||
repeat = 6
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = cursor-down
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mouse-down
|
|
||||||
repeat = 6
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = a
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = b
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = e
|
|
||||||
repeat = 3
|
|
||||||
config = sub_select
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = f
|
|
||||||
repeat = 3
|
|
||||||
config = switch_audio
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mute
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = record
|
|
||||||
config = record
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = stop
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = max_window
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = media_library
|
|
||||||
config = set_menu jump_to
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 0
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 5
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
repeat = 2
|
|
||||||
config = sub_delay -0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 3
|
|
||||||
repeat = 2
|
|
||||||
config = sub_delay +0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 7
|
|
||||||
repeat = 2
|
|
||||||
config = pt_step -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 9
|
|
||||||
repeat = 2
|
|
||||||
config = pt_step +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = d
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = c
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = mouse-button_left
|
|
||||||
config = set_menu properties
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = power
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = cursor-right
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = mouse-right
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = fast_forward
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = cursor-left
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = mouse-left
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = rewind
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = cursor-up
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = mouse-up
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = cursor-down
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = mouse-down
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = max_window
|
|
||||||
config = a
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = dvd-root_menu
|
|
||||||
config = h
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = tv_on_demand
|
|
||||||
config = i
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = play
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = pause
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = launch_setup
|
|
||||||
config = v
|
|
||||||
end
|
|
@ -1,277 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = hand
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = pause
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = rewind
|
|
||||||
repeat = 3
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ffwd
|
|
||||||
repeat = 3
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = c
|
|
||||||
repeat = 3
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = d
|
|
||||||
repeat = 3
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = chan-down
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = chan-up
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol-down
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol-up
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = info
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = power
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = timer
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ati
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = dvd
|
|
||||||
config = menu hide\nrun play_dvd\n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = tv
|
|
||||||
config = set_menu tv_settings
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = check
|
|
||||||
config = sub_visibility
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = play
|
|
||||||
config = seek 0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ok
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = cursor-right
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mouse-right
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = cursor-left
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mouse-left
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = cursor-up
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mouse-up
|
|
||||||
repeat = 6
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = cursor-down
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mouse-down
|
|
||||||
repeat = 6
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = e
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = f
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mute
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = stop
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = max_window
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = a
|
|
||||||
config = set_menu jump_to
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = b
|
|
||||||
config = set_menu audio_sel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = d
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = c
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = power
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = cursor-right
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = mouse-right
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = fast_forward
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = cursor-left
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = mouse-left
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = rewind
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = cursor-up
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = mouse-up
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = cursor-down
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = mouse-down
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = max_window
|
|
||||||
config = a
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = dvd-root_menu
|
|
||||||
config = h
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = tv_on_demand
|
|
||||||
config = i
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = play
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = pause
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = launch_setup
|
|
||||||
config = v
|
|
||||||
end
|
|
@ -1,123 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = DISPLAY
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PAUSE
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CH_DOWN
|
|
||||||
repeat = 3
|
|
||||||
config = seek -60
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CH_UP
|
|
||||||
repeat = 3
|
|
||||||
config = seek 60
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL_DOWN
|
|
||||||
repeat = 2
|
|
||||||
config = volume -2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL_UP
|
|
||||||
repeat = 2
|
|
||||||
config = volume 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TELETEXT
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = POWER
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TV/FM
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 0
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VIDEO
|
|
||||||
config = menu hide\nrun play_dvd\n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TV/FM
|
|
||||||
config = set_menu tv_settings
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PREVIEW
|
|
||||||
config = set_menu view_img
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PLAY
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 4
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 4
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = GREEN
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = RED
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MUTE
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = STOP
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FULLSCREEN
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
@ -1,248 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_GREEN
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_PAUSE
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_PREVIOUS
|
|
||||||
repeat = 3
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_NEXT
|
|
||||||
repeat = 3
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_VOLUMEDOWN
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_VOLUMEUP
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_CHANNELDOWN
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_CHANNELUP
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_SELECT
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_POWER
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_INFO
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_TEXT
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_RED
|
|
||||||
config = menu hide\nrun play_dvd\n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_EPG
|
|
||||||
config = set_menu view_img
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_PLAY
|
|
||||||
config = seek 0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_OK
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_RIGHT
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_LEFT
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_UP
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_DOWN
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_BLUE
|
|
||||||
repeat = 3
|
|
||||||
config = sub_select
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_YELLOW
|
|
||||||
repeat = 3
|
|
||||||
config = switch_audio
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_MUTE
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_RECORD
|
|
||||||
config = record
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_STOP
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_VIDEO
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_REFRESH
|
|
||||||
config = set_menu jump_to
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_8
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_2
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_4
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_6
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_0
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_5
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_7
|
|
||||||
repeat = 2
|
|
||||||
config = pt_step -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_9
|
|
||||||
repeat = 2
|
|
||||||
config = pt_step +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = KEY_3
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = KEY_1
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_POWER
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_RIGHT
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_NEXT
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_LEFT
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_PREVIOUS
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_UP
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_DOWN
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_PLAY
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_PAUSE
|
|
||||||
config = p
|
|
||||||
end
|
|
@ -1,98 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = play
|
|
||||||
config = seek 0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = pause
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = stop
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mute
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = rrev
|
|
||||||
repeat = 1
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ffwd
|
|
||||||
repeat = 1
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = last
|
|
||||||
repeat = 1
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = next
|
|
||||||
repeat = 1
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol-
|
|
||||||
repeat = 1
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol+
|
|
||||||
repeat = 1
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = shift
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = start
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = eject
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 1
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 1
|
|
||||||
config = menu down
|
|
||||||
end
|
|
@ -1,335 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 0
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = tv
|
|
||||||
config = set_menu tv_settings
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = pause
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = pre
|
|
||||||
repeat = 2
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = next
|
|
||||||
repeat = 2
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = step-
|
|
||||||
repeat = 2
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = step+
|
|
||||||
repeat = 2
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ch+
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ch-
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol-
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol+
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ui_on_off
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = os_start
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = rec
|
|
||||||
config = set_menu recorder
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = menu
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = dvd_vcd
|
|
||||||
config = menu hide\nplay_dvd\nplay_vcd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = music
|
|
||||||
config = menu hide\nplay_cdda
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = photo
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = play
|
|
||||||
config = seek 0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = enter
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = right
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = left
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = up
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = down
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
repeat = 2
|
|
||||||
config = set_menu options
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 3
|
|
||||||
repeat = 2
|
|
||||||
config = sub_select
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 5
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 7
|
|
||||||
repeat = 2
|
|
||||||
config = set_menu controls
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 9
|
|
||||||
repeat = 2
|
|
||||||
config = set_menu properties
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = subtitle
|
|
||||||
repeat = 2
|
|
||||||
config = sub_visibility
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = dvd_audio
|
|
||||||
repeat = 2
|
|
||||||
config = switch_audio
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mute
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = stop
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ui_size
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = home
|
|
||||||
config = set_menu jump_to
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = 1
|
|
||||||
repeat = 2
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = 4
|
|
||||||
repeat = 2
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = back
|
|
||||||
config = u
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = stop
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = up
|
|
||||||
config = u
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = down
|
|
||||||
config = d
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = left
|
|
||||||
config = <
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = right
|
|
||||||
config = >
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = next
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = step+
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = pre
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = step-
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = ch+
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = vol+
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = ch-
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = vol-
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = enter
|
|
||||||
config = a
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = ui_size
|
|
||||||
config = a
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = menu
|
|
||||||
config = h
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = ui_on_off
|
|
||||||
config = i
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = play
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = pause
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = subtitle
|
|
||||||
config = v
|
|
||||||
end
|
|
@ -1,291 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 0
|
|
||||||
config = set_menu controls
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = tv_dvr
|
|
||||||
config = set_menu tv_settings
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = dvd_menu
|
|
||||||
config = menu hide\nrun play_dvd\n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = pause
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = rew
|
|
||||||
repeat = 3
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = fwd
|
|
||||||
repeat = 3
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = step-
|
|
||||||
repeat = 3
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = step+
|
|
||||||
repeat = 3
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ch+
|
|
||||||
repeat = 3
|
|
||||||
config = tv_step_channel +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ch-
|
|
||||||
repeat = 3
|
|
||||||
config = tv_step_channel -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol-
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol+
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ui_size
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = power
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = back_fwd
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = fm
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = music
|
|
||||||
config = play_cdda
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = pictures
|
|
||||||
config = set_menu view_img
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = play
|
|
||||||
config = seek 0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ok
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = right
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = left
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = up
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = down
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 3
|
|
||||||
config = sub_select +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 5
|
|
||||||
repeat = 3
|
|
||||||
config = sub_select
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 3
|
|
||||||
config = sub_select -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 3
|
|
||||||
repeat = 3
|
|
||||||
config = vobsub_lang +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
repeat = 3
|
|
||||||
config = vobsub_lang -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 7
|
|
||||||
repeat = 3
|
|
||||||
config = panscan -0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 9
|
|
||||||
repeat = 3
|
|
||||||
config = panscan +0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = pc
|
|
||||||
repeat = 3
|
|
||||||
config = sub_visibility
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = repeat
|
|
||||||
repeat = 3
|
|
||||||
config = switch_audio
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mute
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = stop
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ui_size
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = video
|
|
||||||
config = play_vcd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = step-
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = step+
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = stop
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = right
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = step+
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = left
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = step-
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = up
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = down
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = ui_size
|
|
||||||
config = a
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = menu
|
|
||||||
config = h
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = tv_dvr
|
|
||||||
config = i
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = play
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = pause
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = 0
|
|
||||||
config = v
|
|
||||||
end
|
|
@ -1,296 +0,0 @@
|
|||||||
|
|
||||||
# ---------------------------------
|
|
||||||
# Lirc Key Mapping for standard DVICO remote
|
|
||||||
#
|
|
||||||
# Keys available to MAP
|
|
||||||
# +---------------------------+
|
|
||||||
# | Power PC Off |
|
|
||||||
# | 1 2 3 |
|
|
||||||
# | 4 5 6 |
|
|
||||||
# | 7 8 9 |
|
|
||||||
# | Camera 0 Record |
|
|
||||||
# | |
|
|
||||||
# | CHUP |
|
|
||||||
# | VOLDOWN PLAYPAUSE VOLUP|
|
|
||||||
# | CHDOWN |
|
|
||||||
# | |
|
|
||||||
# | REW STOP FF |
|
|
||||||
# | |
|
|
||||||
# | FOLDER ATVDTV DVHS |
|
|
||||||
# | MENU ASPECT ZOOM |
|
|
||||||
# | |
|
|
||||||
# |EPG MUTE BACK HD |
|
|
||||||
# |RED GREEN YELLOW BLUE |
|
|
||||||
# +---------------------------+
|
|
||||||
#
|
|
||||||
# Command Mapping
|
|
||||||
# +---------------------------+
|
|
||||||
# | PC Off |
|
|
||||||
# | frame bk MNUUP frame fwd|
|
|
||||||
# | MNULEFT OK MNURIGHT |
|
|
||||||
# | bk 30s MNUDOWN fw 30s |
|
|
||||||
# | OSD |
|
|
||||||
# | |
|
|
||||||
# | |
|
|
||||||
# | VOLDOWN PLAYPAUSE VOLUP|
|
|
||||||
# | |
|
|
||||||
# | |
|
|
||||||
# | SLOW NORMAL FAST |
|
|
||||||
# | |
|
|
||||||
# | OPEN SUBTITLE SUBSELCT|
|
|
||||||
# | MENU ASPECT |
|
|
||||||
# | |
|
|
||||||
# |MNUJMP MUTE MNUCNCL AUDSL |
|
|
||||||
# |QUIT |
|
|
||||||
# +---------------------------+
|
|
||||||
#
|
|
||||||
#
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
config = seek -1
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = pcoff
|
|
||||||
repeat = 2
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 3
|
|
||||||
config = frame_step
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 5
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 7
|
|
||||||
config = seek 30
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 9
|
|
||||||
config = seek -30
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = playpause
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = rew
|
|
||||||
config = speed_incr -0.1
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = stop
|
|
||||||
config = speed_set 1
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ff
|
|
||||||
config = speed_incr 0.1
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = voldown
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = volup
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = camera
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = folder
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = atvdtv
|
|
||||||
config = sub_visibility
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = dvhs
|
|
||||||
config = sub_select
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = menu
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = aspect
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = epg
|
|
||||||
config = set_menu jump_to
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = mute
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = back
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = hd
|
|
||||||
config = set_menu audio_sel
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = red
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = green
|
|
||||||
config = set_menu audio_sel
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = yellow
|
|
||||||
config = set_menu audio_sel
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = blue
|
|
||||||
config = set_menu audio_sel
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = 3
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = c
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = power
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = 6
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = 4
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = 2
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = 8
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = zoom
|
|
||||||
config = a
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = folder
|
|
||||||
config = h
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = menu
|
|
||||||
config = i
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = playpause
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = launch_setup
|
|
||||||
config = hd
|
|
||||||
end
|
|
@ -1,134 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ZOOM
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 7
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = AGAIN
|
|
||||||
repeat = 3
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ENTER
|
|
||||||
repeat = 3
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOLUMEDOWN
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOLUMEUP
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CHANNELDOWN
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CHANNELUP
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = POWER
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TUNER
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
config = seek 0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VIDEO
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MODE
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = AUDIO
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = LANGUAGE
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MUTE
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 9
|
|
||||||
config = record
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 3
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 0
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 5
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
@ -1,408 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TV
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 5
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 1
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 1
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
repeat = 1
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
repeat = 1
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
repeat = 1
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 7
|
|
||||||
repeat = 1
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FULL_SCREEN
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MINIMIZE
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SOURCE
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL+
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL-
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CH+
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CH-
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 3
|
|
||||||
config = audio_delay 0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 9
|
|
||||||
config = audio_delay -0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Go
|
|
||||||
config = not_yet_defined
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Power
|
|
||||||
config = Escape
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = TV
|
|
||||||
config = not_yet_defined
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Videos
|
|
||||||
config = not_yet_defined
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Music
|
|
||||||
config = not_yet_defined
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Pictures
|
|
||||||
config = not_yet_defined
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Guide
|
|
||||||
config = space
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Radio
|
|
||||||
config = not_yet_defined
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Up
|
|
||||||
config = Up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Left
|
|
||||||
config = Left
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Right
|
|
||||||
config = Right
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Down
|
|
||||||
config = Down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Ok
|
|
||||||
config = Return
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Back/Exit
|
|
||||||
config = BackSpace
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Menu/i
|
|
||||||
config = Super_L
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Vol+
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Vol-
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Prev.Ch
|
|
||||||
config = not_yet_defined
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Mute
|
|
||||||
config = m
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Ch+
|
|
||||||
config = not_yet_defined
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Ch-
|
|
||||||
config = not_yet_defined
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Record
|
|
||||||
config = not_yet_defined
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Stop
|
|
||||||
config = s
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Rewind
|
|
||||||
config = not_yet_defined
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Play
|
|
||||||
config = Return
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Forward
|
|
||||||
config = not_yet_defined
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Replay/SkipBackward
|
|
||||||
config = not_yet_defined
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Pause
|
|
||||||
config = space
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = SkipForward
|
|
||||||
config = not_yet_defined
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = 1
|
|
||||||
config = 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = 2
|
|
||||||
config = 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = 3
|
|
||||||
config = 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = 4
|
|
||||||
config = 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = 5
|
|
||||||
config = 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = 6
|
|
||||||
config = 6
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = 7
|
|
||||||
config = 7
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = 8
|
|
||||||
config = 8
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = 9
|
|
||||||
config = 9
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Asterix
|
|
||||||
config = not_yet_defined
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = 0
|
|
||||||
config = 0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = #
|
|
||||||
config = not_yet_defined
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Red
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Green
|
|
||||||
config = w
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Yellow
|
|
||||||
config = e
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = enna
|
|
||||||
delay=1
|
|
||||||
repeat=1
|
|
||||||
button = Blue
|
|
||||||
config = r
|
|
||||||
end
|
|
@ -1,378 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MyTV
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = AppExit
|
|
||||||
config = run /usr/bin/eject -s /dev/cdrom
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Eject
|
|
||||||
config = run /usr/bin/eject -s -T /dev/cdrom
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Pause
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Rewind
|
|
||||||
repeat = 3
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FastForward
|
|
||||||
repeat = 3
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Backspace
|
|
||||||
repeat = 3
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SelectSpace
|
|
||||||
repeat = 3
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VolDown
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VolUp
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KnobVolDown
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KnobVolUp
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ChDown
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ChUp
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Bookmark
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Power
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Menu
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Open
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MyDVD
|
|
||||||
config = menu hide\nrun play_dvd\n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Bookmark
|
|
||||||
config = set_menu tv_settings
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MyPhoto
|
|
||||||
config = set_menu view_img
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MyMusic
|
|
||||||
config = play_cdda
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MyMovie
|
|
||||||
config = play_vcd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Play
|
|
||||||
config = seek 0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Enter
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Esc
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CursorUp
|
|
||||||
repeat = 1
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CursorDown
|
|
||||||
repeat = 1
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = WindowsKey
|
|
||||||
repeat = 1
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MouseMenu
|
|
||||||
repeat = 1
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MouseLeftClick
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MouseRightClick
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Language
|
|
||||||
repeat = 3
|
|
||||||
config = sub_select
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TaskSwitcher
|
|
||||||
repeat = 3
|
|
||||||
config = switch_audio
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = AppLauncher
|
|
||||||
config = u
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Mute
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Record
|
|
||||||
config = record
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Stop
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = AspectRatio
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MultiMon
|
|
||||||
config = set_menu jump_to
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 0
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 5
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
repeat = 2
|
|
||||||
config = sub_delay -0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 3
|
|
||||||
repeat = 2
|
|
||||||
config = sub_delay +0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 7
|
|
||||||
repeat = 2
|
|
||||||
config = pt_step -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 9
|
|
||||||
repeat = 2
|
|
||||||
config = pt_step +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = d
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = c
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = mouse-button_left
|
|
||||||
config = set_menu properties
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Power
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = CursorRight
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = MouseRight
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = FastForward
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = CursorLeft
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = MouseLeft
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Rewind
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = CursorUp
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = WindowsKey
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = CursorDown
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = MouseMenu
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = FullScreen
|
|
||||||
config = a
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Menu
|
|
||||||
config = h
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = MyTV
|
|
||||||
config = i
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Play
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Pause
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = launch_setup
|
|
||||||
config = v
|
|
||||||
end
|
|
@ -1,378 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MyTV
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = AppExit
|
|
||||||
config = run /usr/bin/eject -s /dev/cdrom
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Eject
|
|
||||||
config = run /usr/bin/eject -s -T /dev/cdrom
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Pause
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Rewind
|
|
||||||
repeat = 3
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FastForward
|
|
||||||
repeat = 3
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Backspace
|
|
||||||
repeat = 3
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SelectSpace
|
|
||||||
repeat = 3
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VolDown
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VolUp
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KnobVolDown
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KnobVolUp
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ChDown
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ChUp
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Bookmark
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Power
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Menu
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Open
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MyDVD
|
|
||||||
config = menu hide\nrun play_dvd\n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Bookmark
|
|
||||||
config = set_menu tv_settings
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MyPhoto
|
|
||||||
config = set_menu view_img
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MyMusic
|
|
||||||
config = play_cdda
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MyMovie
|
|
||||||
config = play_vcd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Play
|
|
||||||
config = seek 0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Enter
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Esc
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
repeat = 1
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 1
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = WindowsKey
|
|
||||||
repeat = 1
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MouseMenu
|
|
||||||
repeat = 1
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MouseLeftClick
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MouseRightClick
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Language
|
|
||||||
repeat = 3
|
|
||||||
config = sub_select
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TaskSwitcher
|
|
||||||
repeat = 3
|
|
||||||
config = switch_audio
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = AppLauncher
|
|
||||||
config = u
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Mute
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Record
|
|
||||||
config = record
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Stop
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = AspectRatio
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MultiMon
|
|
||||||
config = set_menu jump_to
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 0
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 5
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
repeat = 2
|
|
||||||
config = sub_delay -0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 3
|
|
||||||
repeat = 2
|
|
||||||
config = sub_delay +0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 7
|
|
||||||
repeat = 2
|
|
||||||
config = pt_step -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 9
|
|
||||||
repeat = 2
|
|
||||||
config = pt_step +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = d
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = c
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = mouse-button_left
|
|
||||||
config = set_menu properties
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Power
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = CursorRight
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = MouseRight
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = FastForward
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = CursorLeft
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = MouseLeft
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Rewind
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = CursorUp
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = WindowsKey
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = CursorDown
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = MouseMenu
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = FullScreen
|
|
||||||
config = a
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Menu
|
|
||||||
config = h
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = MyTV
|
|
||||||
config = i
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Play
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Pause
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = launch_setup
|
|
||||||
config = v
|
|
||||||
end
|
|
@ -1,98 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TV/FM
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 9
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MUTE
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
repeat = 6
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 3
|
|
||||||
repeat = 6
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
repeat = 6
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
repeat = 6
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FINE_DOWN
|
|
||||||
repeat = 6
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FINE_UP
|
|
||||||
repeat = 6
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SCAN
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = POWER
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ENTER
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FULLSCREEN
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL_UP
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL_DOWN
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CH_UP
|
|
||||||
repeat = 6
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CH_DOWN
|
|
||||||
repeat = 6
|
|
||||||
config = menu down
|
|
||||||
end
|
|
@ -1,234 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TV
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FM
|
|
||||||
config = set_menu radio_settings
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TV
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SLEEP
|
|
||||||
config = set_menu view_sleeptimer
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = REPLAY
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SKIP
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = BACK
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FORWARD
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = POWER
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MENU
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = DVD
|
|
||||||
config = menu hide\nrun play_dvd\n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ENTER
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL_UP
|
|
||||||
repeat = 2
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL_DOWN
|
|
||||||
repeat = 2
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CH_UP
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CH_DOWN
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = OSD
|
|
||||||
config = sub_select
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = LANGUAGE
|
|
||||||
config = switch_audio
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MUTE
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = REC
|
|
||||||
config = record
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = STOP
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FULLSCREEN
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = DISPLAY
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 0
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 5
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
config = sub_delay -0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 3
|
|
||||||
config = sub_delay +0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 7
|
|
||||||
config = pt_step -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 9
|
|
||||||
config = pt_step +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = RED
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = GREEN
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = POWER
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = VOL_UP
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = SKIP
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = VOL_DOWN
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = REPLAY
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = CH_UP
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = CH_DOWN
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = FULLSCREEN
|
|
||||||
config = a
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = DVD
|
|
||||||
config = h
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = TV
|
|
||||||
config = i
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = PLAY
|
|
||||||
config = p
|
|
||||||
end
|
|
@ -1,98 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TV
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PAUSE
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = STOP
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MUTE
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
repeat = 1
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 3
|
|
||||||
repeat = 1
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SEEK-
|
|
||||||
repeat = 1
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SEEK+
|
|
||||||
repeat = 1
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL-
|
|
||||||
repeat = 1
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL+
|
|
||||||
repeat = 1
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = HELP
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CLOSE
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ENTER
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = GDE
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = BUTTONL_DOWN
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = BUTTONR_DOWN
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CH+
|
|
||||||
repeat = 1
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CH-
|
|
||||||
repeat = 1
|
|
||||||
config = menu down
|
|
||||||
end
|
|
@ -1,304 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_TV
|
|
||||||
config = set_menu tv_settings
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_PAUSE
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_REWIND
|
|
||||||
repeat = 3
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_FORWARD
|
|
||||||
repeat = 3
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_PREVIOUS
|
|
||||||
repeat = 3
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_NEXT
|
|
||||||
repeat = 3
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_VOLUMEDOWN
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_VOLUMEUP
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_CHANNELDOWN
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_CHANNELUP
|
|
||||||
repeat = 2
|
|
||||||
config = tv_step_channel +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_GUIDE
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_POWER
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_MENU
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_GO
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = KEY_RADIO
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = KEY_TEXT
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_PLAY
|
|
||||||
config = seek 0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_OK
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_RIGHT
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_LEFT
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_UP
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_DOWN
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_GREEN
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_YELLOW
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_BLUE
|
|
||||||
repeat = 2
|
|
||||||
config = sub_delay +0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_RED
|
|
||||||
repeat = 2
|
|
||||||
config = sub_delay -0.1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 7
|
|
||||||
repeat = 2
|
|
||||||
config = pt_step +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 9
|
|
||||||
repeat = 2
|
|
||||||
config = pt_step -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_SUB
|
|
||||||
repeat = 3
|
|
||||||
config = sub_select
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_PREV
|
|
||||||
repeat = 3
|
|
||||||
config = switch_audio
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_MUTE
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_RECORD
|
|
||||||
config = record
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_STOP
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_VIDEO
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_EXIT
|
|
||||||
config = set_menu jump_to
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_8
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_2
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_4
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_6
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_0
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_5
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_POWER
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_STOP
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_RIGHT
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_LEFT
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_UP
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_DOWN
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_NEXT
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_PREVIOUS
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_FORWARD
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_REWIND
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_OK
|
|
||||||
config = a
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_0
|
|
||||||
config = h
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_GUIDE
|
|
||||||
config = i
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_RECORD
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_PREV
|
|
||||||
config = v
|
|
||||||
end
|
|
@ -1,209 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Aux3
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Enter
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Display
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Mute
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Hash
|
|
||||||
config = sub_visibility
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = One
|
|
||||||
config = sub_delay 0.25
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Three
|
|
||||||
config = sub_delay -0.25
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Left
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Right
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CHDown
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos -0.25
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CHUp
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos +0.25
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VolDown
|
|
||||||
repeat = 1
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VolUp
|
|
||||||
repeat = 1
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Help
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SRS
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Menu
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CD
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = RMB
|
|
||||||
repeat = 1
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = LMB
|
|
||||||
repeat = 1
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Up
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Down
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Two
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Four
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Five
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Six
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Eight
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Zero
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = Phone
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = Message
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Enter
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = RMB
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = LMB
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = VolUp
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = VolDown
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = CD
|
|
||||||
config = a
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Help
|
|
||||||
config = h
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Aux1
|
|
||||||
config = i
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Display
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Aux2
|
|
||||||
config = v
|
|
||||||
end
|
|
@ -1,231 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = F_TV
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 0/AV
|
|
||||||
repeat = 1
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 5
|
|
||||||
repeat = 1
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = pause
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = undo
|
|
||||||
repeat = 1
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = redo
|
|
||||||
repeat = 1
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
repeat = 1
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Rewind
|
|
||||||
repeat = 1
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
repeat = 1
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FForward
|
|
||||||
repeat = 1
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol-
|
|
||||||
repeat = 1
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = vol+
|
|
||||||
repeat = 1
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 1
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 1
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Fullscreen
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Power
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Info
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Menu
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Chan_Last
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Preview
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Vol+FF
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Vol-Rew
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Chan+Play
|
|
||||||
repeat = 1
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Chan-Stop
|
|
||||||
repeat = 1
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = channel-
|
|
||||||
repeat = 1
|
|
||||||
config = sub_pos -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = channel+
|
|
||||||
repeat = 1
|
|
||||||
config = sub_pos +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Mute
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Stop
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Zoom
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = middle
|
|
||||||
config = set_menu jump_to
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Record
|
|
||||||
config = record
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = F_RADIO
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = F_TELETEXT
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Power
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Vol+FF
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Vol-Rew
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Chan+Play
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Chan-Stop
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Fullscreen
|
|
||||||
config = a
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = 0
|
|
||||||
config = h
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Info
|
|
||||||
config = i
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Record
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Preview
|
|
||||||
config = v
|
|
||||||
end
|
|
@ -1,219 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VGA
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PAUSE
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = STOP
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PLAY
|
|
||||||
config = seek 0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MUTE
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PREV
|
|
||||||
repeat = 1
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = NEXT
|
|
||||||
repeat = 1
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = REV
|
|
||||||
repeat = 1
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FF
|
|
||||||
repeat = 1
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL-
|
|
||||||
repeat = 1
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL+
|
|
||||||
repeat = 1
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TITLE
|
|
||||||
config = set_menu view_img
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = OSD
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PRG
|
|
||||||
config = set_menu tv_settings
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SUB
|
|
||||||
config = sub_select
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = LANG
|
|
||||||
config = switch_audio
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ANGLE
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = QUIT
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MENU
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = EJECT
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SELECT
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = LEFT
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = UP
|
|
||||||
repeat = 1
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = DOWN
|
|
||||||
repeat = 1
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 0
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 5
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = ENTER
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = L-R
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = QUIT
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = RIGHT
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = FF
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = LEFT
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = REV
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = UP
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = DOWN
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = PLAY
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = PAUSE
|
|
||||||
config = p
|
|
||||||
end
|
|
@ -1,214 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = RED
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PAUSE
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = <<
|
|
||||||
repeat = 3
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = >>
|
|
||||||
repeat = 3
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = |<<
|
|
||||||
repeat = 3
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = >>|
|
|
||||||
repeat = 3
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL_DOWN
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL_UP
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = GREEN
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = POWER
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MENU
|
|
||||||
config = menu hide
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = YELLOW
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = BLUE
|
|
||||||
config = play_dvd hide_menu
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PLAY
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = OK
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = RIGHT
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = LEFT
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = UP
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = DOWN
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MUTE
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = STOP
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = RECORD
|
|
||||||
config = record
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 0
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 5
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = CH_UP
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = CH_DOWN
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = POWER
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = RIGHT
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = >>
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = LEFT
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = <<
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = UP
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = DOWN
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = PLAY
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = PAUSE
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = MENU
|
|
||||||
config = v
|
|
||||||
end
|
|
@ -1,230 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TV/VCR
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PAUSE
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FAST_REW
|
|
||||||
repeat = 3
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FAST_FORW
|
|
||||||
repeat = 3
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SHIFT<-
|
|
||||||
repeat = 3
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SHIFT->
|
|
||||||
repeat = 3
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CLEARNESS_IMG-
|
|
||||||
repeat = 2
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CLEARNESS_IMG+
|
|
||||||
repeat = 2
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = A.SELECT
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = POWER
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ZERO_BACK
|
|
||||||
config = menu hide
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 1
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TIME_SEARCH
|
|
||||||
config = play_dvd hide_menu
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TIME_LEFT/CLOCK
|
|
||||||
config = set_menu tv_settings
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = DT
|
|
||||||
config = set_menu view_img
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PLAY
|
|
||||||
config = seek 0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = IMMEDIATE_REC
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = OSP
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = DISPLAY
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CH+
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CH-
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ALIGN_DOWN
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ALIGN_UP
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = A.DUB
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = STOP
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = SP/LP
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = INDEX
|
|
||||||
config = set_menu jump_to
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = SHIFT<-
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = SHIFT->
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = POWER
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = OSP
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = SHIFT->
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = FAST_FORW
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = DISPLAY
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = FAST_REW
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = SHIFT<-
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = CH+
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = CH-
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = SP/LP
|
|
||||||
config = a
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = ZERO_BACK
|
|
||||||
config = h
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = A.SELECT
|
|
||||||
config = i
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = PLAY
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = PAUSE
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = TV/VCR
|
|
||||||
config = v
|
|
||||||
end
|
|
@ -1,152 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FULLSCREEN
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TIMESHIFT
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = STOP
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = MUTE
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = REWIND
|
|
||||||
repeat = 1
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FORWARD
|
|
||||||
repeat = 1
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL_DOWN
|
|
||||||
repeat = 1
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VOL_UP
|
|
||||||
repeat = 1
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = EPG
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = POWER
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = RECALL
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PREVIEW
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = PLAY
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CANCEL
|
|
||||||
repeat = 0
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CH_UP
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CH_DOWN
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = CAPTURE
|
|
||||||
config = set_menu recorder
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = RECORDLIST
|
|
||||||
config = set_menu dvb_sel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TAB
|
|
||||||
config = set_menu netstream_sel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TELETEXT
|
|
||||||
config = set_menu tv_chan
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = FAVORITE
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = RECORD
|
|
||||||
config = record
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 2
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
# DVD NAV
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 8
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 4
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 6
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 0
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = 5
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
@ -1,96 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_PLAYPAUSE
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_REWIND
|
|
||||||
repeat = 1
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_FASTFORWARD
|
|
||||||
repeat = 1
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_VOLUMEDOWN
|
|
||||||
repeat = 1
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_VOLUMEUP
|
|
||||||
repeat = 1
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_PROPS
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_CLOSE
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_TEXT
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_HOME
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_VIDEO
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_CHANNELDOWN
|
|
||||||
repeat = 1
|
|
||||||
config = sub_pos -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_CHANNELUP
|
|
||||||
repeat = 1
|
|
||||||
config = sub_pos +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_MIN_INTERESTING
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_STOPCD
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_ANGLE
|
|
||||||
config = set_menu aspect
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_LAST
|
|
||||||
config = set_menu jump_to
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = KEY_RECORD
|
|
||||||
config = record
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = KEY_CLOSE
|
|
||||||
config = q
|
|
||||||
end
|
|
@ -1,104 +0,0 @@
|
|||||||
#
|
|
||||||
# RC-6 config file
|
|
||||||
#
|
|
||||||
# source: http://home.hccnet.nl/m.majoor/projects__remote_control.htm
|
|
||||||
# http://home.hccnet.nl/m.majoor/pronto.pdf
|
|
||||||
#
|
|
||||||
# used by: Philips
|
|
||||||
#
|
|
||||||
#########
|
|
||||||
#
|
|
||||||
# Philips Media Center Edition remote control
|
|
||||||
# For use with the USB MCE ir receiver
|
|
||||||
#
|
|
||||||
# Dan Conti dconti|acm.wwu.edu
|
|
||||||
#
|
|
||||||
# Updated with codes for MCE 2005 Remote additional buttons
|
|
||||||
# *, #, Teletext, Red, Green, Yellow & Blue Buttons
|
|
||||||
# Note: TV power button transmits no code until programmed.
|
|
||||||
# Updated 12th September 2005
|
|
||||||
# Graham Auld - mce|graham.auld.me.uk
|
|
||||||
#
|
|
||||||
# Radio, Print, RecTV are only available on the HP Media Center remote control
|
|
||||||
#
|
|
||||||
|
|
||||||
begin remote
|
|
||||||
|
|
||||||
name mceusb
|
|
||||||
bits 16
|
|
||||||
flags RC6|CONST_LENGTH
|
|
||||||
eps 30
|
|
||||||
aeps 100
|
|
||||||
|
|
||||||
header 2667 889
|
|
||||||
one 444 444
|
|
||||||
zero 444 444
|
|
||||||
pre_data_bits 21
|
|
||||||
pre_data 0x37FF0
|
|
||||||
gap 105000
|
|
||||||
toggle_bit 22
|
|
||||||
rc6_mask 0x100000000
|
|
||||||
|
|
||||||
|
|
||||||
begin codes
|
|
||||||
|
|
||||||
Blue 0x00007ba1
|
|
||||||
Yellow 0x00007ba2
|
|
||||||
Green 0x00007ba3
|
|
||||||
Red 0x00007ba4
|
|
||||||
Teletext 0x00007ba5
|
|
||||||
|
|
||||||
# starts at af
|
|
||||||
Radio 0x00007baf
|
|
||||||
Print 0x00007bb1
|
|
||||||
Videos 0x00007bb5
|
|
||||||
Pictures 0x00007bb6
|
|
||||||
RecTV 0x00007bb7
|
|
||||||
Music 0x00007bb8
|
|
||||||
TV 0x00007bb9
|
|
||||||
# no ba - d8
|
|
||||||
|
|
||||||
Guide 0x00007bd9
|
|
||||||
LiveTV 0x00007bda
|
|
||||||
DVD 0x00007bdb
|
|
||||||
Back 0x00007bdc
|
|
||||||
OK 0x00007bdd
|
|
||||||
Right 0x00007bde
|
|
||||||
Left 0x00007bdf
|
|
||||||
Down 0x00007be0
|
|
||||||
Up 0x00007be1
|
|
||||||
|
|
||||||
Star 0x00007be2
|
|
||||||
Hash 0x00007be3
|
|
||||||
|
|
||||||
Replay 0x00007be4
|
|
||||||
Skip 0x00007be5
|
|
||||||
Stop 0x00007be6
|
|
||||||
Pause 0x00007be7
|
|
||||||
Record 0x00007be8
|
|
||||||
Play 0x00007be9
|
|
||||||
Rewind 0x00007bea
|
|
||||||
Forward 0x00007beb
|
|
||||||
ChanDown 0x00007bec
|
|
||||||
ChanUp 0x00007bed
|
|
||||||
VolDown 0x00007bee
|
|
||||||
VolUp 0x00007bef
|
|
||||||
More 0x00007bf0
|
|
||||||
Mute 0x00007bf1
|
|
||||||
Home 0x00007bf2
|
|
||||||
Power 0x00007bf3
|
|
||||||
Enter 0x00007bf4
|
|
||||||
Clear 0x00007bf5
|
|
||||||
Nine 0x00007bf6
|
|
||||||
Eight 0x00007bf7
|
|
||||||
Seven 0x00007bf8
|
|
||||||
Six 0x00007bf9
|
|
||||||
Five 0x00007bfa
|
|
||||||
Four 0x00007bfb
|
|
||||||
Three 0x00007bfc
|
|
||||||
Two 0x00007bfd
|
|
||||||
One 0x00007bfe
|
|
||||||
Zero 0x00007bff
|
|
||||||
end codes
|
|
||||||
|
|
||||||
end remote
|
|
@ -1,299 +0,0 @@
|
|||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = TV
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Blue
|
|
||||||
config = run /usr/bin/tvswitch
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Pause
|
|
||||||
config = pause
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Rewind
|
|
||||||
repeat = 1
|
|
||||||
config = seek -10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Forward
|
|
||||||
repeat = 1
|
|
||||||
config = seek 10
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Replay
|
|
||||||
repeat = 3
|
|
||||||
config = seek -120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Skip
|
|
||||||
repeat = 3
|
|
||||||
config = seek 120
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VolUp
|
|
||||||
repeat = 1
|
|
||||||
config = volume 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = VolDown
|
|
||||||
repeat = 1
|
|
||||||
config = volume -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = More
|
|
||||||
config = osd
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Home
|
|
||||||
config = menu toggle
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Play
|
|
||||||
config = set_menu open_file
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Enter
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = OK
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Right
|
|
||||||
config = menu ok
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Left
|
|
||||||
config = menu cancel
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Up
|
|
||||||
repeat = 2
|
|
||||||
config = menu up
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Down
|
|
||||||
repeat = 2
|
|
||||||
config = menu down
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Stop
|
|
||||||
config = quit
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ChanUp
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos +1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = ChanDown
|
|
||||||
repeat = 3
|
|
||||||
config = sub_pos -1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Mute
|
|
||||||
config = mute
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = DVD
|
|
||||||
config = menu hide\nrun play_dvd\n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Guide
|
|
||||||
config = set_menu view_img
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = LiveTV
|
|
||||||
config = set_menu tv_settings
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Record
|
|
||||||
config = record
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Two
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 1
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Eight
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 2
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Four
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 3
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Six
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 4
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Zero
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 5
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Five
|
|
||||||
repeat = 2
|
|
||||||
config = dvdnav 6
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = mplayer
|
|
||||||
button = Power
|
|
||||||
config = quit 166
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = Star
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = irpty
|
|
||||||
button = Hash
|
|
||||||
config = l
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Power
|
|
||||||
config = q
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Right
|
|
||||||
config = n
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Left
|
|
||||||
config = b
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Up
|
|
||||||
config = +
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Down
|
|
||||||
config = -
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Play
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog = fbi
|
|
||||||
button = Pause
|
|
||||||
config = p
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog=enna
|
|
||||||
button=Up
|
|
||||||
config=Up
|
|
||||||
repeat=0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog=enna
|
|
||||||
button=Down
|
|
||||||
config=Down
|
|
||||||
repeat = 20000
|
|
||||||
delay = 20000
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog=enna
|
|
||||||
button=Left
|
|
||||||
config=Left
|
|
||||||
repeat=0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog=enna
|
|
||||||
button=Right
|
|
||||||
config=Right
|
|
||||||
repeat=0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog=enna
|
|
||||||
button=OK
|
|
||||||
config=Return
|
|
||||||
repeat=0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog=enna
|
|
||||||
button=Stop
|
|
||||||
config=Stop
|
|
||||||
repeat=0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog=enna
|
|
||||||
button=Power
|
|
||||||
config=Escape
|
|
||||||
repeat=0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog=enna
|
|
||||||
button=Play
|
|
||||||
config=Return
|
|
||||||
repeat=0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog=enna
|
|
||||||
button=Pause
|
|
||||||
config=space
|
|
||||||
repeat=0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog=enna
|
|
||||||
button=NextChapter
|
|
||||||
config=Next
|
|
||||||
repeat=0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog=enna
|
|
||||||
button=PrevChapter
|
|
||||||
config=Prev
|
|
||||||
repeat=0
|
|
||||||
end
|
|
||||||
begin
|
|
||||||
prog=enna
|
|
||||||
button=Stop
|
|
||||||
config=Stop
|
|
||||||
repeat=0
|
|
||||||
end
|
|
@ -1,13 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
# LIRC environment variables.
|
|
||||||
#
|
|
||||||
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
|
||||||
# evironment variables that are not user defined.
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
# Lirc environment variables.
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
LIRC_DRIVER=default
|
|
||||||
LIRC_DEVICE=/dev/lirc0
|
|
||||||
LIRC_MODULES="lirc_mceusb"
|
|
@ -1,21 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# start the LIRC daemon
|
|
||||||
#
|
|
||||||
# runlevels: openelec, text, debug
|
|
||||||
|
|
||||||
. /etc/sysconfig
|
|
||||||
|
|
||||||
progress "Starting LIRC daemon"
|
|
||||||
|
|
||||||
# insert needed modules
|
|
||||||
IFS='|'
|
|
||||||
for module in $LIRC_MODULES; do
|
|
||||||
eval "modprobe $module" >/dev/null 2>&1
|
|
||||||
done
|
|
||||||
|
|
||||||
# start lircd
|
|
||||||
mkdir -p /var/run/lirc
|
|
||||||
lircd --driver=$LIRC_DRIVER --device=$LIRC_DEVICE
|
|
||||||
|
|
||||||
exit 0
|
|
@ -1,44 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
|
||||||
VER=`ls $BUILD/linux*/modules/lib/modules`
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/sbin
|
|
||||||
cp $PKG_BUILD/daemons/lircd $INSTALL/usr/sbin
|
|
||||||
cp $PKG_BUILD/daemons/lircmd $INSTALL/usr/sbin # do we need this?
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/tools/irpty $INSTALL/usr/bin
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/etc
|
|
||||||
cp $PKG_DIR/config/lircrc_$REMOTE $INSTALL/etc/lircrc
|
|
||||||
cp $PKG_DIR/config/lircd_$REMOTE.conf $INSTALL/etc/lircd.conf
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/etc/conf.d
|
|
||||||
cp $PKG_DIR/config/sysconfig_$RECEIVER $INSTALL/etc/conf.d/lirc
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/lib/modules/$VER/lirc
|
|
||||||
cp $PKG_BUILD/drivers/*/*.ko $INSTALL/lib/modules/$VER/lirc
|
|
||||||
|
|
||||||
for MOD in `find $INSTALL/lib/modules/$VER/lirc -name *.ko`; do
|
|
||||||
$STRIP --strip-debug $MOD
|
|
||||||
done
|
|
||||||
|
|
||||||
$BUILD/module-init-tool*/build/depmod -b $INSTALL -v $VER > /dev/null
|
|
||||||
for i in `ls $INSTALL/lib/modules/*/modules.* | grep -v modules.dep | grep -v modules.alias | grep -v modules.symbols`; do
|
|
||||||
rm -f $i
|
|
||||||
done
|
|
||||||
|
|
||||||
if [ "$DEVTOOLS" = yes ]; then
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/tools/ircat $INSTALL/usr/bin # do we need this?
|
|
||||||
cp $PKG_BUILD/tools/irexec $INSTALL/usr/bin # do we need this?
|
|
||||||
cp $PKG_BUILD/tools/irsend $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/tools/irw $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/tools/lircrcd $INSTALL/usr/bin # do we need this?
|
|
||||||
cp $PKG_BUILD/tools/mode2 $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/daemons/irrecord $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/tools/irsend $INSTALL/usr/bin # do we need this?
|
|
||||||
fi
|
|
@ -1,14 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
|
||||||
STAMP=$STAMPS/$1/unpack
|
|
||||||
|
|
||||||
test $PKG_DIR/config/linux.$TARGET_ARCH.conf -nt $STAMP -o \
|
|
||||||
$PKG_DIR/config/linux.$TARGET_PLATFORM.conf -nt $STAMP -o \
|
|
||||||
$PROJECT_DIR/$PROJECT/linux/linux.$TARGET_ARCH.conf -nt $STAMP -o \
|
|
||||||
$PROJECT_DIR/$PROJECT/linux/linux.$TARGET_PLATFORM.conf -nt $STAMP -o \
|
|
||||||
$PKG_DIR/url -nt $STAMP && rm -f $STAMP
|
|
||||||
|
|
||||||
exit 0
|
|
@ -1,21 +0,0 @@
|
|||||||
diff -Nur lirc-0.7.2pre3.orig/configure lirc-0.7.2pre3/configure
|
|
||||||
--- lirc-0.7.2pre3.orig/configure Mon Aug 8 14:43:04 2005
|
|
||||||
+++ lirc-0.7.2pre3/configure Mon Aug 8 14:42:32 2005
|
|
||||||
@@ -7870,16 +7870,12 @@
|
|
||||||
kernelext=ko
|
|
||||||
no_kernel=yes
|
|
||||||
|
|
||||||
- if test `uname` != "Linux"; then
|
|
||||||
- kerneldir="not running Linux"
|
|
||||||
- else
|
|
||||||
- for dir in /usr/src/kernel-source-`uname -r` /usr/src/linux-`uname -r` /usr/src/linux /lib/modules/`uname -r`/source /lib/modules/`uname -r`/build ${ac_kerneldir}; do
|
|
||||||
+ for dir in ${ac_kerneldir}; do
|
|
||||||
if test -d $dir; then
|
|
||||||
kerneldir=`dirname $dir/Makefile`/
|
|
||||||
no_kernel=no
|
|
||||||
fi;
|
|
||||||
done
|
|
||||||
- fi
|
|
||||||
|
|
||||||
if test x${no_kernel} != xyes; then
|
|
||||||
if test -f ${kerneldir}/Makefile; then
|
|
@ -1,14 +0,0 @@
|
|||||||
diff -Naur lirc-0.7.0.orig/configure lirc-0.7.0/configure
|
|
||||||
--- lirc-0.7.0.orig/configure 2004-12-30 01:36:49.918207016 +0100
|
|
||||||
+++ lirc-0.7.0/configure 2004-12-30 01:36:56.205251240 +0100
|
|
||||||
@@ -22813,8 +22813,8 @@
|
|
||||||
echo " echo \$(VERSION)" >>${ac_pkss_makefile}
|
|
||||||
echo "lirc_tell_me_what_patchlevel_is:" >>${ac_pkss_makefile}
|
|
||||||
echo " echo \$(PATCHLEVEL)" >>${ac_pkss_makefile}
|
|
||||||
- version=$(make -s -C ${kerneldir} -f ${ac_pkss_makefile} lirc_tell_me_what_version_is M=$(pwd))
|
|
||||||
- patchlevel=$(make -s -C ${kerneldir} -f ${ac_pkss_makefile} lirc_tell_me_what_patchlevel_is M=$(pwd))
|
|
||||||
+ version=$(${MAKE-make} -s -C ${kerneldir} -f ${ac_pkss_makefile} lirc_tell_me_what_version_is M=$(pwd))
|
|
||||||
+ patchlevel=$(${MAKE-make} -s -C ${kerneldir} -f ${ac_pkss_makefile} lirc_tell_me_what_patchlevel_is M=$(pwd))
|
|
||||||
if test ${version} -eq 2; then
|
|
||||||
if test ${patchlevel} -lt 5; then
|
|
||||||
kernelext=o
|
|
@ -1,18 +0,0 @@
|
|||||||
diff -Nur lirc-0.7.2pre3.orig/daemons/lircd.c lirc-0.7.2pre3/daemons/lircd.c
|
|
||||||
--- lirc-0.7.2pre3.orig/daemons/lircd.c Sun Jul 10 11:34:12 2005
|
|
||||||
+++ lirc-0.7.2pre3/daemons/lircd.c Fri Aug 12 08:41:21 2005
|
|
||||||
@@ -493,6 +493,14 @@
|
|
||||||
{
|
|
||||||
if(hw.init_func)
|
|
||||||
{
|
|
||||||
+ struct stat s;
|
|
||||||
+ int i;
|
|
||||||
+ for (i = 0; i < 10 * 5; i++)
|
|
||||||
+ {
|
|
||||||
+ if (!stat(hw.device, &s))
|
|
||||||
+ break;
|
|
||||||
+ usleep(100000);
|
|
||||||
+ }
|
|
||||||
if(!hw.init_func())
|
|
||||||
{
|
|
||||||
shutdown(clis[0],2);
|
|
@ -1,36 +0,0 @@
|
|||||||
diff -Nur lirc-0.7.2pre3.orig/tools/irpty.c lirc-0.7.2pre3/tools/irpty.c
|
|
||||||
--- lirc-0.7.2pre3.orig/tools/irpty.c Fri Aug 12 13:41:13 2005
|
|
||||||
+++ lirc-0.7.2pre3/tools/irpty.c Fri Aug 12 13:44:32 2005
|
|
||||||
@@ -84,10 +84,12 @@
|
|
||||||
if ((child = fork()) < 0) {
|
|
||||||
die("fork error");
|
|
||||||
} else if (!child) {
|
|
||||||
+ int lircd_alive = 1;
|
|
||||||
fd_set fds;
|
|
||||||
while (1) {
|
|
||||||
FD_ZERO(&fds);
|
|
||||||
- FD_SET(lsock, &fds);
|
|
||||||
+ if (lircd_alive)
|
|
||||||
+ FD_SET(lsock, &fds);
|
|
||||||
FD_SET(STDIN_FILENO, &fds);
|
|
||||||
select(lsock + 1, &fds, NULL, NULL, NULL);
|
|
||||||
|
|
||||||
@@ -99,7 +101,7 @@
|
|
||||||
if (write(ptym, buf, nread) != nread)
|
|
||||||
die("writen error to master pty");
|
|
||||||
}
|
|
||||||
- if (FD_ISSET(lsock, &fds))
|
|
||||||
+ if (lircd_alive && FD_ISSET(lsock, &fds))
|
|
||||||
{
|
|
||||||
char *ir;
|
|
||||||
char *irchars;
|
|
||||||
@@ -118,7 +120,8 @@
|
|
||||||
free(ir);
|
|
||||||
if(ret==-1) break;
|
|
||||||
}
|
|
||||||
- if(ret==-1) break;
|
|
||||||
+ if(ret==-1)
|
|
||||||
+ lircd_alive = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (!ignoreeof)
|
|
@ -1,35 +0,0 @@
|
|||||||
diff -Naur lirc-0.8.5.orig/drivers/lirc_wpc8769l/lirc_wpc8769l.c lirc-0.8.5/drivers/lirc_wpc8769l/lirc_wpc8769l.c
|
|
||||||
--- lirc-0.8.5.orig/drivers/lirc_wpc8769l/lirc_wpc8769l.c 2009-05-31 16:53:36.000000000 +0200
|
|
||||||
+++ lirc-0.8.5/drivers/lirc_wpc8769l/lirc_wpc8769l.c 2009-05-31 16:54:14.000000000 +0200
|
|
||||||
@@ -891,6 +891,7 @@
|
|
||||||
.owner = THIS_MODULE,
|
|
||||||
};
|
|
||||||
|
|
||||||
+#ifdef CONFIG_ACPI
|
|
||||||
static acpi_status wec_parse_resources(struct acpi_resource *resource,
|
|
||||||
void *context)
|
|
||||||
{
|
|
||||||
@@ -934,6 +935,7 @@
|
|
||||||
else
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
#ifdef MODULE
|
|
||||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 18)
|
|
||||||
@@ -1024,6 +1026,7 @@
|
|
||||||
|
|
||||||
/* If needed, read the resource information for the ACPI device
|
|
||||||
* description. */
|
|
||||||
+#ifdef CONFIG_ACPI
|
|
||||||
if (!skip_probe) {
|
|
||||||
rc = wpc8769l_acpi_detect();
|
|
||||||
if (rc) {
|
|
||||||
@@ -1032,6 +1035,7 @@
|
|
||||||
return rc;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
/* Check that we got some resource info to work with. */
|
|
||||||
if (!baseport1 || !irq) {
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user