Home
last modified time | relevance | path

Searched refs:caps_lock (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/libs/
H A Dkeyboard_parser.rs298 if scancode_status.caps_lock { in handle_type3()
299 scancode_status.caps_lock = !flag_make; in handle_type3()
303 scancode_status.caps_lock = flag_make; in handle_type3()
321 if scancode_status.caps_lock in handle_type3()
446 caps_lock: bool, field
473 caps_lock: false, in new()