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