diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-04-24 12:09:31 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-04-24 12:09:31 (GMT) |
commit | 80d74665392ac284e312ec659dc691a5c15db2e0 (patch) | |
tree | 85159001524baeac3dad9466913c2725a48522ba /abs/core/system-templates/templates | |
parent | d2cc8870f89ecacc7d513c07b09a540dbad40a29 (diff) | |
download | linhes_pkgbuild-80d74665392ac284e312ec659dc691a5c15db2e0.zip linhes_pkgbuild-80d74665392ac284e312ec659dc691a5c15db2e0.tar.gz linhes_pkgbuild-80d74665392ac284e312ec659dc691a5c15db2e0.tar.bz2 |
system-templates: add default streamzap wol-lircrc
Diffstat (limited to 'abs/core/system-templates/templates')
-rw-r--r-- | abs/core/system-templates/templates/remotes/favorites/streamzap/wol-lircrc | 66 |
1 files changed, 66 insertions, 0 deletions
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 |