Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/kbdlayout/
H A Ddefault18 # So you usually only need to remove the '#' and fix it to the correct ScanCode
25 # 'Chr',ScanCode(Hex); <Comment>
27 # AsciiCode(Hex),ScanCode(Hex); <Comment>
31 # relevant line below and set the correct ScanCode.
36 # keys, and the ScanCode of the '@' sign is the number '2' key by default.
38 # below and correct the ScanCode from 0x1e to 0x54 so that you can enter it
40 # ScanCode differs depending on the keyboard of eash language, so check it on
149 # Xorg KeySym(Hex:2Byte),ScanCode(Hex); <Comment>
151 # Xorg KeySym(Hex:2Byte),ScanCode(Hex),Prefix(Hex); <Comment>
241 # it is necessary to add the combination of Xorg KeySym and ScanCode of the
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextIn.h36 UINT16 ScanCode; member
/freebsd/stand/efi/libefi/
H A Defi_console.c1247 switch (key->ScanCode) { in keybuf_inschar()
1325 if (kp->ScanCode == 0 && kp->UnicodeChar == 0) in efi_readkey_ex()