Disable volume control

Simple request, plz add an option for osmc to output at 100%,no changes.

Can you please clarify what you mean by this?

Sam

The v4k has a volume control, it’s on the remote. This is handy for v4k units connected to bedroom/kitchen/crappy tvs, but it’s annoying for the one I have in my home cinema. It just acts as a second unnecessary volume control that sometimes gets forgotten about.

Not an urgent request by any means.

You can just set the volume to 100% and leave it.
You could ‘no-op’ the key using Keymap Editor so it doesn’t do anything when you press it.

I think that add-on only allows for assigning a different action. If one wanted to just disable the key then they would need to manually keymap the noop action…

<keymap>
	<global>
		<keyboard>
			<volume_down>noop</volume_down>
			<volume_up>noop</volume_up>
		</keyboard>
	</global>
</keymap>