Searched refs:ScanCode (Results 1 – 3 of 3) sorted by relevance
18 # So you usually only need to remove the '#' and fix it to the correct ScanCode25 # '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 it40 # ScanCode differs depending on the keyboard of eash language, so check it on149 # 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
36 UINT16 ScanCode; member
1247 switch (key->ScanCode) { in keybuf_inschar()1325 if (kp->ScanCode == 0 && kp->UnicodeChar == 0) in efi_readkey_ex()