keyboard shortcuts doesnt work in fullscreen
is it normal ?
or i can to solve this problem ?
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.
Search found 14 matches
- Fri Jul 27, 2018 7:27 pm
- Forum: General Support
- Topic: keyboard shortcuts doesnt work in fullscreen
- Replies: 6
- Views: 1039
- Wed Jul 25, 2018 6:48 am
- Forum: General Support
- Topic: action on front window
- Replies: 3
- Views: 661
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: 661
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 ...
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 ...
- Mon Jul 16, 2018 6:42 am
- Forum: Plugin Support
- Topic: Screen Settings
- Replies: 20
- Views: 3072
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: 20
- Views: 3072
Re: Screen Settings
ati rx 480 -> hdmi -> pioneer vsx-423 -> hdmi -> lg lf652vkgschlosser wrote: Sun Jul 15, 2018 5:49 pm what 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: 20
- Views: 3072
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 ...
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 ...
- Sat Jul 14, 2018 11:49 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 86384
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 ...
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 ...
- Sat Jul 14, 2018 7:41 am
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 86384
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 ...
- Sat Jul 14, 2018 6:56 am
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 86384
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 ...
- Fri Jul 13, 2018 3:06 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 86384
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 ...
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 ...
- Thu Jul 12, 2018 8:55 am
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 86384
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 ...
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 ...
- Thu Jul 12, 2018 7:55 am
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 86384
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: 246
- Views: 86384
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 ...
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 ...
- Wed Jul 11, 2018 8:53 am
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 86384
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 ...
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 ...