Searched refs:scancode (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/keymaps/
H A Dconvert-map37 scancode = fields[0]
52 print "%s 0x%s %s" % (keysym, scancode, modifiers)
/vbox/src/VBox/Devices/PC/BIOS/
H A Dkeyboard.c345 uint8_t scancode, asciicode, shift_flags; local
353 scancode = GET_AL();
355 if (scancode == 0) {
366 switch (scancode) {
384 flag = (scancode & 0x7f) == 0x2a ? 0x02 : 0x01;
385 if (scancode & 0x80)
479 if (scancode & 0x80) {
481 if (scancode == 0xFA) {
484 } else if (scancode == 0xFE) {
490 if (scancode > MAX_SCAN_COD
[all...]
H A DVBoxBiosAlternative.asm913 db 'KBD: int09h_handler(): unknown scancode read: 0x%02x!', 00ah, 000h
914 db 'KBD: int09h_handler(): scancode & asciicode are zero?', 00ah, 000h
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxkeymap.c70 static void update_modifier_state(uint8 scancode, RD_BOOL pressed);
169 add_to_keymap(char *keyname, uint8 scancode, uint16 modifiers, char *mapname) argument
181 DEBUG_KBD(("Adding translation, keysym=0x%x, scancode=0x%x, "
182 "modifiers=0x%x\n", (unsigned int) keysym, scancode, modifiers));
190 entry->tr->scancode = scancode;
393 uint8 scancode; local
497 /* scancode */
499 scancode = strtol(p, &line_rest, 16);
530 add_to_keymap(keyname, scancode, modifier
874 is_modifier(uint8 scancode) argument
972 save_remote_modifiers(uint8 scancode) argument
981 restore_remote_modifiers(uint32 ev_time, uint8 scancode) argument
1144 update_modifier_state(uint8 scancode, RD_BOOL pressed) argument
1205 rdp_send_scancode(uint32 time, uint16 flags, uint8 scancode) argument
[all...]
H A Dproto.h267 void save_remote_modifiers(uint8 scancode);
268 void restore_remote_modifiers(uint32 ev_time, uint8 scancode);
273 void rdp_send_scancode(uint32 time, uint16 flags, uint8 scancode);
H A Dtypes.h140 /* For normal scancode translations */
141 uint8 scancode; member in struct:_key_translation
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/firmware/pcbios/
H A Dbios_console.c233 * Get ANSI escape sequence corresponding to BIOS scancode
235 * @v scancode BIOS scancode
238 static const char * scancode_to_ansi_seq ( unsigned int scancode ) {
242 if ( *(seq++) == ( ( char ) scancode ) )
246 DBG ( "Unrecognised BIOS scancode %02x\n", scancode );
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_console.c206 * Get ANSI escape sequence corresponding to EFI scancode
208 * @v scancode EFI scancode
211 static const char * scancode_to_ansi_seq ( unsigned int scancode ) {
212 if ( scancode < ( sizeof ( ansi_sequences ) /
214 return ansi_sequences[scancode];
240 DBG2 ( "EFI read key stroke with unicode %04x scancode %04x\n",
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp196 /** modifier keypress status (scancode as index) */
3203 * @returns XT scancode
3204 * @param ev SDL scancode
3209 Log(("SDL key event: sym=%d scancode=%#x unicode=%#x\n",
3210 sym, ev->keysym.scancode, ev->keysym.unicode));
3352 Log(("Unhandled sdl key event: sym=%d scancode=%#x unicode=%#x\n",
3353 ev->keysym.sym, ev->keysym.scancode, ev->keysym.unicode));
3360 * Converts an SDL keyboard eventcode to a XT scancode.
3362 * @returns XT scancode
3363 * @param ev SDL scancode
[all...]
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3642 PRInt32 scancode
H A DVBoxCAPI_v3_0.h4195 PRInt32 scancode
H A DVBoxCAPI_v3_1.h4091 PRInt32 scancode
H A DVBoxCAPI_v3_2.h4297 PRInt32 scancode
H A DVBoxCAPI_v4_0.h4580 PRInt32 scancode
H A DVBoxCAPI_v4_1.h4956 PRInt32 scancode
H A DVBoxCAPI_v4_2.h5878 PRInt32 scancode
H A DVBoxCAPI_v4_3.h11807 PRInt32 scancode
11830 PRInt32 scancode

Completed in 503 milliseconds