keybinds: fix tracking of sent key states
This commit is contained in:
parent
b240704bee
commit
d484506600
2 changed files with 26 additions and 20 deletions
|
|
@ -41,6 +41,7 @@ struct SPressedKeyWithMods {
|
|||
xkb_keysym_t keysym = 0;
|
||||
uint32_t keycode = 0;
|
||||
uint32_t modmaskAtPressTime = 0;
|
||||
bool sent = false;
|
||||
};
|
||||
|
||||
class CKeybindManager {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue