unifiedremote / Docs

Official API documentation.
149 stars 33 forks source link

What does keys and buttons mean? #23

Closed linonetwo closed 3 years ago

linonetwo commented 4 years ago

https://github.com/unifiedremote/Docs/blob/master/res/buttons.md and https://github.com/unifiedremote/Docs/blob/master/res/keys.md

They contain enigmatic words.

skartknet commented 3 years ago

A bit late to the party but 'buttons' look like mouse buttons and 'keys' keyboard keys.

pqvst commented 3 years ago

Correct, buttons are mouse buttons used for simulating mouse clicks: https://github.com/unifiedremote/Docs/blob/master/libs/mouse.md

Keys are used for simulating key presses: https://github.com/unifiedremote/Docs/blob/master/libs/keyboard.md