We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在v3.2.0版本中,在设置文件中添加了旧版本的添加括号功能。 在使用过程中有一定几率变成粘贴,会粘贴上一次粘贴的内容,并不能添加括号对。 下面是在设置文件中添加的代码。 ` [Keys] press_caps=keyFunc_esc
;# (...) caps_9=keyFunc_doubleChar((,)) `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在v3.2.0版本中,在设置文件中添加了旧版本的添加括号功能。
在使用过程中有一定几率变成粘贴,会粘贴上一次粘贴的内容,并不能添加括号对。
下面是在设置文件中添加的代码。
`
[Keys]
press_caps=keyFunc_esc
;# (...)
caps_9=keyFunc_doubleChar((,))
`
The text was updated successfully, but these errors were encountered: