Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/libs/
Dkeyboard_parser.rs329 if scancode_status.caps_lock { in handle_type3()
330 scancode_status.caps_lock = !flag_make; in handle_type3()
334 scancode_status.caps_lock = flag_make; in handle_type3()
351 if scancode_status.caps_lock { in handle_type3()
466 caps_lock: bool, field
493 caps_lock: false, in new()