2023-03-05, 12:55
Oh yeah I was. Sorry I posted it again as I thought it disappeared. Apologies...
(2023-03-05, 11:50)Fatal.Lordes Wrote: HiyaKeymap editor doesn't program your remote. It takes the remote codes your remote has and maps them to different functions in Kodi. I don't know if the phrasing you used was just imprecise, but the different between the two is the important thing to understand when using keymap editor. All the Kodi functions are organized in keymap editor by their area. In your case you should take a look in the VIDEOS > PLAYBACK area. There are two options in that list called TEMPO UP and TEMPO DOWN. I believe those are the two you want. You would select them, then press a button on the remote to save that mapping.
I'm new to Kodi and so far I'm loving it (I came from WMC environment). One thing I want to do is be able to use keymap editor addon to program my remote but not sure how I go about it. I'm looking to assign a remote key to speed up playback, and another key to slow down playback. But I'm not sure what this function is called in keymap to edit the key. I know to do it on a normal keyboard it is ALT Left and ALT Right, but how do I use keymap editor to assign that function to a key on my remote. If it helps, the remote I'm using is this one:
Backlit Wireless Keyboard 2.4G Air Mouse Keypad Remote Control for HDTV TV Box
(2023-03-05, 14:18)pkscout Wrote:(2023-03-05, 11:50)Fatal.Lordes Wrote: HiyaKeymap editor doesn't program your remote. It takes the remote codes your remote has and maps them to different functions in Kodi. I don't know if the phrasing you used was just imprecise, but the different between the two is the important thing to understand when using keymap editor. All the Kodi functions are organized in keymap editor by their area. In your case you should take a look in the VIDEOS > PLAYBACK area. There are two options in that list called TEMPO UP and TEMPO DOWN. I believe those are the two you want. You would select them, then press a button on the remote to save that mapping.
I'm new to Kodi and so far I'm loving it (I came from WMC environment). One thing I want to do is be able to use keymap editor addon to program my remote but not sure how I go about it. I'm looking to assign a remote key to speed up playback, and another key to slow down playback. But I'm not sure what this function is called in keymap to edit the key. I know to do it on a normal keyboard it is ALT Left and ALT Right, but how do I use keymap editor to assign that function to a key on my remote. If it helps, the remote I'm using is this one:
Backlit Wireless Keyboard 2.4G Air Mouse Keypad Remote Control for HDTV TV Box
(2023-03-06, 01:39)Fatal.Lordes Wrote:Global makes the mapping available everywhere. I assumed you were trying to speed up videos, but if you're doing audio only or something Kodi doesn't recognize as video, that's probably why it wasn't working. Glad it got you close enough anyway.(2023-03-05, 14:18)pkscout Wrote:(2023-03-05, 11:50)Fatal.Lordes Wrote: HiyaKeymap editor doesn't program your remote. It takes the remote codes your remote has and maps them to different functions in Kodi. I don't know if the phrasing you used was just imprecise, but the different between the two is the important thing to understand when using keymap editor. All the Kodi functions are organized in keymap editor by their area. In your case you should take a look in the VIDEOS > PLAYBACK area. There are two options in that list called TEMPO UP and TEMPO DOWN. I believe those are the two you want. You would select them, then press a button on the remote to save that mapping.
I'm new to Kodi and so far I'm loving it (I came from WMC environment). One thing I want to do is be able to use keymap editor addon to program my remote but not sure how I go about it. I'm looking to assign a remote key to speed up playback, and another key to slow down playback. But I'm not sure what this function is called in keymap to edit the key. I know to do it on a normal keyboard it is ALT Left and ALT Right, but how do I use keymap editor to assign that function to a key on my remote. If it helps, the remote I'm using is this one:
Backlit Wireless Keyboard 2.4G Air Mouse Keypad Remote Control for HDTV TV Box
Hi there, just to clarify it isn't videos > playback but it should be Global > Playback. Doing it in Videos > Playback did nothing but doing it in Global > Playback worked like a charm
(2023-03-06, 04:03)pkscout Wrote:(2023-03-06, 01:39)Fatal.Lordes Wrote:Global makes the mapping available everywhere. I assumed you were trying to speed up videos, but if you're doing audio only or something Kodi doesn't recognize as video, that's probably why it wasn't working. Glad it got you close enough anyway.(2023-03-05, 14:18)pkscout Wrote: Keymap editor doesn't program your remote. It takes the remote codes your remote has and maps them to different functions in Kodi. I don't know if the phrasing you used was just imprecise, but the different between the two is the important thing to understand when using keymap editor. All the Kodi functions are organized in keymap editor by their area. In your case you should take a look in the VIDEOS > PLAYBACK area. There are two options in that list called TEMPO UP and TEMPO DOWN. I believe those are the two you want. You would select them, then press a button on the remote to save that mapping.
Hi there, just to clarify it isn't videos > playback but it should be Global > Playback. Doing it in Videos > Playback did nothing but doing it in Global > Playback worked like a charm
(2023-04-08, 00:07)peterrudy Wrote: Is there a way to create a keyboard shortcut for the "Zoom amount" slider using the Keymap Editor? Any help will be appreciated.
P
(2023-05-21, 03:27)blueribb Wrote: The question is - why would switching NUCs cause this issue?Are you having the issue with the keyboard just in Kodi or other places as well? If the keyboard works everywhere else, at least we know the problem is Kodi and not a general issue. It's not a solution, but it would help narrow the problem. Also, did you copy over your Kodi userdata folder from the old NUC to the new one, or start from scratch. If you copied it over, it's possible there is an existing keymap file that is causing the problem in Kodi. If you did copy the userdata folder over, it might be worth checking userdata/keymaps and removing any files you find there (or at least rename them so that the extension on the end is .old instead of .xml) and then restarting Kodi.
And would using the Keymap Editor fix my issue?
(2023-07-09, 18:14)davelee77 Wrote: Needing some help. I'm a slightly advanced beginner with Kodi but a novice when it comes to the Xbox. Setting up for my son-in-law. Running Kodi 20.2 on Xbox One S. Needing to find out if there is a way to map for these 2(technically 4) things:
Fullscreen Video>Subtitle>Delay Minus/Plus
and
Fullscreen Video>Navigation>Next/Previous letter
Possible? Yes or No?
If so? Any direction on py code for joystick.xml? Thank you!!!
<FullscreenVideo>
<customcontroller name="InsertControllerNameHere">
<button id="1">SubtitleDelayPlus</button>
<button id="2">SubtitleDelayMinus</button>
<button id="3">NextLetter</button>
<button id="4">PrevLetter</button>