Bjoern
Bjoern
If I'm interpreting this correctly https://stackoverflow.com/questions/8451189/chrome-windows-getcurrent-is-not-returning-the-list-of-opened-tabs, then it looks like `chrome.windows.getCurrent` would get the window: ``` chrome.windows.getCurrent(function(win) { chrome.tabs.getAllInWindow(win.id, function(tabs) { // Should output an array of tab objects to...
Just to add that, as far as I can see, this function would just be: ``` bt query +currentWindow ``` I.e., the command already exists.
I'm interested in this too - I'd like to be able to add a reminder to a calendar (i.e. a "reminder", not "an event with a reminder/notification".) Many thanks!
Many thanks! ``` brew install tidy-html5 ``` fixed this. Duktape is next - there's no installer for OS X. Where would I place the source so that the the edbrowse...
That would be great! It would also be nice if the 'private mode state' could become a proper option, accessible from gnome-settings. As far as I can see, then state...
So the suggestion is this: When accuracy timeout is reached, log whatever point you have (rather than not logging anything). That would be good.
I assume as an optional feature, or perhaps logging both orientation and course?
In code, e.g. this ``` def type_slow(string1, string2, backdelay=0.0, delay=0.3, typedelay=0.0): for c in string1: keyboard.send_keys("") time.sleep(backdelay) time.sleep(delay) for c in string2: keyboard.send_keys(c) time.sleep(typedelay) return type_slow("abc","alphabet") ``` where the trigger...
I have the same issue, Ubuntu 19.10, Autokey 95.7. Window class is detected as "google-chrome.Google-chrome" - is that correct?
Thanks @ineuw - I've never had the above issue before. I've had issues where autokey doesn't delete enough characters. Likewise on the copy to/from clipboard. However, I've never had the...