mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43: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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
char *special = "~!@#$%^&*()_+";
|
char *special = "~!@#$%^&*()_+{}|:\"<>?";
|
||||||
while (*special) {
|
while (*special) {
|
||||||
if (*special == c) {
|
if (*special == c) {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user