mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
Update linux upper code, add more special key support
This commit is contained in:
parent
ffb5410362
commit
be112ee312
@ -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 New Issue
Block a user