mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Increase sleep time after remapping a keycode.
This commit is contained in:
parent
ccb7a4c96d
commit
778f01bcf1
@ -540,7 +540,7 @@ int AutoTypePlatformX11::AddKeysym(KeySym keysym)
|
|||||||
all clients */
|
all clients */
|
||||||
timespec ts;
|
timespec ts;
|
||||||
ts.tv_sec = 0;
|
ts.tv_sec = 0;
|
||||||
ts.tv_nsec = 10 * 1000 * 1000;
|
ts.tv_nsec = 30 * 1000 * 1000;
|
||||||
nanosleep(&ts, Q_NULLPTR);
|
nanosleep(&ts, Q_NULLPTR);
|
||||||
|
|
||||||
return m_remapKeycode;
|
return m_remapKeycode;
|
||||||
|
Loading…
Reference in New Issue
Block a user