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.

How to show EventGhost Setup Window

If you have a question or need help, this is the place to be.
Post Reply
IceGothic
Posts: 33
Joined: Tue Oct 20, 2009 2:47 pm

How to show EventGhost Setup Window

Post by IceGothic »

Is there a way to bind a KeyboardShortcut to show(Pop-up) the "EventGhost Setup Window"?

This window:
Attachments
SetupWindow.JPG
stottle
Plugin Developer
Posts: 636
Joined: Sun Apr 26, 2009 10:59 pm

Re: How to show EventGhost Setup Window

Post by stottle »

You can create a macro with the following python script as a python script action:

Code: Select all

eg.document.ShowFrame()
Then just assign whatever event you want to run the action.

The reverse call would be

Code: Select all

eg.document.HideFrame()
Brett
IceGothic
Posts: 33
Joined: Tue Oct 20, 2009 2:47 pm

Re: How to show EventGhost Setup Window

Post by IceGothic »

AWESOME!! it works :D

Man, this piece of software does everything!! :)

Thank you!
Post Reply