diff options
Diffstat (limited to 'abs')
3 files changed, 93 insertions, 1 deletions
diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD index e2d52c3..7e743d3 100755 --- a/abs/core/system-templates/PKGBUILD +++ b/abs/core/system-templates/PKGBUILD @@ -1,6 +1,6 @@ pkgname=system-templates pkgver=8.3 -pkgrel=4 +pkgrel=5 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() diff --git a/abs/core/system-templates/templates/remotes/favorites/dvico/wol-lircrc b/abs/core/system-templates/templates/remotes/favorites/dvico/wol-lircrc new file mode 100644 index 0000000..c241c2b --- /dev/null +++ b/abs/core/system-templates/templates/remotes/favorites/dvico/wol-lircrc @@ -0,0 +1,46 @@ +begin + prog = irxevent + button = back + config = Key Escape CurrentWindow +end +begin + prog = irxevent + button = stop + config = Key ctrl-w 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 + prog = irxevent + button = ok + 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 + diff --git a/abs/core/system-templates/templates/remotes/favorites/mce/wol-lircrc-mceusb b/abs/core/system-templates/templates/remotes/favorites/mce/wol-lircrc-mceusb new file mode 100644 index 0000000..51b8cab --- /dev/null +++ b/abs/core/system-templates/templates/remotes/favorites/mce/wol-lircrc-mceusb @@ -0,0 +1,46 @@ +begin + prog = irxevent + button = Back + config = Key Escape CurrentWindow +end +begin + prog = irxevent + button = Stop + config = Key ctrl-w 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 + prog = irxevent + button = OK + config = Key Return CurrentWindow +end +begin + prog = irxevent + button = ChannelUp + config = Key alt-Right CurrentWindow +end +begin + prog = irxevent + button = ChannelDown + config = Key alt-Left CurrentWindow +end + |