Is there a way to bind a KeyboardShortcut to show(Pop-up) the "EventGhost Setup Window"?
This window:
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.
How to show EventGhost Setup Window
Re: How to show EventGhost Setup Window
You can create a macro with the following python script as a python script action:
Then just assign whatever event you want to run the action.
The reverse call would be
Brett
Code: Select all
eg.document.ShowFrame()
The reverse call would be
Code: Select all
eg.document.HideFrame()Re: How to show EventGhost Setup Window
AWESOME!! it works 
Man, this piece of software does everything!!
Thank you!
Man, this piece of software does everything!!
Thank you!