Go to the source code of this file.
|
Definition at line 7 of file teclado.h. Referenced by getascii(), and Teclado(). |
|
|
|
|
|
Definition at line 8 of file teclado.h. Referenced by getascii(), and Teclado(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 9 of file teclado.h. Referenced by getascii(), and Teclado(). |
|
Definition at line 10 of file teclado.h. Referenced by getascii(). |
|
Definition at line 5 of file teclado.h. Referenced by Teclado(). |
|
Devuleve el caracter ASCII de un determinado scan code, sin tener en cuenta teclas especiales o de funciones Definition at line 107 of file teclado.c. Referenced by Teclado(). |
|
Devuelve el ASCII, teniendo en cuenta el estado de las teclas de especiales. Por ej: Si alguien presiona CTRL + m, esta función retirara primero el CTRL del buffer, y activará el flag "ctrl" cuando retire el scan code correspondiente a "m", al ver que está activado "ctrl" devolverá un entero CTRL | M Este tipo de combinaciones deberán ser reconocidas por la TTY |
|
Initial value: { 0, 0, '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', 225, 39, '\b', 0, 'q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p', '´', '+', '\n', CTRL, 'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l', 148, '{', '}', SHIFT, '}', 'z', 'x', 'c', 'v', 'b', 'n', 'm', ',', '.', '-', SHIFT, '*', ALT, , CAPS_LOCK, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, NUM_LOCK, SCR_LOCK, HOME, CURSOR_UP, PAGE_UP, '-', CURSOR_LEFT, 0, CURSOR_RIGHT, '+', END, CURSOR_DOWN, PAGE_DOWN, INSERT, DELETE, ENTER, 0, '<', F11, F12 } |
|
Initial value: { 0, 0, '!', '"', '#', '$', '%', '&', '/', '(', ')', '=', 225, 39, '\b', 0, 'Q', 'W', 'E', 'R', 'T', 'Y', 'U', 'I', 'O', 'P', '¨', '*', '\n', CTRL, 'A', 'S', 'D', 'F', 'G', 'H', 'J', 'K', 'L', 148, '[', '^', SHIFT, ']', 'Z', 'X', 'C', 'V', 'B', 'N', 'M', ',', ':', '_', SHIFT, '*', ALT, , CAPS_LOCK, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, NUM_LOCK, SCR_LOCK, HOME, CURSOR_UP, PAGE_UP, '-', CURSOR_LEFT, 0, CURSOR_RIGHT, '+', END, CURSOR_DOWN, PAGE_DOWN, INSERT, DELETE, ENTER, 0, '<', F11, F12 } Definition at line 62 of file teclado.h. Referenced by getascii(). |