mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-20 02:42:41 +01:00
fix
This commit is contained in:
@@ -103,7 +103,9 @@ void check_keyboard_lock(KEYBOARD_LOCK*lock){
|
||||
}
|
||||
|
||||
if( lock->time > 200){
|
||||
dev_term.Keyboard->release(lock->begin);
|
||||
if(lock->begin != _FN_KEY) {
|
||||
dev_term.Keyboard->release(lock->begin);
|
||||
}
|
||||
lock->time = 0;
|
||||
lock->lock = 0;
|
||||
lock->begin = 0;
|
||||
|
||||
Reference in New Issue
Block a user