diff options
| -rwxr-xr-x | abs/core-testing/system-templates/PKGBUILD | 2 | ||||
| -rw-r--r-- | abs/core-testing/system-templates/templates/remotes/imon/lircrc | 240 | 
2 files changed, 241 insertions, 1 deletions
diff --git a/abs/core-testing/system-templates/PKGBUILD b/abs/core-testing/system-templates/PKGBUILD index 150623d..3a76fe6 100755 --- a/abs/core-testing/system-templates/PKGBUILD +++ b/abs/core-testing/system-templates/PKGBUILD @@ -1,6 +1,6 @@  pkgname=system-templates  pkgver=1.0 -pkgrel=40 +pkgrel=41  conflicts=( )  pkgdesc="Templates used for system configuration"  depends=() diff --git a/abs/core-testing/system-templates/templates/remotes/imon/lircrc b/abs/core-testing/system-templates/templates/remotes/imon/lircrc new file mode 100644 index 0000000..3ad34d8 --- /dev/null +++ b/abs/core-testing/system-templates/templates/remotes/imon/lircrc @@ -0,0 +1,240 @@ +################################### +# lircrc config as used by Stev391 June 2007 +# Not all of the buttons are configured yet, only the commonly used buttons +################################### + +# Escape +begin +    prog = mythtv +    button = AppExit +    config = Esc +    repeat = 3 +end + +# Escape Key 2 +begin +    prog = mythtv +    button = Esc +    config = Esc +end + +# Channel Up +begin +    prog   = mythtv +    button = Ch+ +    config = Up +    repeat = 3 +end + +# Channel Down +begin +    prog   = mythtv +    button = Ch- +    config = Down +    repeat = 3 +end + +# Volume Up +begin +    prog = mythtv +    button = Vol+ +    repeat = 3 +    config = Right +end + +# Volume Down +begin +    prog = mythtv +    button = Vol- +    repeat = 3 +    config = Left +end + +# Enter/Return +begin +    prog   = mythtv +    button = Enter +    config = Return +end + +# Menu Button +begin +    prog = mythtv +    button = Menu +    config = M +end + +# Mute +begin +    prog = mythtv +    button = Mute +    config = F9   +end + +# Rewind +begin +    prog = mythtv +    button = Rewind +    config = PgUp   +end + +# Fast Forward +begin +    prog = mythtv +    button = FastForward +    config = PgDown   +end + +# Play +begin +    prog = mythtv +    button = Play +    config = P   +end + +# Pause +begin +    prog = mythtv +    button = Pause +    config = P   +end + +# Record +begin +  prog = mythtv +  button = Record +  config = R   +end + +# Stop +begin +   prog = mythtv +   button = Stop +   config = O   +end + +# Previous Track/Chapter +begin +   prog = mythtv +   button = PrevChapter +   config = Home   +end + +# Next Track/Chapter +begin +   prog = mythtv +   button = NextChapter +   config = End +end + +# Jump Point to MythVideo +begin +   prog = mythtv +   button = MyMovie +   config = F12 +end + +# Jump Point to MythMusic +begin +   prog = mythtv +   button = MyMusic +   config = F11 +end + +# Jump Point to LiveTV +begin +   prog = mythtv +   button = MyTV +   config = F10 +end + +# Jump Point to Main Menu +begin +   prog = mythtv +   button = Multimon +   config = F2 +end + +# Jump Point to Myth Gallery +begin +   prog = mythtv +   button = MyPhoto +   config = F3 +end + +# Jump Point to Play DVD +begin +   prog = mythtv +   button = MyDVD +   config = F4 +end + +# Display Information +begin +   prog = mythtv +   button = Caption +   config = I +end + +############################## +# Numbers +############################## +begin +    prog = mythtv +    button = 0 +    config = 0   +end + +begin +    prog = mythtv +    button = 1 +    config = 1   +end + +begin +    prog = mythtv +    button = 2 +    config = 2   +end + +begin +    prog = mythtv +    button = 3 +    config = 3   +end + +begin +    prog = mythtv +    button = 4 +    config = 4   +end + +begin +    prog = mythtv +    button = 5 +    config = 5   +end + +begin +    prog = mythtv +    button = 6 +    config = 6   +end + +begin +    prog = mythtv +    button = 7 +    config = 7   +end + +begin +    prog = mythtv +    button = 8 +    config = 8   +end + +begin +    prog = mythtv +    button = 9 +    config = 9   +end  | 
