# lircd.conf - Configuration for Atric IR-Wakeup-USB # # brand: unknown # model: KLS VDR 1.6 # receiver: IR-WakeupUSB # #---------------------------------------------------------------------------- # ATTENTION! Do NOT use "irrecord" to automaticly learn key-codes # This will generate wrong remote settings with the IR-WakeupUSB! # # Manually fill in key-names and key-codes in the "codes section" or # use the "lircd.conf"-tool of the IR-WakeupUSB configuration software # #---------------------------------------------------------------------------- # Do NOT change the following remote settings # These settings depends on the IR-WakeupUSB and are independent from # the used remote control. # # You can change the name of the remote control to assign the file to the # remote control. # You can also add your own remarks (use the remark tag "#"). #---------------------------------------------------------------------------- begin remote name KLS VDR 1.6 bits 48 flags SPACE_ENC eps 30 aeps 100 one 0 0 zero 0 0 pre_data_bits 16 pre_data 0xFFFF post_data_bits 0 post_data 0x0 gap 65536 repeat_bit 0 toggle_bit_mask 0x0 #---------------------------------------------------------------------------- # Here (after the "begin codes" tag) fill in the keycodes (one key per row) # Use the following syntax: # # KEY_1 0x03B800000000 # remark (optional) # # Description: KEY_1: the name of the remote button # for a full list of available key names use the # following command: "irrecord --list-namespace" # # 0x3B800000000: IR-code of the remote button (48-bit hexcode) # # # remark: optional remark for teh named key # this remark will be showed in the "lircd.conf"-tool # of the configuration software #---------------------------------------------------------------------------- begin codes KEY_UP 0xC40500000000 # Nach oben KEY_DOWN 0xC50500000000 # Nach unten KEY_MENU 0xC90500000000 # Menü KEY_OK 0xC80500000000 # OK/Eingabe KEY_ESC 0xCA0500000000 # Zurück KEY_LEFT 0xC60500000000 # Nach links KEY_RIGHT 0xC70500000000 # Nach rechts KEY_RED 0xC00500000000 # Rot KEY_GREEN 0xC10500000000 # Grün KEY_YELLOW 0xC20500000000 # Gelb KEY_BLUE 0xC30500000000 # Blau KEY_0 0x800500000000 # Ziffer 0 KEY_1 0x810500000000 # Ziffer 1 KEY_2 0x820500000000 # Ziffer 2 KEY_3 0x830500000000 # Ziffer 3 KEY_4 0x840500000000 # Ziffer 4 KEY_5 0x850500000000 # Ziffer 5 KEY_6 0x860500000000 # Ziffer 6 KEY_7 0x870500000000 # Ziffer 7 KEY_8 0x880500000000 # Ziffer 8 KEY_9 0x890500000000 # Ziffer 9 KEY_INFO 0xCC0500000000 # Info zum aktuellen Objekt KEY_PLAYPAUSE 0x000000000000 # Play/Pause KEY_PLAY 0xB50500000000 # Play KEY_PAUSE 0xB30500000000 # Pause KEY_STOP 0xB60500000000 # Stop KEY_RECORD 0xB70500000000 # Aufnehmen KEY_FASTFORWARD 0xB40500000000 # Vorspulen KEY_REWIND 0xB20500000000 # Zurückspulen KEY_NEXT 0xB10500000000 # Vorwärts springen KEY_BACK 0xB00500000000 # Rückwärts springen KEY_POWER2 0x8C0500000000 # Ausschalten KEY_CHANNELUP 0xA00500000000 # Kanal hoch KEY_CHANNELDOWN 0xA10500000000 # Kanal runter KEY_PREVIOUS 0xA20500000000 # zurück zum zuvor gewählten Kanal KEY_VOLUMEUP 0x900500000000 # Lautstärke erhöhen KEY_VOLUMEDOWN 0x910500000000 # Lautstärke verringern KEY_MUTE 0x8D0500000000 # Stummschalten KEY_SUBTITLE 0xD20500000000 # Untertitel einblenden KEY_EPG 0xCB0500000000 # Programmführer KEY_CHANNEL 0xD30500000000 # Kanäle KEY_FAVORITES 0xCD0500000000 # Befehlsauswahl KEY_MODE 0xD10500000000 # Tonspur wählen KEY_TIME 0xCF0500000000 # gesetzte Timer KEY_PVR 0xCE0500000000 # Aufnahmen KEY_SETUP 0xD00500000000 # Setup-Menü KEY_TEXT 0xD20500000000 # aktiviert Teletext bei installiertem teletext-plugin KEY_PROG1 0xF00500000000 # User-Taste, z.B. für Keymakros KEY_PROG2 0xF10500000000 # User-Taste, z.B. für Keymakros KEY_PROG3 0xF20500000000 # User-Taste, z.B. für Keymakros KEY_PROG4 0xF30500000000 # User-Taste, z.B. für Keymakros KEY_AUDIO 0xF40500000000 # User-Taste, z.B. für Keymakros KEY_VIDEO 0xF50500000000 # User-Taste, z.B. für Keymakros KEY_IMAGES 0xF60500000000 # User-Taste, z.B. für Keymakros KEY_FN 0xF70500000000 # User-Taste, z.B. für Keymakros KEY_SCREEN 0xF80500000000 # User-Taste, z.B. für Keymakros end codes end remote