keyboard shortcuts doesnt work in fullscreen
is it normal ?
or i can to solve this problem ?
Search found 14 matches
- Fri Jul 27, 2018 7:27 pm
- Forum: General Support
- Topic: keyboard shortcuts doesnt work in fullscreen
- Replies: 6
- Views: 1837
- Wed Jul 25, 2018 6:48 am
- Forum: General Support
- Topic: action on front window
- Replies: 3
- Views: 1129
Re: action on front window
damn
i didnt see that there is plugin task monitor
i didnt see that there is plugin task monitor

- Tue Jul 24, 2018 3:03 pm
- Forum: General Support
- Topic: action on front window
- Replies: 3
- Views: 1129
action on front window
i want to do action if i open some window on front or fullscreen for example, i open window of program ice book reader to read book and eventghost send hotkeys to run music player if i hide window of ice book reader - stop music or same with fullscreen how to do it ? tried with "find widnow" but not...
- Mon Jul 16, 2018 6:42 am
- Forum: Plugin Support
- Topic: Screen Settings
- Replies: 21
- Views: 4940
Re: Screen Settings
sadness
then I will use a reserve plan
I will send mqtt messages to call a hotkey combination, that will control brightness with the help of the program volume2
then I will use a reserve plan
I will send mqtt messages to call a hotkey combination, that will control brightness with the help of the program volume2
- Sun Jul 15, 2018 10:06 pm
- Forum: Plugin Support
- Topic: Screen Settings
- Replies: 21
- Views: 4940
Re: Screen Settings
ati rx 480 -> hdmi -> pioneer vsx-423 -> hdmi -> lg lf652vkgschlosser wrote: ↑Sun Jul 15, 2018 5:49 pmwhat is brand and model number of the TV?
and how is the TV connected to the PC? (HDMI, DVI)
- Sun Jul 15, 2018 8:50 am
- Forum: Plugin Support
- Topic: Screen Settings
- Replies: 21
- Views: 4940
Re: Screen Settings
my eyes yesterday were already stick together - i did not notice that there is a coding I should note that in English the problem is really easier to identify ^^ WindowsError: [Error 31] A device attached to the system is not functioning. result with last code Monitor: 1 Description: Generic PnP Mon...
- Sat Jul 14, 2018 11:49 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 261
- Views: 108893
Re: MQTT Client
same Python Script Traceback (most recent call last): Python script "16", line 104, in <module> raise ctypes.WinError() WindowsError: [Error 31] \u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u043a \u0441\u0438\u0441\u0442\u0435\u043c\u0435 \u0443\u0441\u0442\u...
- Sat Jul 14, 2018 7:41 am
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 261
- Views: 108893
Re: MQTT Client
try to change this line : c = wmi.WMI(namespace='wmi') with this one : c = wmi.WMI(namespace='cimv2') Traceback (most recent call last): Python script "52", line 3, in <module> GetBrightness = c.WmiMonitorBrightness()[0] File "C:\Program Files (x86)\EventGhost\lib27\site-packages\wmi.py", line 1147...
- Sat Jul 14, 2018 6:56 am
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 261
- Views: 108893
Re: MQTT Client
import wmi c = wmi.WMI(namespace='wmi') GetBrightness = c.WmiMonitorBrightness()[0] print "Brightness " + str(GetBrightness.CurrentBrightness) +"%" eventghost 0.5 try add code to python script log errors Python Script Traceback (most recent call last): Python script "24", line 3, in <module> GetBri...
- Fri Jul 13, 2018 3:06 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 261
- Views: 108893
Re: MQTT Client
all done except brightness dont know ho to change it with eventghost found https://blogs.technet.microsoft.com/heyscriptingguy/2013/07/25/use-powershell-to-report-and-set-monitor-brightness/ but it doesnt work with powershell and something with python https://stackoverflow.com/questions/36599375/con...
- Thu Jul 12, 2018 8:55 am
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 261
- Views: 108893
Re: MQTT Client
ok next level ) now i'm looking for feedback for home assistant what message can receive volume level to mqtt topic ? something like {eg.globals.volumeLevel} or {System.Volume} dont work and how to do trigger for changing volume and brightness screen ? (i control it with program volume2) for example...
- Thu Jul 12, 2018 7:55 am
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 261
- Views: 108893
Re: MQTT Client
thx guys
"It's Alive!!!"

"It's Alive!!!"

- Wed Jul 11, 2018 9:20 am
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 261
- Views: 108893
Re: MQTT Client
if i drag and drop message from log - MQTT.eventghost u"volume-mute" - to default folder Volume Control -> Mute Volume it create event item - MQTT.eventghost - without message such it work with any message in topic eventghost with same action i need other i want send messages with different action M...
- Wed Jul 11, 2018 8:53 am
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 261
- Views: 108893
Re: MQTT Client
hi need help with understanding EventGhost i installed this plugin started new mqtt subscription with topic "eventghost" now i send from home assistant in topic "eventghost" message "volume-mute" i saw log of EventGhost - MQTT.eventghost u"volume-mute" and now i dont understand how to create action ...