mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Revert "keyboard: cancel repeat when handling key-bind"
This reverts commit e62bb51bfb.
Fixes #510
This commit is contained in:
parent
87fe6878a3
commit
a363f73e02
3 changed files with 3 additions and 12 deletions
|
|
@ -63,9 +63,8 @@ key_state_corresponding_press_event_was_bound(uint32_t keycode)
|
|||
return false;
|
||||
}
|
||||
|
||||
int
|
||||
void
|
||||
key_state_bound_key_remove(uint32_t keycode)
|
||||
{
|
||||
remove_key(&bound, keycode);
|
||||
return bound.nr_keys;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue