keymapperorg / KeyMapper

**DEVELOPMENT STOPPED**.📱 An Android app that change what the buttons do on your devices!
http://docs.keymapper.club
GNU General Public License v3.0
974 stars 148 forks source link

Vibration Action #982

Open GL513 opened 2 years ago

GL513 commented 2 years ago

Developer TODO (don't remove)

The action would vibrate the device. You would he able to customize strength of vibration, and duration (in milliseconds). It might also be nice to have a pattern picker, or a custon pattern creator using either an easy UI, or a json config file, for example

(vibrate(0(0-0));(1(100-100));(0(0-0)))

Just for a simple 100ms 100% strength buzz Of course im sure the actual syntax isnt like this, but thats my closest guess.

GL513 commented 2 years ago

It would also be nice to have a toggle for "demo vibration" next to the one for forcing all keymaps to vibrate, and i think applying the same rules for the action to the force vibrate toggle would be good too. When the "demo vibration" toggle is on, it will wait two seconds after a vibration value has been edited, and then play the same values back.