Thanks for the help. I had come to the conclusion that i was going to have to map the keyboard shortcuts if it couldn't be done by remote actions so this saves me some time.
I have spent a lot of time searching and trying to work this out. Perhaps for someone who understands EG it is intuitive, but ...
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 5 matches
- Tue Oct 27, 2009 9:00 pm
- Forum: General Support
- Topic: New way to get MCE Remote signals in EG (for Vista/Win7)
- Replies: 478
- Views: 357525
- Tue Oct 27, 2009 8:14 pm
- Forum: General Support
- Topic: New way to get MCE Remote signals in EG (for Vista/Win7)
- Replies: 478
- Views: 357525
Re: New way to get MCE Remote signals in EG (for Vista/Win7)
I do need to use EG as I have changed the action relating to the green mce button so that it loads mediabrowser (a mce plugin) rather than the default screen.
I have read the short manual, and it makes sense. What is not covered is how I can get EG to create mce action. As I said, it will ...
I have read the short manual, and it makes sense. What is not covered is how I can get EG to create mce action. As I said, it will ...
- Tue Oct 27, 2009 8:00 am
- Forum: General Support
- Topic: New way to get MCE Remote signals in EG (for Vista/Win7)
- Replies: 478
- Views: 357525
Re: New way to get MCE Remote signals in EG (for Vista/Win7)
Apologies if this has been covered elsewhere or is somewhat noobish but i am having some problems with various mce buttons.
It seems some buttons are being passed through to MCE and others are not. For instance, i have no problems with directional arrows and enter in mce. EG recognises these for ...
It seems some buttons are being passed through to MCE and others are not. For instance, i have no problems with directional arrows and enter in mce. EG recognises these for ...
- Tue Oct 27, 2009 5:28 am
- Forum: General Support
- Topic: Start Application - Command line option help MCE
- Replies: 4
- Views: 2182
Re: Start Application - Command line option help MCE
Thanks. I've never used python before but made the below script which seems to do what i want.
import os
os.system('start C:\Windows\ehome\ehshell.exe /entrypoint:{ce32c570-4bec-4aeb-ad1d-cf47b91de0b2}\{fc9abccc-36cb-47ac-8bab-03e8ef5f6f22}""')
import os
os.system('start C:\Windows\ehome\ehshell.exe /entrypoint:{ce32c570-4bec-4aeb-ad1d-cf47b91de0b2}\{fc9abccc-36cb-47ac-8bab-03e8ef5f6f22}""')
- Tue Oct 27, 2009 2:27 am
- Forum: General Support
- Topic: Start Application - Command line option help MCE
- Replies: 4
- Views: 2182
Start Application - Command line option help MCE
I'm trying to have EG run the following command on the press of MCE Start...
C:\Windows\ehome\ehshell.exe /entrypoint:{ce32c570-4bec-4aeb-ad1d-cf47b91de0b2}\{fc9abccc-36cb-47ac-8bab-03e8ef5f6f22}
The intention is to open MCE on the MediaBrowser home page. This command works elsewhere however i am ...
C:\Windows\ehome\ehshell.exe /entrypoint:{ce32c570-4bec-4aeb-ad1d-cf47b91de0b2}\{fc9abccc-36cb-47ac-8bab-03e8ef5f6f22}
The intention is to open MCE on the MediaBrowser home page. This command works elsewhere however i am ...