Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STOP key not forwarded to eventghost. #128

Closed
yasuoiwakura opened this issue Aug 13, 2015 · 2 comments
Closed

STOP key not forwarded to eventghost. #128

yasuoiwakura opened this issue Aug 13, 2015 · 2 comments
Labels
Milestone

Comments

@yasuoiwakura
Copy link

hi,

im using libcec3 on my LG tv (simplink)
Keys working:
up, down, left, right, back/exit (same), play, pause, fwd, backward.

working in debug window but not in EventGhost:
stop
when i press stop, nothing happens
when i press stop+other key i get
CEC..

now its getting interesting:
stop+pause=CEC.root.menu
stop+Play=CEC.. (is this even an allowed syntax?)
stop+other key=other key

well its interesting to have a 2nd binding for play+pause, but...
is it not possible to "just" use the stop-key?

when pressing stop, that happens in Debug(EventGhost closed):
[code]
TRAFFIC: [ 17391] >> 01:44:45
DEBUG: [ 17397] >> TV (0) -> Recorder 1 (1): user control pressed (44)
TRAFFIC: [ 17461] >> 01:45
DEBUG: [ 17465] >> TV (0) -> Recorder 1 (1): user control release (45)
DEBUG: [ 18461] key auto-released: stop (45)
[/code]

compare PLAY button (working):
[code]
TRAFFIC: [ 62211] >> 01:44:44
DEBUG: [ 62211] key pressed: play (44)
DEBUG: [ 62214] >> TV (0) -> Recorder 1 (1): user control pressed (44)
TRAFFIC: [ 62281] >> 01:45
DEBUG: [ 62281] key released: play (44)
DEBUG: [ 62283] >> TV (0) -> Recorder 1 (1): user control release (45)
[/code]

@yasuoiwakura
Copy link
Author

stop

eg

@opdenkamp opdenkamp added the bug label Aug 20, 2015
@opdenkamp opdenkamp added this to the libCEC 3.1.0 milestone Nov 25, 2015
@opdenkamp
Copy link
Contributor

there's a bug in the EventGhost plugin. it will not process the "combo key", which is used for remotes with a limited set of keys. it defaults to the stop button.

bug will be fixed in the 3.1.0 update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants