Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 769 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 769 Bytes

Counter is a sample plugin demonstrating the Stream Deck SDK.

Description

Counter is a simple plugin that displays the number of times a key is pressed. Pressing the key will increase the counter.

Features

  • code written in Javascript
  • cross-platform (macOS, Windows)
  • persistent settings (number of times the key was pressed)
  • localized

Installation

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.

To see the counter, you need to have the title active for that button.

Source code

The Sources folder contains the source code of the plugin.