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

[PROBLEM] Logitech K700 some multimedia keys don't work
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem: Logitech K700 some multimedia keys don't work
21st Nov, 2013, 07:13 AM
Post: #5
scubaman Offline
Registered
Posts: 3
Joined: Nov 2013
Reputation: 0
RE: Logitech K700 some multimedia keys don't work
(21st Nov, 2013 01:27 AM)IriDium Wrote:  @scubaman I use a K400 and have never had a problem with the volume keys.

Within Beta 2 there is a keymap editor (Probably downgradable to Beta 1.1 Key Map Editor. I've never used it but it's Gui based so should be fairly simple Smile

I've just had a quick look at it - and it does seem pretty simple. Select what you want and then assign a key to it.

I fixed it, in a way. Looks like the keys are not mapped correctly. I saw that the volume up key is mapped like
DEBUG: Keyboard: scancode: 73, sym: 00af, unicode: 0000, modifier: 0
DEBUG: OnKey: volume_up (f0b9) pressed, action is VolumeUp
but the volume down key is
DEBUG: Keyboard: scancode: 72, sym: 0127, unicode: 0000, modifier: 0
DEBUG: OnKey: f14 (f09d) pressed, action is
Apparently it is mapped to "F14"

Similarly I found the mute button mapped to F13

So I created a ~/xbian/.xbmc/userdata/keymaps/keyboard.xml containing
<keymap>
<global>
<keyboard>
<f14>VolumeDown</f14> <!-- MCE Vol down -->
<f13>Mute</f13> <!-- MCE mute -->
</keyboard>
</global>
</keymap>
and now it all works as intended! Ideally this should be fixed at a lower level, mapping the scancode properly but I'll settle for this :-)
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Logitech K700 some multimedia keys don't work - sarah663 - 11th May, 2013, 03:21 PM
RE: Logitech K700 some multimedia keys don't work - brantje - 7th Jun, 2013, 07:07 PM
RE: Logitech K700 some multimedia keys don't work - scubaman - 21st Nov, 2013, 01:20 AM
RE: Logitech K700 some multimedia keys don't work - IriDium - 21st Nov, 2013, 01:27 AM
RE: Logitech K700 some multimedia keys don't work - scubaman - 21st Nov, 2013 07:13 AM

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

Current time: 29th May, 2025, 07:01 PM Powered By MyBB, © 2002-2025 MyBB Group.