keymapperorg / KeyMapper

An Android app that change what the buttons do on your devices!
http://docs.keymapper.club
GNU General Public License v3.0
1.21k stars 161 forks source link

When sending a broadcast intent for a key press, add option for a separate broadcast intent for key release. #875

Open Losingthewires opened 2 years ago

Losingthewires commented 2 years ago

Developer TODO (don't remove)

Some applications use different intents for when a key is pressed and when it is released. This is common in Walkie Talkie applications where a button is assigned to Push to Talk a 'key down' and 'key up' intent is used. This allows the application to function.

sds100 commented 2 years ago

Hi, this is a feature I'm willing to implement. :)