diff options
Diffstat (limited to 'abs')
-rwxr-xr-x | abs/core/system-templates/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/system-templates/templates/remotes/favorites/streamzap/wol-lircrc | 66 |
2 files changed, 67 insertions, 1 deletions
diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD index b496d1c..e72d48b 100755 --- a/abs/core/system-templates/PKGBUILD +++ b/abs/core/system-templates/PKGBUILD @@ -1,6 +1,6 @@ pkgname=system-templates pkgver=8.4 -pkgrel=2 +pkgrel=3 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() diff --git a/abs/core/system-templates/templates/remotes/favorites/streamzap/wol-lircrc b/abs/core/system-templates/templates/remotes/favorites/streamzap/wol-lircrc new file mode 100644 index 0000000..46c8eb2 --- /dev/null +++ b/abs/core/system-templates/templates/remotes/favorites/streamzap/wol-lircrc @@ -0,0 +1,66 @@ +# wol-lircrc for Streamzap +begin + prog = irxevent + button = STOP + config = Key ctrl-shift-q CurrentWindow +end +begin +# Exit Chrome back to Myth + prog = irxevent + button = EXIT + config = Key Escape CurrentWindow +end +begin + prog = irxevent + button = UP + config = Key Up CurrentWindow +end +begin + prog = irxevent + button = DOWN + config = Key Down CurrentWindow +end +begin + prog = irxevent + button = LEFT + config = Key Left CurrentWindow +end +begin + prog = irxevent + button = RIGHT + config = Key Right CurrentWindow +end +begin +# Play/Pause + prog = irxevent + button = OK + config = Key Return CurrentWindow +end +begin +# Play/Pause + prog = irxevent + button = PAUSE + config = Key Return CurrentWindow +end +begin +# Play/Pause + prog = irxevent + button = PLAY + config = Key Return CurrentWindow +end +begin + prog = irxevent + button = CH_UP + config = Key alt-Right CurrentWindow +end +begin + prog = irxevent + button = CH_DOWN + config = Key alt-Left CurrentWindow +end +begin +# Stop watching and return to Netflix Browse + prog = irxevent + button = MENU + config = Key alt-Left CurrentWindow +end |