gtusr

Results 18 comments of gtusr

Since we already have the python keyboard project for creating powerful hotkeys from scratch, maybe a useful goal for this project is to incorporate hotkey functionality in a way that...

Does it support full autohotkey syntax for specifying the keystrokes that activate a hotkey as described here (including the modifier symbols, tilde, ampersand, UP, etc.): https://www.autohotkey.com/docs/Hotkeys.htm

Another interesting project similar in spirit to this one is: https://github.com/dc740/AutoHotPy It also uses Python but leverages instead the more powerful lower-level Interception input driver https://github.com/oblitum/Interception to handle input from...

> > incorporate hotkey functionality in a way that makes it as easy as possible to port existing autohotkey hotkeys to this framework. > > Perhaps we can utilize `keyboard`...

Maybe incorporating this would help: [Google's ink-stroke-modeler code](https://google.github.io/ink-stroke-modeler)

Any progress yet on this front?

I was just wondering if PHONK could someday become a replacement for Tasker since PHONK can already respond to various "profile triggers," as demonstrated on the project homepage. I'm not...

Any progress on this front? It's what is holding me back right now from switching over from Orgzly.

Thanks. The font looks a lot better now. I still much prefer the UI interface of Orgzly over Organice. Perhaps when I have more time to brush up on my...

Maybe this is what is needed: [Spanned and spannable text in TextView](https://developer.android.com/develop/ui/views/text-and-emoji/spans) and judicious setting of [span properties](https://developer.android.com/develop/ui/views/text-and-emoji/spans#appearance-spans)