Release Keymap Editor (configure remote in GUI) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: Release Keymap Editor (configure remote in GUI) (/showthread.php?tid=168767) |
RE: [Release] Keymap Editor (configure remote in GUI) - ugotit - 2015-11-24 Hi guys, I createt a blank playlist where I want to put movies in it that has been watched like the last 1o watched movies so if a movie plays I´d like to push a button on my remote so the playlist open up to save the movie...is this possible and where can I find this command? RE: [Release] Keymap Editor (configure remote in GUI) - neno1978 - 2015-11-24 (2015-11-19, 23:59)DarrenHill Wrote: It's designed for direct input (keyboard, mouse, touchscreen etc) not for remote apps, at least to my understanding. Thanks for your answer man . i think i have read in this thread any people mapping for app. But now i resolved this. the problem was de remote app. whit other remote i can mapping with keyboard.xml Thanks a lot RE: [Release] Keymap Editor (configure remote in GUI) - JonMMM - 2015-11-29 Would it be possible to ammend this addon, so that you can string a list of button presses together. So for example you could have Stop: Home: Favorites: Down: Down: Enter and then assign to one Key. This would then open your 2nd Favorite. Alternativley could we have the 1st 5 or 10 favorites as being programable. I am sure that there is probably a good reason why this has not been done before, but no harm in asking RE: [Release] Keymap Editor (configure remote in GUI) - ctrlz - 2015-12-10 My TV remote controls virtually every function in Kodi already without any modification, with the exception of the channel up/down buttons. I'm trying to map these using the Keymap Editor but it's not even registering the button press when I try. Any idea how I can "teach" it this command? RE: [Release] Keymap Editor (configure remote in GUI) - DarrenHill - 2015-12-10 If your TV isn't passing these buttons on to CEC then there's nothing you can do about it in Kodi. RE: [Release] Keymap Editor (configure remote in GUI) - overdrive69 - 2015-12-22 Are there any plans to integrate long pres? RE: [Release] Keymap Editor (configure remote in GUI) - CodaMan - 2015-12-27 Looking to disable Kodi's Skip Steps. Does anyone know where I can access this place holder using Keymap Editor? RE: [Release] Keymap Editor (configure remote in GUI) - Procy - 2015-12-27 I Have a Sony Android TV with kodi tv, but I can't fast forward, stop, rewind with my remote control, I try with keymap editor but don't change, is a problem of kodi version with my tv or a video problem? RE: [Release] Keymap Editor (configure remote in GUI) - DarrenHill - 2015-12-27 If the add-on can't see the key presses then it's likely that they aren't being passed on to Kodi. Not much can be done about that from our side. RE: [Release] Keymap Editor (configure remote in GUI) - Procy - 2015-12-27 No the command play and pause cant see the new command but the fast forward and other change the comand in kemap editor but i can't use to on Demond program from live tv. I change the comand from full screen live tv and global > playback. RE: [Release] Keymap Editor (configure remote in GUI) - DjDiabolik - 2015-12-30 Usefull addons......... but it's working only whit a hardware keyboard attached to my pi2 (whit osmc). Also i have a CEC remote......this use the remote.xml and whit this addons i can't edit this...... it's right ? RE: [Release] Keymap Editor (configure remote in GUI) - beyond2k - 2015-12-30 Can this be used to assign the "C" key to another button on my Harmony Elite remote. RE: [Release] Keymap Editor (configure remote in GUI) - Jdiesel - 2015-12-30 (2015-12-27, 00:45)CodaMan Wrote: Looking to disable Kodi's Skip Steps. Does anyone know where I can access this place holder using Keymap Editor? Skip steps can be disabled in the Kodi Settings-Video menu. If you would like Kodi to behave the same way it did before skip steps were included remove all skip steps except -10sec and +30 and change the delay to 0ms. RE: [Release] Keymap Editor (configure remote in GUI) - kniazio - 2015-12-31 I pilight use software to control the wireless devices. My question: Is it possible to assign a key to execute the command? The command to execute Code: sudo pilight-send -p kaku_switch -i 19330026 -u 15 -t Code: sudo /usr/local/bin/pilight-send -p kaku_switch -i 19330026 -u 15 -t pilight-send is the command issued from the console SSH which includes my socket Wireless My keymap gen.xml Code: <keymap><global><keyboard><key id="213">xbmc.runplugin(plugin://plugin.video.surveillanceroom?action=all_cameras)</key><key id="206">xxxxxxxx</key></keyboard></global></keymap> RE: [Release] Keymap Editor (configure remote in GUI) - ECEC - 2015-12-31 I'm using Kodi 16.0 Beta 4 on the nvidia Shield, and the version of Keymap that's on the repo. I'd like to change the remote to do too things: I'd like the Back button to stop a playing video, and a long press of select to take a screenshot. I went to Keymap > Edit > Fullscreen Video > Playback and changed the Stop command from browser_back to the remote button, but this seemed to have no effect. I then went to Global > Fullscreen Video > Playback and did the same thing there, and that prevented me from using the Back button at all. In the Global section, I noticed that the Stop command is assigned to S, so I tried using the iOS Kodi Remote to assign that in the FSV section, but apparently the add-on ignores the commands sent from the remote app. Since I don't have a keyboard hooked up to the Shield, I don't know where to go next. Pretty much the same thing happened with attempting to make long press (which currently Pauses video) into a screenshot button. Any help would be appreciated. |