mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #1324 from jester-xbmc/patch-2
Backport for LE8: WeTek_Play_2: Remap buttons in remote.conf
This commit is contained in:
commit
22510cdfd2
@ -64,12 +64,12 @@ key_begin
|
||||
0x30 10 # 9
|
||||
0x71 14 # delete
|
||||
0x21 11 # 0
|
||||
0x72 87 # capslock (mapped as F11)
|
||||
0x72 58 # caps lock
|
||||
0x48 127 # menu
|
||||
0x03 102 # home
|
||||
0x61 158 # back
|
||||
0x83 580 # app_switch
|
||||
0x77 373 # assist
|
||||
0x83 139 # app_switch (mapped as KEY_MENU)
|
||||
0x77 138 # assist (mapped as KEY_HELP)
|
||||
0x50 103 # up
|
||||
0x4b 108 # down
|
||||
0x4c 105 # left
|
||||
@ -77,9 +77,9 @@ key_begin
|
||||
0x47 28 # ok
|
||||
0x44 115 # volume up
|
||||
0x43 114 # volume down
|
||||
0x41 402 # channel up
|
||||
0x42 403 # channel down
|
||||
0x4f 64 # * (mapped as f6)
|
||||
0x41 104 # channel up (mapped as PageUp)
|
||||
0x42 109 # channel down (mapped as PageDown)
|
||||
0x4f 85 # *
|
||||
0x82 388 # teletext
|
||||
0x73 398 # red
|
||||
0x74 399 # green
|
||||
@ -113,18 +113,18 @@ repeat_key_begin
|
||||
0x48 127 # menu
|
||||
0x03 102 # home
|
||||
0x61 158 # back
|
||||
0x83 580 # app_switch
|
||||
0x77 373 # assist
|
||||
0x83 139 # app_switch (mapped as KEY_MENU)
|
||||
0x77 138 # assist (mapped as KEY_HELP)
|
||||
0x50 103 # up
|
||||
0x4b 108 # down
|
||||
0x4c 105 # left
|
||||
0x4d 106 # right
|
||||
0x47 353 # ok
|
||||
0x47 28 # ok
|
||||
0x44 115 # volume up
|
||||
0x43 114 # volume down
|
||||
0x41 402 # channel up
|
||||
0x42 403 # channel down
|
||||
0x4f 64 # * (mapped as f6)
|
||||
0x41 104 # channel up (mapped as PageUp)
|
||||
0x42 109 # channel down (mapped as PageDown)
|
||||
0x4f 85 # *
|
||||
0x82 388 # teletext
|
||||
0x73 398 # red
|
||||
0x74 399 # green
|
||||
|
Loading…
x
Reference in New Issue
Block a user