Beau Gilles
Beau Gilles
Here is my python console and I'm refreshing the status immediately after upload: ``` >>> vimUpload = client.upload("testvideo.mp4", data={"name": "Test4"}) >>> vimID = vimUpload.split('/')[2] >>> json.loads(client.get("https://api.vimeo.com/videos/" + vimID + "?fields=uri,upload.status,transcode.status").text)...
Allow users to make their own functions by coding their own small AHK scripts within the settings UI. Currently, users can write small AHK scripts and use the 'Run File'...
A UI control to duplicate pie menus, so that settings can be reused.  At the moment, new menus added will use defaults set by the profiles first pie menu,...
Windows ink can eat my ass. All of it. But for the meantime, AHP doesn't work with windows ink, so turn it off in your pen software settings. I need...
When a pie menu runs, LMB gets blocked as to prevent LMB from affecting other apps while the pie menu is being used (Mentioned in #21). When the pie menu...
For those who want to use pie menus in their own AHK scripts as an importable AHK class type from a library. Here's an example of how I think this...
There is a memory leak. Memory use increases whenever a pie menu refreshes its visual, but the memory is not released when the menu closes. uluk posted a comment on...
>For me the hotkeys to call AHP just stop working after a few minutes of not using it. All other functionality in Windows or other programs is unaffected. (#21) EDIT:...
Add a slider for adjusting the 'icon size' across all profiles.
Instead of throwing that all in the settings page, I can section that off to an about page.