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.

Search found 5 matches

by vali_ics
Wed May 20, 2015 10:38 am
Forum: Coding Corner
Topic: Script or command line
Replies: 0
Views: 2813

Script or command line

I should use a script or a direct command line for this macro:

I have a input dialog text to input what i want to search on google chrome.
Now i can get it to work but i don't know if it's okay like this or should i use a Python Script ?

https://www.google.ro/#q="{((eg.event.string).partition ...
by vali_ics
Mon May 18, 2015 11:22 am
Forum: General Support
Topic: Trigger macro if (eg.variable == 0)
Replies: 2
Views: 1959

Re: Trigger macro if (eg.variable == 0)

Thanks a lot @Pako.
I have a question again. I can't find anything like this.

1. Trigger - > Main.OK.Computer.google wikipedia (trigger it's from a raw_input)
2. Python Script

command = 'Main.OK.Computer.google wikipedia'
search = command.split(' ')
if command.find('google'):
print('working ...
by vali_ics
Wed May 13, 2015 7:21 am
Forum: General Support
Topic: Trigger macro if (eg.variable == 0)
Replies: 2
Views: 1959

Trigger macro if (eg.variable == 0)

Hello guys.
I'm new to python but i have some questions about eventghost and i want to be clear in future.
I have like this 3 macros based on some applications.

eg.ProgramName = 'Chrome'
eg.ProgramName = 'Opera'

if (eg.ProgramName == 'Chrome'):
eg.TriggerEvent ("ChromeTrigger")
elif (eg ...
by vali_ics
Mon Apr 06, 2015 7:24 am
Forum: General Support
Topic: Twice keystroke trigger
Replies: 1
Views: 1254

Twice keystroke trigger

Hello there.

I just searched on google but i get nothing about what i want to do and i hope here someone can help me.

I want to make a trigger based on a twice keystroke like this: If (F9 F9 in 2 seconds) then execute . Sorry for my pascal codding :D.
Maybe the Keyboard+ plugin will work or i need ...
by vali_ics
Mon Apr 21, 2014 3:47 pm
Forum: General Support
Topic: Set a variable when the a profile is triggered
Replies: 1
Views: 1226

Set a variable when the a profile is triggered

Hello guys. I want to make a profile but dont know how can i do it.

A profile like this:
1. Trigger: Starting up pc and is online/Shuting down
2. To do: set a variable 1 / 0

When i ask the pc what variable is , to send on my android phone and the phone will tell me if it's online or offline.
I ...