Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 802 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 802 Bytes

Electron-Keyboard-Listener

监听全局键盘事件,并且根据时间统计按键按下次数排名。

Background

因为想统计下自己每天敲了多少次键盘,开发了这个桌面小工具。

支持按键实时提示,根据时间段统计按键的排名。(仅支持 Windows,MacOS)

项目截图:

使用时需要指定系统环境变量HOME,该工具会在HOME对应文件夹下创建keyboard-listener.db文件存储数据。

Install

使用 yarn 下载依赖

yarn

Usage

打包项目

yarn make

Related Efforts

MIT © Aimer Fan.