Razeeman / Android-SimpleTimeTracker

Simple app that tracks time.
GNU General Public License v3.0
541 stars 69 forks source link

[FR] Desktop server for global shortcuts on PC #133

Open george9816 opened 9 months ago

george9816 commented 9 months ago

A small desktop server for using, over the local network, global shortcuts on PC would be extremely useful because I always use STT when working from PC.

Using Join and Tasker or some webhooks for sending intents is not very reliable.

alkero commented 9 months ago

Did you try with AutoRemote? I sometimes have some delay but it works well overall.

Triggered with a StreamDeck because it's fancy. :)

george9816 commented 9 months ago

I've used join with API link and Macrodroid with webhooks and I think these are similar to AutoRemote. That's the problem, that "sometimes some delay".

I've found a better solution, but not ideal: using http request event in tasker, which works locally and doesn't have any kind of lag. The problem with it is when I change the wifi connection, sometimes I need to change the phone ip (because it changes) in the ahk script, which I use on PC to trigger the tasker event.

alkero commented 9 months ago

That's clever.

I added a Bip action in the task, so if my phone doesn't emit a sound I know I have to do something.

A way to do a direct call to SimpleTimeTracker would be obviously better, but that seems a bit cumbersome to implement. I would be interested to have @Razeeman feedback on this actually.