mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
Update linux upper code, add more special key support
This commit is contained in:
parent
ffb5410362
commit
be112ee312
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ void tapKeyCode(MMKeyCode code, MMKeyFlags flags){
|
|||
return true;
|
||||
}
|
||||
|
||||
char *special = "~!@#$%^&*()_+";
|
||||
char *special = "~!@#$%^&*()_+{}|:\"<>?";
|
||||
while (*special) {
|
||||
if (*special == c) {
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue