renyuneyun / Easer

User-defined explicit automation for Android
https://renyuneyun.github.io/Easer/
GNU General Public License v3.0
799 stars 91 forks source link

Feature request: Key/button press as event (also looking for way to combine Easer with KeyMapper) #376

Open garywill opened 3 years ago

garywill commented 3 years ago

Hi developer(s), Easer is a great automating tool!

Can we get a new feature that pressing key/button as event?

Also, I'm looking for a way to combine Easer with https://github.com/sds100/KeyMapper KeyMapper supports key/button pressing event as trigger, but it doesn't provide as many actions as Easer.

https://github.com/sds100/KeyMapper/issues/661

renyuneyun commented 3 years ago

Hmm, thanks for the suggestion. I need to look up how to receive button events, but I think it should be doable. If you have any clues, please let me know :)

sudomain commented 1 year ago

@garywill Hello, I know it's years later but did you ever manage to utilize KeyMapper and Easer together? I'm attempting the same thing: KeyMapper -> Easer but also Easer -> KeyMapper using broadcasts. I'm not sure when, but KeyMapper added the ability to trigger mappings fron other apps by broadcasting intents, but unfortunately I think Easer's send broadcast profile is currently broken. I'd love to hear if you were able to get tge apps working well together.