HELP WITH XBOX 360 REMOTE COMMANDS FOR KODI
#1
Sad 
Hello,

i am trying to get some commands to work with Kodi and i am having issuesHuh

The following is the config file i am using. i tweaked it to work with the 26 key xbox360 remote. the issue is i cant get some of the to work. NEXT and CONTEXT MENU. Is there a trick to get some of these to work?


***********************************************************8

begin remote

name /storage/.config/lircd.conf
bits 16
flags RC6|CONST_LENGTH
eps 30
aeps 100

header 2676 870
one 454 429
zero 454 429
pre_data_bits 21
pre_data 0x37FF0
gap 106291
min_repeat 1
toggle_bit_mask 0x8000

rc6_mask 0x100000000


begin codes
KEY_EXIT 0x8BD7 # Was: OpenClose
KEY_MENU 0x0B9B # Was: XboxButton
KEY_POWER 0x8BF3 # Was: OnOff
KEY_STOP 0x0BE6 # Was: Stop
KEY_PAUSE 0x8BE7 # Was: Pause
KEY_REWIND 0x0BEA # Was: Rewind
KEY_FASTFORWARD 0x8BEB # Was: FastForward
KEY_PREVIOUS 0x0BE4 # Was: Prev
KEY_NEXT 0x8BE5 # Was: Next
KEY_PLAY 0x8BE9 # Was: Play
KEY_SUBTITLE 0x8BB0 # Was: Display
KEY_TITLE 0x0BAE # Was: Title
KEY_MENU 0x8BDB # Was: DVD_Menu
KEY_EXIT 0x0BDC # Was: Back
KEY_INFO 0x8BF0 # Was: Info
KEY_UP 0x0BE1 # Was: Up
KEY_LEFT 0x8BDF # Was: Left
KEY_RIGHT 0x0BDE # Was: Right
KEY_DOWN 0x8BE0 # Was: Down
KEY_OK 0x0BDD # Was: OK
KEY_CONTEXTMENU 0x8BD9 # Was: Y
KEY_MUTE 0x0BDA # Was: B
KEY_CHANNELUP 0x8BED # Was: X
KEY_CHANNELDOWN 0x0BEC # Was: A
KEY_PLAY 0x0BF2 # Was: Start
KEY_PLAY 0x0BE9 # Was: Play
KEY_RECORD 0x8BE8 # Was: Record


end codes

end remote
Reply
#2
anyone have an idea? i really needt the Context Menu
Reply
#3
ideas?
Reply
#4
In the Kodi 15.2 and Openelec 6 file remote.xml need to be fixed and placed to /storage/.xbmc/userdata/keymaps

Original
<menu>PreviousMenu</menu>

change to

<menu>ContextMenu</menu>

To make context menu available by pressig MENU button.
Reply

Logout Mark Read Team Forum Stats Members Help
HELP WITH XBOX 360 REMOTE COMMANDS FOR KODI0