rhysmorgan134 / node-CarPlay

MIT License
131 stars 23 forks source link

Key bindings in react-carplay and in node-carplay #10

Open tomekrosiek opened 1 year ago

tomekrosiek commented 1 year ago

Hey Rhys,

Firstly i would like to thank for your great work, i'm going to use your apps in my project in a car. I have a joystick there, and i would like to bind some new keys - like shortcut to messages or shortcut to google maps I saw there are bindings in react app but it leads to key bindings in node-carplay -> DongleHandler. There is a list of values that equals siri, left, right etc. Where did you found those values, are they from Autokit.apk ? Or you just wrote something else, that i couldn't ffind ?

I will be grateful for any answer.

pavelmickevic commented 12 months ago

@tomekrosiek please have a look https://github.com/rhysmorgan134/node-CarPlay/blob/master/modules/MessageHandler.js#L85-L114