Stavros Ntentos
Stavros Ntentos
Why not do both at the same time? They are both "valid" separators since you don't do Window Title as in e.g. `Do Not Disturb does not honor "Do Not...
Result: ``` $ ./safeeyes_iss254_test.py Switch to the window you want to test and wait for 10 sec... WM_CLASS = "zoom", "zoom" _NET_WM_STATE = _NET_WM_STATE_FULLSCREEN, _NET_WM_STATE_FOCUSED $ ``` --------------------- Of course,...
> > Actually, the test code was from the plugin code. Your output looks good. There should be a logical mistake in my code: https://github.com/slgobinath/SafeEyes/blob/master/safeeyes/plugins/donotdisturb/plugin.py#L41 > > I will check...
Yeah, sure, no rush! I just think you'd like the issues at least documented :-)
I am not sure if they are 100% related (since I didn't notice what I am about to report before), but it seems that the time is correct in some...
I tried to implement the feature, by: * Reading the configuration (I assume `event.detail` and `self.keycode_*` is simply the `scancode`?) * http://paulsrandomcontent.blogspot.com/2013/10/for-project-i-wanted-to-send-key.html * and output from `python3 -m keyboard` for...
I ran it differently (I now noticed that `~/safeeyes.log` did not actually "write" anything): ``` $ (passthrough_media u=) safeeyes/__main__.py --debug 2018-11-15 18:56:41,398 [INFO]:[MainThread] Starting Safe Eyes 2018-11-15 18:56:41,398 [INFO]:[MainThread] Reading...
Any progress?
I assume your output is in-between ``` [INFO]:[Thread-7] Lock the keyboard [...] [INFO]:[Thread-7] Unlock the keyboard ``` these lines? Weird. I couldn't replicate (or get the log output). How did...
It works on my system `Ubuntu/Xenial`. Feel free check & verify it yourself too with other operating systems et. al.