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