KeyboardOverlay icon indicating copy to clipboard operation
KeyboardOverlay copied to clipboard

A highly customizable keyboard displayer, including shortcut keys, key count, kps display and so on. / 高自定义度的键盘显示器,支持显示快捷键、独立按键次数统计、KPS 等。

Results 7 KeyboardOverlay issues
Sort by recently updated
recently updated
newest added

Sharing my simple mapping for showing only the keyboard modifiers # `map.txt` ``` ShiftLeft CtrlLeft 1 1 0.8 Windows AltLeft ``` # Preview ![imagen](https://github.com/tiger2005/KeyboardOverlay/assets/52723367/544358ee-a395-4962-8d46-c2b537b6f5d6) # File [SZK - Shift Ctrl...

# Settings for KartRider: Drift ## map.txt ```jsx ShiftLeft left 2 ShiftLeft 2 Up R AltLeft 1 CtrlLeft 2 Left Down Right ``` ## icons.json ```json { "Up": "", "Left":...

报错说 `npm start - npm ERR! missing script: start`

- 加入APM记录功能 。 - 加入鼠标点击的图标,类似于Kps的存在。并且能够在点击左右键的时候显示不同颜色(可自定义)。 - 建议把Kps和Total都加入到最上面一行的“当前按键显示行”。 - 增加本地记录Highest Kps,和本地保存字数统计,并且下次开启时同步。 谢谢

map.txt ``` ESC 1.5 F1 1 1 0.8 F2 1 1 0.8 F3 1 1 0.8 F4 1 1 0.8 0.75 F5 1 1 0.8 F6 1 1 0.8 F7...

template

当开启软件后,第一次点击这个锁会有卡顿,但是后面基本不会卡,可能这里是加载的问题? ![image](https://user-images.githubusercontent.com/24841857/168587265-eda5ae22-bd23-47f1-88e4-67bdcfc9cc0e.png)

`bindings.json` ```json { { "id":"voice_mute", "name":"voice_mute", "code":57376 }, { "id":"voice_down", "name":"voice_down", "code":57390 }, { "id":"voice_up", "name":"voice_up", "code":57392 } } ``` `icon.json` ```json { "voice_mute":"", "voice_up":"", "voice_down":"" } ```