Skip to content
Snippets Groups Projects
Commit c900cb96 authored by Thierno souleymane Bah's avatar Thierno souleymane Bah
Browse files

feat(tabulation, next line and back caracters added)

parent de9c88e3
No related branches found
No related tags found
No related merge requests found
......@@ -51,17 +51,10 @@ void init_keymapping()
KEY_MAPPING[0x0C] = (key_t){'-', '_'};
KEY_MAPPING[0x28] = (key_t){'\'', '"'};
// KEY_MAPPING[0x2E] = (key_t){'e', '2'}; // é
// KEY_MAPPING[0x20] = (key_t){'"', '3'};
// KEY_MAPPING[0x12] = (key_t){'\'', '4'};
// KEY_MAPPING[0x21] = (key_t){'(', '5'};
// KEY_MAPPING[0x22] = (key_t){0, '6'}; // §
// KEY_MAPPING[0x23] = (key_t){'e', '7'}; // è
// KEY_MAPPING[0x17] = (key_t){'!', '8'};
// KEY_MAPPING[0x24] = (key_t){'c', '9'}; // ç
// KEY_MAPPING[0x32] = (key_t){'a', '0'}; // à
// KEY_MAPPING[0x25] = (key_t){')', 0}; // °
// KEY_MAPPING[0x26] = (key_t){'-', '_'};
// Addons
KEY_MAPPING[0x1C] = (key_t){'\n', '\n'};
KEY_MAPPING[0x0F] = (key_t){'\t', '\t'};
KEY_MAPPING[0x0E] = (key_t){'\b', '\b'}; // del
}
char keyboard_map(unsigned char code)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment