This is a keyboard press counter.
Do you sometimes want to know how many times of keys you pressed in VSCode or your project? This extension helps you count them. Also, you can even costomize some settings in it.
There are 2 counters in this extension.
- The left one is total key press counter. It will record all your key presses in vscode.
- The right one (eg.
+16
) is current session key press counter. It just record your key presses in current session.
command | default | description |
---|---|---|
KeyPressCounter: Active/Inactive | Active | Decide the counter to monitor key presses or not. |
KeyPressCounter: Set message push count | 500 | Set the number of times you press the keyboard every time to receive a message. |
KeyPressCounter: Reset current session counter | Set the current session counter number to 0. |
- Initial release of key-press-counter!
-
A new persistent counter which can record all your key presses even you restart vscode.
-
Original counter be the Current Session Counter, which helps record the key presses in current session.
-
Reset Counter command helps reset the Current Session Counter.
- Fixed multi-windows counter problems.