This commit is contained in:
WisdomCode 2021-09-09 15:05:04 +02:00 committed by GitHub
commit 640f2b1c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -412,7 +412,7 @@ void repeat_key(short key_code) {
return;
}
platf::keyboard(platf_input, map_keycode(keyCode), false);
platf::keyboard(platf_input, map_keycode(key_code), false);
key_press_repeat_id = task_pool.pushDelayed(repeat_key, config::input.key_repeat_period, key_code).task_id;
}