mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-03 03:56:08 -04:00
Increase sleep time after remapping a keycode.
This commit is contained in:
parent
ccb7a4c96d
commit
778f01bcf1
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ int AutoTypePlatformX11::AddKeysym(KeySym keysym)
|
|||
all clients */
|
||||
timespec ts;
|
||||
ts.tv_sec = 0;
|
||||
ts.tv_nsec = 10 * 1000 * 1000;
|
||||
ts.tv_nsec = 30 * 1000 * 1000;
|
||||
nanosleep(&ts, Q_NULLPTR);
|
||||
|
||||
return m_remapKeycode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue