"Enable passthrough" keyboard mapping??
#1
Hello there.

Is there a way to make a keyboard shortcut, to use for enable/disable audio Passtrough setting in the audio output section?
I already have a couple of custom shortcut inside the keyboard.xml file to use for audio and subtitle delay/ahead, but is it possible to put one more for audio passtrough?

Thanks in advance.
HTPC specs: AMD A8-6600K Quadcore 3.9-4.2GHz | GeForce GT1030 
Gigabyte FM2+ GA-F2A78M-D3H | Kingston DDR3 HyperX 1600MHz 8GB | Win10 Pro x64 | Kodi 19.0 Matrix | Samsung Q60R | WD My Cloud 4TB NAS.
Reply
#2
(2014-10-06, 23:19)HomersDK Wrote: Is there a way to make a keyboard shortcut, to use for enable/disable audio Passtrough setting in the audio output section?

Stumbled upon this thread which should make possible what you desire...
Bye,
Fry
Kodi v17.6 with shared MariaDB v10.3 | HTS Tvheadend 4.2.6 on RPi2 | running on:
Windows 10x64 | Nvidia Shield | FireTV4k | FireTVStick4 | Android 5 | RPi3 with OSMC
Reply
#3
Find file "C:\Program Files\XBMC\system\keymaps\keyboard.xml", add a line between "<FullscreenVideo><keyboard>" and "</keyboard></FullscreenVideo>", example:

Code:
<FullscreenVideo>
    <keyboard>
      ......
      ......
      <a>AudioToggleDigital</a>
      ......
      ......
    </keyboard>
  </FullscreenVideo>

When you press key "A", the passthrough will switch Enable/Disable.
Reply

Logout Mark Read Team Forum Stats Members Help
"Enable passthrough" keyboard mapping??0