Myth Lirc files

From: Jon Reynolds <jonr@destar.net>
Date: Tue Sep 06 2005 - 14:50:39 AKDT

I said I would send this out then never did. Here is my lirc files for
mythtv for the URC-881-1B00 One4All remote and the GCI cable boxes. They
use the DCT-2000 configuration for cable boxes.

If you use the same remote as I have and have GCI cable then these two
files can be cut and pasted into your config files for lirc. Also, this
is a nice place to have a backup of these two animals. :)

There are two files one is the .lircrc and the other is the lircd.conf.

First the .lircrc file

.lircrc:
# ~/.mythtv/lircrc
#
# MythTV native LIRC config file for
# the grey Hauppauge remote
#
# By Jarod Wilson, 2003/12/21
# Amalgamated from Jeff Campbell's,
# .lircrc, the mythtv.org docs, and
# a few touches of my own. :)
#

# Power Button
begin
prog = irexec
button = POWER
repeat = 4
config = /usr/local/bin/mythpowerbutton.sh
end

# Channel Up
begin
prog = mythtv
button = UP
repeat = 3
config = Up
end

# Channel Down
begin
prog = mythtv
button = DOWN
repeat = 3
config = Down
end

# OK/Select
begin
prog = mythtv
button = SELECT
config = Space
end

# Play
begin
prog = mythtv
button = PLAY
config = Return
end

# Stop
begin
prog = mythtv
button = STOP
config = Esc
end

# Escape/Exit/Back
begin
prog = mythtv
button = EXIT
config = Esc
end

# Power Off/Exit
#begin
#prog = mythtv
#button = POWER
#config = Esc
#end

# Pause
begin
prog = mythtv
button = PAUSE
repeat = 3
config = P
end

# Mute
begin
prog = mythtv
button = MUTE
repeat = 3
config = F9
end

# Fast forward (30 sec default)
begin
prog = mythtv
button = REW
repeat = 3
config = Left
end

# Rewind (10 sec default)
begin
prog = mythtv
button = FFW
repeat = 3
config = Right
end

# Skip forward (10 min default)
#config = PgDown

# Skip backward (10 min default)

# Record
begin
prog = mythtv
button = REC
repeat = 3
config = R
end

# Delete
#config = D

# OSD browse
begin
prog = mythtv
button = PREV
repeat = 3
config = O
end

# Display EPG while in live TV,
# View selected show while in EPG
begin
prog = mythtv
button = GUIDE
repeat = 3
config = M
end

# Scroll up
begin
prog = mythtv
button = RIGHT
repeat = 3
config = Right
end

# Scroll down
begin
prog = mythtv
button = LEFT
repeat = 3
config = Left
end

# Bring up OSD info
#config = I

# Change display aspect ratio
begin
prog = mythtv
button = TVID
repeat = 3
config = W
end

# Seek to previous commercial cut point
#begin
#prog = mythtv
#button = PREV
#repeat = 3
#config = Q
#end

# Seek to next commercial cut point
#config = Z

# Numbers 0-9

begin
prog = mythtv
button = 0
repeat = 3
config = 0
end

begin
prog = mythtv
button = 1
repeat = 3
config = 1
end

begin
prog = mythtv
button = 2
repeat = 3
config = 2
end

begin
prog = mythtv
button = 3
repeat = 3
config = 3
end

begin
prog = mythtv
button = 4
repeat = 3
config = 4
end

begin
prog = mythtv
button = 5
repeat = 3
config = 5
end

begin
prog = mythtv
button = 6
repeat = 3
config = 6
end

begin
prog = mythtv
button = 7
repeat = 3
config = 7
end

begin
prog = mythtv
button = 8
repeat = 3
config = 8
end

begin
prog = mythtv
button = 9
repeat = 3
config = 9
end

### MPlayer lirc setup

# Show OSD
begin
prog = mplayer
button = MENU
repeat = 3
config = osd
end

# Pause playback
begin
prog = mplayer
button = PAUSE
repeat = 3
config = pause
end

# Skip ahead a minute if playing
# If paused, resume playing
begin
prog = mplayer
button = PLAY
repeat = 3
config = seek +1
end

# Stop playback and exit
begin
prog = mplayer
button = STOP
repeat = 3
config = quit
end

# Mute
begin
prog = mplayer
button = MUTE
repeat = 3
config = mute
end

# Seek back 10 seconds
begin
prog = mplayer
button = REW
repeat = 3
config = seek -10
end

# Seek forward 30 seconds
begin
prog = mplayer
button = FFW
repeat = 3
config = seek +30
end

# Quit
begin
prog = mplayer
button = EXIT
repeat = 3
config = quit
end

# Seek forward 10 minutes
begin
prog = mplayer
button = RIGHT
repeat = 3
config = seek +600
end

# Seek backward 10 minutes
begin
prog = mplayer
button = LEFT
repeat = 3
config = seek -600
end

# Toggle full-screen
begin
prog = mplayer
button = TVID
repeat = 3
config = vo_fullscreen
end
##

# xine key bindings.
# Automatically generated by xine-ui version 0.99.2.
##

# start playback
begin
        button = PLAY
        prog = xine
        repeat = 0
        config = Play
end

# playback pause toggle
begin
        button = PAUSE
        prog = xine
        repeat = 0
        config = Pause
end

# stop playback
begin
        button = STOP
        prog = xine
        repeat = 0
        config = Stop
end

# take a snapshot
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Snapshot
end

# eject the current medium
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Eject
end

# select and play next MRL in the playlist
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = NextMrl
end

# select and play previous MRL in the playlist
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = PriorMrl
end

# loop mode toggle
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ToggleLoopMode
end

# stop playback after played stream
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = PlaylistStop
end

# scan playlist to grab stream infos
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ScanPlaylistInfo
end

# add a mediamark from current playback
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = AddMediamark
end

# edit selected mediamark
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = MediamarkEditor
end

# set position to -60 seconds in current stream
begin
        button = 1
        prog = xine
        repeat = 0
        config = SeekRelative-60
end

# set position to +60 seconds in current stream
begin
        button = 3
        prog = xine
        repeat = 0
        config = SeekRelative+60
end

# set position to -30 seconds in current stream
begin
        button = 4
        prog = xine
        repeat = 0
        config = SeekRelative-30
end

# set position to +30 seconds in current stream
begin
        button = 6
        prog = xine
        repeat = 0
        config = SeekRelative+30
end

# set position to -15 seconds in current stream
begin
        button = 7
        prog = xine
        repeat = 0
        config = SeekRelative-15
end

# set position to +15 seconds in current stream
begin
        button = 9
        prog = xine
        repeat = 0
        config = SeekRelative+15
end

# set position to -7 seconds in current stream
begin
        button = REW
        prog = xine
        repeat = 0
        config = SeekRelative-7
end

# set position to +7 seconds in current stream
begin
        button = FWD
        prog = xine
        repeat = 0
        config = SeekRelative+7
end

# set position to beginning of current stream
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SetPosition0%
end

# set position to 10% of current stream
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SetPosition10%
end

# set position to 20% of current stream
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SetPosition20%
end

# set position to 30% of current stream
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SetPosition30%
end

# set position to 40% of current stream
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SetPosition40%
end

# set position to 50% of current stream
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SetPosition50%
end

# set position to 60% of current stream
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SetPosition60%
end

# set position to 70% of current stream
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SetPosition70%
end

# set position to 80% of current stream
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SetPosition80%
end

# set position to 90% of current stream
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SetPosition90%
end

# increment playback speed
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SpeedFaster
end

# decrement playback speed
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SpeedSlower
end

# reset playback speed
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SpeedReset
end

# increment audio volume
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Volume+
end

# decrement audio volume
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Volume-
end

# increment amplification level
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Amp+
end

# decrement amplification level
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Amp-
end

# reset amplification to default value
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ResetAmp
end

# audio muting toggle
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Mute
end

# select next audio channel
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = AudioChannelNext
end

# select previous audio channel
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = AudioChannelPrior
end

# select next sub picture (subtitle) channel
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SpuNext
end

# select previous sub picture (subtitle) channel
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SpuPrior
end

# interlaced mode toggle
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ToggleInterleave
end

# cycle aspect ratio values
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ToggleAspectRatio
end

# reduce the output window size by factor 1.2
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = WindowReduce
end

# enlarge the output window size by factor 1.2
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = WindowEnlarge
end

# set video output window to 50%
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Window50
end

# set video output window to 100%
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Window100
end

# set video output window to 200%
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Window200
end

# zoom in
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ZoomIn
end

# zoom out
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ZoomOut
end

# zoom in horizontally
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ZoomInX
end

# zoom out horizontally
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ZoomOutX
end

# zoom in vertically
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ZoomInY
end

# zoom out vertically
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ZoomOutY
end

# reset zooming
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ZoomReset
end

# resize output window to stream size
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Zoom1:1
end

# fullscreen toggle
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ToggleFullscreen
end

# Xinerama fullscreen toggle
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ToggleXineramaFullscr
end

# jump to media Menu
begin
        button = MENU
        prog = xine
        repeat = 0
        config = Menu
end

# jump to Title Menu
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = TitleMenu
end

# jump to Root Menu
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = RootMenu
end

# jump to Subpicture Menu
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SubpictureMenu
end

# jump to Audio Menu
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = AudioMenu
end

# jump to Angle Menu
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = AngleMenu
end

# jump to Part Menu
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = PartMenu
end

# menu navigate up
begin
        button = UP
        prog = xine
        repeat = 0
        config = EventUp
end

# menu navigate down
begin
        button = DOWN
        prog = xine
        repeat = 0
        config = EventDown
end

# menu navigate left
begin
        button = LEFT
        prog = xine
        repeat = 0
        config = EventLeft
end

# menu navigate right
begin
        button = RIGHT
        prog = xine
        repeat = 0
        config = EventRight
end

# menu select
begin
        button = SELECT
        prog = xine
        repeat = 0
        config = EventSelect
end

# jump to next chapter
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = EventNext
end

# jump to previous chapter
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = EventPrior
end

# select next angle
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = EventAngleNext
end

# select previous angle
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = EventAnglePrior
end

# visibility toggle of help window
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = HelpShow
end

# visibility toggle of video post effect window
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = VPProcessShow
end

# toggle post effect usage
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = VPProcessEnable
end

# visibility toggle of output window
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ToggleWindowVisibility
end

# visibility toggle of UI windows
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ToggleVisibility
end

# visibility toggle of control window
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ControlShow
end

# visibility toggle of mrl browser window
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = MrlBrowser
end

# visibility toggle of playlist editor window
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = PlaylistEditor
end

# visibility toggle of the setup window
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SetupShow
end

# visibility toggle of the event sender window
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = EventSenderShow
end

# visibility toggle of analog TV window
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = TVAnalogShow
end

# visibility toggle of log viewer
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ViewlogShow
end

# visibility toggle of stream info window
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = StreamInfosShow
end

# display stream information using OSD
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = OSDStreamInfos
end

# enter key binding editor
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = KeyBindingEditor
end

# open file selector
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = FileSelector
end

# select a subtitle file
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SubSelector
end

# display MRL/Ident toggle
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = MrlIdentToggle
end

# grab pointer toggle
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = GrabPointer
end

# enter the number 0
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Number0
end

# enter the number 1
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Number1
end

# enter the number 2
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Number2
end

# enter the number 3
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Number3
end

# enter the number 4
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Number4
end

# enter the number 5
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Number5
end

# enter the number 6
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Number6
end

# enter the number 7
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Number7
end

# enter the number 8
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Number8
end

# enter the number 9
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Number9
end

# add 10 to the next entered number
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = Number10add
end

# set position in current stream to numeric percentage
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SetPosition%
end

# set position forward by numeric argument in current stream
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SeekRelative+
end

# set position back by numeric argument in current stream
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SeekRelative-
end

# change audio video syncing (delay video)
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = AudioVideoDecay+
end

# change audio video syncing (delay audio)
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = AudioVideoDecay-
end

# reset audio video syncing offset
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = AudioVideoDecayReset
end

# change subtitle syncing (delay video)
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SpuVideoDecay+
end

# change subtitle syncing (delay subtitles)
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SpuVideoDecay-
end

# reset subtitle syncing offset
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SpuVideoDecayReset
end

# toggle TV modes (on the DXR3)
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ToggleTVmode
end

# switch Monitor to DPMS standby mode
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = DPMSStandby
end

# increase hue by 10
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = HueControl+
end

# decrease hue by 10
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = HueControl-
end

# increase saturation by 10
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SaturationControl+
end

# decrease saturation by 10
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = SaturationControl-
end

# increase brightness by 10
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = BrightnessControl+
end

# decrease brightness by 10
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = BrightnessControl-
end

# increase contrast by 10
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ContrastControl+
end

# decrease contrast by 10
begin
        remote = xxxxx
        button = xxxxx
        prog = xine
        repeat = 0
        config = ContrastControl-
end

# quit the program
begin
        button = STOP
        prog = xine
        repeat = 0
        config = Quit
end

##
# End of xine key bindings.
##

## Start FCE-ULTRA key bindings
begin
        button = EXIT
        prog = fceu-sdl
        repeat = 0
        config = x
end

Second the Lircd.conf file

lircd.conf:

# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.7.0(any) on Tue Feb 15 22:38:19 2005
#
# contributed by
#
# brand: lircd.conf
# model no. of remote control:
# devices being controlled by this remote:
#

begin remote

   name lircd.conf
   bits 13
   eps 30
   aeps 100
# frquency 34000
   one 0 0
   zero 0 0
   gap 200972
   toggle_bit 0

       begin codes
# MENU 0x0000000000000019
           EXIT 0x0000000000001171
          EXIT 0x0000000000001971
           GUIDE 0x000000000000115D
          GUIDE 0x000000000000195D
           POWER 0x000000000000114C
          POWER 0x000000000000194C
           UP 0x0000000000001160
          UP 0x0000000000001960
           DOWN 0x0000000000001161
          DOWN 0x0000000000001961
           LEFT 0x0000000000000155
          LEFT 0x0000000000000955
          RIGHT 0x0000000000000956
           RIGHT 0x0000000000000156
           SELECT 0x000000000000114B
          SELECT 0x000000000000194B
           VOL+ 0x0000000000001150
          VOL+ 0x0000000000001950
           VOL- 0x0000000000001151
          VOL- 0x0000000000001951
           MUTE 0x000000000000114D
          MUTE 0x000000000000194D
# FAV 0x000000000000117B
# FAV 0x000000000000197B
           CH+ 0x0000000000001160
          CH+ 0x0000000000001960
           CH- 0x0000000000001161
          CH- 0x0000000000001961
           PREV 0x000000000000117B
          PREV 0x000000000000197B
           1 0x0000000000001141
          1 0x0000000000001941
          2 0x0000000000001942
           2 0x0000000000001142
           3 0x0000000000001143
          3 0x0000000000001943
          4 0x0000000000001944
           4 0x0000000000001144
           5 0x0000000000001145
          5 0x0000000000001945
          6 0x0000000000001146
           6 0x0000000000001946
           7 0x0000000000001947
          7 0x0000000000001147
          8 0x0000000000001148
           8 0x0000000000001948
           9 0x0000000000001949
          9 0x0000000000001148
          0 0x0000000000001140
           0 0x0000000000001940
           TV/VID 0x000000000000117E
          TV/VID 0x000000000000197E
           ENTER 0x0000000000000B6E
           REW 0x0000000000001172
          REW 0x0000000000001972
          PLAY 0x0000000000001975
           PLAY 0x0000000000001175
           FWD 0x0000000000001174
          FWD 0x0000000000001974
          REC 0x0000000000001977
           REC 0x0000000000001177
           PAUSE 0x0000000000001969
          PAUSE 0x0000000000001169
# FREW 0x0000000000001BB5
           STOP 0x0000000000001976
          STOP 0x0000000000001176
# FFWD 0x0000000000000016
       end codes

end remote

#
# this config file was automatically generated
# using lirc-0.6.6(serial) on Fri Mar 28 22:46:44 2003
#
# contributed by shane bradley
#
#
#
# brand: Motorola
# model no. of remote control: DCT2000
# devices being controlled by this remote:
#
 

begin remote
  name DCT2000
   bits 16
   flags SPACE_ENC|CONST_LENGTH
   eps 30
   aeps 100

   header 9036 4424
   one 556 2185
   zero 556 4424
   ptrail 556
   gap 100025
   toggle_bit 0

       begin codes
           HELP 0x000000000000B3F2
           POWER 0x000000000000AFF9
           MUTE 0x0000000000000FF7
           PAGE+ 0x000000000000A3F3
           PAGE- 0x00000000000023FB
           LOCK 0x00000000000097F6
           EXIT 0x000000000000B7F4
           AUP 0x000000000000D3F6
           ADOWN 0x00000000000053FE
           ALEFT 0x00000000000093F1
           ARIGHT 0x00000000000013F9
           OK 0x00000000000077F8
           GUIDE 0x000000000000F3F4
           MENU 0x00000000000067F9
           VOL+ 0x0000000000004FF3
           VOL- 0x0000000000008FFB
           LAST 0x00000000000037FC
           FAV 0x00000000000057FA
           CH+ 0x0000000000002FF5
           CH- 0x000000000000CFFD
           A 0x00000000000017FE
           B 0x0000000000001BF1
           C 0x000000000000EBF9
           1 0x0000000000007FF0
           2 0x000000000000BFF8
           3 0x0000000000003FF4
           4 0x000000000000DFFC
           5 0x0000000000005FF2
           6 0x0000000000009FFA
           7 0x0000000000001FF6
           8 0x000000000000EFFE
           9 0x0000000000006FF1
           0 0x000000000000FFFF
           BYPASS 0x000000000000D7F2
           MUSIC 0x000000000000F7F0
           STOP 0x00000000000063FD
           PAUSE 0x00000000000007FF
           PLAY 0x000000000000E3F5
           REW 0x00000000000087F7
           REC 0x00000000000073FC
           FFWD 0x00000000000047FB
       end codes

end remote
---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Tue Sep 6 14:50:52 2005

This archive was generated by hypermail 2.1.8 : Tue Sep 06 2005 - 14:50:52 AKDT