mirror of
https://gitlab.com/interception/linux/plugins/caps2esc.git
synced 2025-07-06 19:13:21 +00:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
9f353f96c6 |
@ -66,6 +66,8 @@ int main(void) {
|
||||
if (!esc_give_up && input.value) {
|
||||
esc_give_up = 1;
|
||||
write_event(&ctrl_down);
|
||||
write_event(&syn);
|
||||
usleep(20000);
|
||||
}
|
||||
} else if (equal(&input, &capslock_down)) {
|
||||
capslock_is_down = 1;
|
||||
|
Reference in New Issue
Block a user