Home
last modified time | relevance | path

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

/illumos-gate/usr/src/data/bhyve/kbdlayout/
H A Ddefault19 # So you usually only need to remove the '#' and fix it to the correct ScanCode
26 # 'Chr',ScanCode(Hex); <Comment>
28 # AsciiCode(Hex),ScanCode(Hex); <Comment>
32 # relevant line below and set the correct ScanCode.
37 # keys, and the ScanCode of the '@' sign is the number '2' key by default.
39 # below and correct the ScanCode from 0x1e to 0x54 so that you can enter it
41 # ScanCode differs depending on the keyboard of eash language, so check it on
150 # Xorg KeySym(Hex:2Byte),ScanCode(Hex); <Comment>
152 # Xorg KeySym(Hex:2Byte),ScanCode(Hex),Prefix(Hex); <Comment>
242 # it is necessary to add the combination of Xorg KeySym and ScanCode of the
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DSimpleTextIn.h36 UINT16 ScanCode; member
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c658 switch (key->ScanCode) { in keybuf_inschar()
736 if (kp->ScanCode == 0 && kp->UnicodeChar == 0) in efi_readkey_ex()
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h388 UINT16 ScanCode; member