wo52616111 / capslock-plus

An efficiency tool that provides various functions by enhancing the Caps Lock key into a modifier key.
https://capslox.com/capslock-plus/
GNU General Public License v2.0
1.14k stars 198 forks source link

数字键字符映射 #124

Closed yaleimeng closed 1 year ago

yaleimeng commented 1 year ago

我想实现的是:

但目前设置的方式,caps_0=keyFunc_sendChar(!),实现的效果是两个键一起按才能输出这些字符。有办法实现对capslock状态判断再决定具体输出字符的功能吗?

yaleimeng commented 1 year ago

我自己写了一个脚本解决了。不需要用这个第三方库。