Actually the power button is quite useless because it forces a whole reboot, at least on my device. Apparently suspend does not work. I am actually going to remove it from my harmony and leave the box on all the time.
I also did the whole 2 remotes thing and edited the OPs original file to change the menu key to the context key, which was sorely missing. I very much prefer altering the file to learning codes, that way my Harmony is as stock as possible.
Here is the code if you want it, power was NOT modified:
Code
# Pivos xios ds for harmony
factory_code = 0xbd020001
work_mode = 0
repeat_enable = 1
repeat_delay = 100
repeat_peroid = 100
release_delay = 100
debug_enable = 1
key_begin
; Code = IR keycode
; Linux = Linux keycode
; Android = Android keycode
; key id = you'll see that if you press a key and look in the (debug) log. Can be used in keymap.xml
;
;
;
; Code Linux Android key id kodi keymap
; ---- ----- ------------- ------ -----------
0xe3 30 ; A 61505 a
0xd8 70 ; EXPLORER 61660 scrolllock
0xd9 35 ; H 61512 h
0x90 111 ; DEL 61575 delete
0xd2 108 ; DPAD_DOWN 61569 down
0x99 105 ; DPAD_LEFT 61570 left
0xc1 106 ; DPAD_RIGHT 61571 right
0xca 103 ; DPAD_UP 61568 up
0x84 33 ; F 61510 f
0x95 44 ; Z 61530 z
0xc5 23 ; I 61513 i
0xd6 46 ; MENU 61507 c
0x80 113 ; VOLUME_MUTE 61623 volume_mute
0xe1 38 ; L 61516 l
0xc2 52 ; . 61486 period
0xce 28 ; DPAD_CENTER 61453 return
0xcd 178 ; PAGE_DOWN 61573 pagedown
0x9a 177 ; PAGE_UP 61572 pageup
0x85 57 ; SPACE 61472 space
0x88 25 ; P 61520 pagedown
0x45 116 ; POWER WAKE 61662 power
0x96 51 ; , 61484 comma
0xe4 16 ; Q 61521 q
0xd0 14 ; BACK 61448 backspace
0xc3 19 ; R 61522 r
0xe0 20 ; T 61524 t
0xe5 40 ; APOSTROPHE 61479 quote
0x55 45 ; X 61528 x
0xe2 17 ; W 61527 w
0x8c 114 ; VOLUME_DOWN 61624 volume_down
0xdd 115 ; VOLUME_UP 61625 volume_up
0x87 11 ; 0 61488 zero
0x92 2 ; 1 61489 one
0x93 3 ; 2 61490 two
0xcc 4 ; 3 61491 three
0x8e 5 ; 4 61492 four
0x8f 6 ; 5 61493 five
0xc8 7 ; 6 61494 six
0x8a 8 ; 7 61495 seven
0x8b 9 ; 8 61496 eight
0xc4 10 ; 9 61497 nine
key_end
repeat_key_begin
0xdd 115 ;VOLUME_UP
0x8c 114 ;VOLUME_DOWN
0x99 105 ;DPAD_LEFT
0xca 103 ;DPAD_UP
0xc1 106 ;DPAD_RIGHT
0xd2 108 ;DPAD_DOWN
repeat_key_end
Display More