I have noticed that the same questions seem to pop up on the forum over and over again. For example right now the hot topic seems to be the problematic MCE remotes. (just look at the general support forum topics at a quick glance).
So, what about we (the users who know something about a given subject, own a specific kind of hardware etc.) try to fill the wiki with some useful information so that the newer users could read up on before they start asking all sorts of things on the forum.
We need atleast good tutorial/guides on these subjects:
- MCE remote FAQ and HOW-TO
- Keyboard plugin FAQ (how it works, how to block keypress from going to another application for example).
- Generic HID plugin FAQ
- Finding windows and sending keypresses
- Finding window controls (using winspector?) and sending windows messages for more advanced users.
- Serial port HOW-TO
- IRDecoder FAQ (why the events are showing up as Unknown.*)
- Switching parts of the config with the 'enable exclusive' action, this is what everybody wants to do but it still seems to puzzle some people.
- Some more real-world configuration examples
- Triggering eventghost actions from python scripts and passing variables between them using the eg.payload variable.
- In general how to pass variables and use enabled/disabled states and do conditional jumps so that you can build more complex configurations.
- Examples and templates of useful python scripts. For example a simple ( and well commented!), TCP/IP sender/receiver plugin template that you can easily modify for your purposes.
- Regexp examples (regexp is always useful
) - EventGhost specific wxwindows examples, hints and notes for scripters, it's such a mess to get to grips with if you have not used it before..
- Using dll:s from python scripts. Useful for setting and getting system-wide windows parameters for example.
-jinxdone