Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[SOLVED] Keyboard volume up working, volume down not
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Solved: Keyboard volume up working, volume down not
28th Mar, 2016, 02:11 AM
Post: #2
Nachteule Offline
Administrator
******
Posts: 2,406
Joined: Dec 2014
Reputation: 122
RE: Keyboard volume up working, volume down not
Strange, could reproduce it with my Logitech MK250

Don't know where the culprit is, but you can solve this by providing your own keymap.

Please store this into /home/xbian/.kodi/userdata/keymaps/keyboard.xml

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of keyboard keys to actions within Kodi.              -->
<!--                                                                                      -->
<!-- The format is:                                                                       -->
<!--  <window>                                                                            -->
<!--    <device>                                                                          -->
<!--      <button>action</button>                                                         -->
<!--    </device>                                                                         -->
<!--  </window>                                                                           -->
<!--                                                                                      -->
<!-- The <global> section is a fall through - they will only be used if the button is     -->
<!-- not used in the current window's section.                                            -->
<!--                                                                                      -->
<!-- Actions can be built-in functions.                                                   -->
<!--  eg <B>ActivateWindow(MyMusic)</B>                                                   -->
<!-- would automatically go to Music on the press of the B button.                        -->
<!--                                                                                      -->
<!--  Long presses                                                                        -->
<!--   A limitation is that if a single press is mapped in a section, a global "longpress"-->
<!--   will be ignored. The workaround is to duplicate the long mapping in the section.   -->
<!--                                                                                      -->
<!-- An empty action removes the corresponding mapping from default and parent keymaps.   -->
<!-- This is different from a "noop" action, which disables a button.                     -->
<!--                                                                                      -->
<!-- More documentation on keymaps can be found on http://kodi.wiki/view/keymaps          -->
<keymap>
  <global>
    <keyboard>
      <f14>VolumeDown</f14>                 <!-- Vol down -->
    </keyboard>
  </global>
</keymap>

and restart Kodi
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Keyboard volume up working, volume down not - Peiote - 28th Mar, 2016, 01:02 AM
RE: Keyboard volume up working, volume down not - Nachteule - 28th Mar, 2016 02:11 AM
RE: Keyboard volume up working, volume down not - Peiote - 28th Mar, 2016, 02:23 AM
RE: Keyboard volume up working, volume down not - Peiote - 17th Apr, 2016, 07:44 PM
RE: Keyboard volume up working, volume down not - Nachteule - 17th Apr, 2016, 11:02 PM
RE: Keyboard volume up working, volume down not - Peiote - 20th Nov, 2016, 04:31 AM

Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [PROBLEM] MCE IR Controller "Cypress USB Keyboard" not working equildi 3 13,467 17th Mar, 2013 04:25 AM
Last Post: CurlyMo

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 30th May, 2025, 05:09 PM Powered By MyBB, © 2002-2025 MyBB Group.