only grab C-g while in a chain
This commit is contained in:
parent
1bd4bb32a2
commit
5ac5170dec
1 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,7 @@ static void grab_keys()
|
||||||
grab_key(p->key, p->state, GrabModeAsync);
|
grab_key(p->key, p->state, GrabModeAsync);
|
||||||
p = p->next_sibling;
|
p = p->next_sibling;
|
||||||
}
|
}
|
||||||
|
if (curpos)
|
||||||
grab_key(reset_key, reset_state, GrabModeAsync);
|
grab_key(reset_key, reset_state, GrabModeAsync);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue