Skip to content

Commit

Permalink
Update with audio profile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjb committed Nov 4, 2019
1 parent b0efcd8 commit e2d6d8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ file should be installed on Kodi (on LibreELEC) here:
You'll have to adjust the path for use with any other install flavours. Also, the
file can actually be named `anything.xml`, providing it is in the keymaps directory.

### Dependencies

* Toggling audio profiles requires this add-on: https://forum.kodi.tv/showthread.php?tid=200081

## Use with a Logitech remote

The Logitech Remote control was customised to send different signals and
Expand Down
4 changes: 4 additions & 0 deletions pc-remote.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<keymap>
<global>
<keyboard>
<!-- Start button sends meta-rightwindows; map to + (plus sign) on Logitech -->
<rightwindows mod="meta">RunScript(script.audio.profiles,0)</rightwindows>

<!-- WWW button sends home; map to Guide on Logitech-->
<home>ActivateWindow(Home)</home>

Expand All @@ -22,6 +25,7 @@

<!-- My PC button sends 0,e; map to Menu on Logitech-->
<e>ContextMenu</e>
<e mod="meta">ContextMenu</e>
<menu>ContextMenu</menu>
<c>ContextMenu</c>

Expand Down

0 comments on commit e2d6d8d

Please sign in to comment.