mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
"F lock" is a switch between two sets of scancodes for function keys F1-F12 found on some Logitech and Microsoft PS/2 keyboards [1]. When "F lock" is pressed, then F1-F12 act as function keys and produce usual keyscans for these keys. When "F lock" is depressed, F1-F12 produced the same keyscans but prefixed with E0. Some laptops use [2] E0-prefixed F1-F12 scancodes for non-standard keys. [1] https://www.win.tue.nl/~aeb/linux/kbd/scancodes-6.html [2] https://reviews.freebsd.org/D21565 MFC after: 2 weeks |
||
|---|---|---|
| .. | ||
| cdev.c | ||
| evdev.c | ||
| evdev.h | ||
| evdev_mt.c | ||
| evdev_private.h | ||
| evdev_utils.c | ||
| input-event-codes.h | ||
| input.h | ||
| uinput.c | ||
| uinput.h | ||