Kodi HDMI-CEC right-click with TV remote without such button [closed]
Normally you control Kodi (I'm using LibreELEC) with left-clicks and right-clicks with special buttons on your TV remote through HDMI-CEC. My new Samsung TV has a minimalistic remote that has a left-click button but sadly lacks a button for right-click. How can I work around this problem?
hdmi kodi samsung-smart-tv libreelec
closed as off-topic by DavidPostill♦ Dec 9 '18 at 14:04
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is not about computer hardware or software, within the scope defined in the help center." – DavidPostill
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
Normally you control Kodi (I'm using LibreELEC) with left-clicks and right-clicks with special buttons on your TV remote through HDMI-CEC. My new Samsung TV has a minimalistic remote that has a left-click button but sadly lacks a button for right-click. How can I work around this problem?
hdmi kodi samsung-smart-tv libreelec
closed as off-topic by DavidPostill♦ Dec 9 '18 at 14:04
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is not about computer hardware or software, within the scope defined in the help center." – DavidPostill
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
Normally you control Kodi (I'm using LibreELEC) with left-clicks and right-clicks with special buttons on your TV remote through HDMI-CEC. My new Samsung TV has a minimalistic remote that has a left-click button but sadly lacks a button for right-click. How can I work around this problem?
hdmi kodi samsung-smart-tv libreelec
Normally you control Kodi (I'm using LibreELEC) with left-clicks and right-clicks with special buttons on your TV remote through HDMI-CEC. My new Samsung TV has a minimalistic remote that has a left-click button but sadly lacks a button for right-click. How can I work around this problem?
hdmi kodi samsung-smart-tv libreelec
hdmi kodi samsung-smart-tv libreelec
asked Dec 8 '18 at 19:40
Gruber
1,24341526
1,24341526
closed as off-topic by DavidPostill♦ Dec 9 '18 at 14:04
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is not about computer hardware or software, within the scope defined in the help center." – DavidPostill
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by DavidPostill♦ Dec 9 '18 at 14:04
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is not about computer hardware or software, within the scope defined in the help center." – DavidPostill
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Keymap editor is your friend
You can easily add any action to some remote control keys (some keys like mute, volume, power etc are not available to be captured by the CEC )
Friends—How many of us have them!!!
– Pimp Juice IT
Dec 8 '18 at 22:47
add a comment |
TV remotes usually have colored buttons (red, yellow, green, blue). For Samsung, there's a special button that opens a selection window on the TV where you can select a color. You can map, for instance, the red button to correspond to a right click. Do this by editing the file /storage/.kodi/userdata/keymaps/remote.xml
. Insert the following code and reboot:
<keymap>
<global>
<remote>
<red>contextmenu</red>
</remote>
</global>
</keymap>
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Keymap editor is your friend
You can easily add any action to some remote control keys (some keys like mute, volume, power etc are not available to be captured by the CEC )
Friends—How many of us have them!!!
– Pimp Juice IT
Dec 8 '18 at 22:47
add a comment |
Keymap editor is your friend
You can easily add any action to some remote control keys (some keys like mute, volume, power etc are not available to be captured by the CEC )
Friends—How many of us have them!!!
– Pimp Juice IT
Dec 8 '18 at 22:47
add a comment |
Keymap editor is your friend
You can easily add any action to some remote control keys (some keys like mute, volume, power etc are not available to be captured by the CEC )
Keymap editor is your friend
You can easily add any action to some remote control keys (some keys like mute, volume, power etc are not available to be captured by the CEC )
answered Dec 8 '18 at 22:41
stuckatzero
361
361
Friends—How many of us have them!!!
– Pimp Juice IT
Dec 8 '18 at 22:47
add a comment |
Friends—How many of us have them!!!
– Pimp Juice IT
Dec 8 '18 at 22:47
Friends—How many of us have them!!!
– Pimp Juice IT
Dec 8 '18 at 22:47
Friends—How many of us have them!!!
– Pimp Juice IT
Dec 8 '18 at 22:47
add a comment |
TV remotes usually have colored buttons (red, yellow, green, blue). For Samsung, there's a special button that opens a selection window on the TV where you can select a color. You can map, for instance, the red button to correspond to a right click. Do this by editing the file /storage/.kodi/userdata/keymaps/remote.xml
. Insert the following code and reboot:
<keymap>
<global>
<remote>
<red>contextmenu</red>
</remote>
</global>
</keymap>
add a comment |
TV remotes usually have colored buttons (red, yellow, green, blue). For Samsung, there's a special button that opens a selection window on the TV where you can select a color. You can map, for instance, the red button to correspond to a right click. Do this by editing the file /storage/.kodi/userdata/keymaps/remote.xml
. Insert the following code and reboot:
<keymap>
<global>
<remote>
<red>contextmenu</red>
</remote>
</global>
</keymap>
add a comment |
TV remotes usually have colored buttons (red, yellow, green, blue). For Samsung, there's a special button that opens a selection window on the TV where you can select a color. You can map, for instance, the red button to correspond to a right click. Do this by editing the file /storage/.kodi/userdata/keymaps/remote.xml
. Insert the following code and reboot:
<keymap>
<global>
<remote>
<red>contextmenu</red>
</remote>
</global>
</keymap>
TV remotes usually have colored buttons (red, yellow, green, blue). For Samsung, there's a special button that opens a selection window on the TV where you can select a color. You can map, for instance, the red button to correspond to a right click. Do this by editing the file /storage/.kodi/userdata/keymaps/remote.xml
. Insert the following code and reboot:
<keymap>
<global>
<remote>
<red>contextmenu</red>
</remote>
</global>
</keymap>
answered Dec 8 '18 at 19:40
Gruber
1,24341526
1,24341526
add a comment |
add a comment |