Counter
is a sample plugin demonstrating the Stream Deck SDK.
Counter
is a simple plugin that displays the number of times a key is pressed. Pressing the key will increase the counter.
- code written in Javascript
- cross-platform (macOS, Windows)
- persistent settings (number of times the key was pressed)
- localized
In the Release folder, you can find the file com.elgato.counter.streamDeckPlugin
. If you double-click this file on your machine, Stream Deck will install the plugin.
The Sources folder contains the source code of the plugin.