mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-25 05:57:02 +02:00
Changes from mercurial repository.
This commit is contained in:
parent
44bb32f476
commit
98c68897d8
135 changed files with 2686 additions and 26965 deletions
|
@ -211,7 +211,7 @@ CXWindowsKeyState::fakeKey(const Keystroke& keystroke)
|
|||
int i = (c >> 3);
|
||||
int b = 1 << (c & 7);
|
||||
if (m_keyboardState.global_auto_repeat == AutoRepeatModeOff ||
|
||||
(m_keyboardState.auto_repeats[i] & b) == 0) {
|
||||
(c!=113 && c!=116 && (m_keyboardState.auto_repeats[i] & b) == 0)) {
|
||||
LOG((CLOG_DEBUG1 " discard autorepeat"));
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue