MentOS  0.8.0
The Mentoring Operating System
Functions | Variables
keymap.c File Reference

Keymap for keyboard. More...

Functions

keymap_type_t get_keymap_type (void)
 Returns the current keymap type. More...
 
void set_keymap_type (keymap_type_t type)
 Changes the current keymap type. More...
 
const keymap_tget_keymap (unsigned int scancode)
 Returns the current keymap for the given scancode. More...
 
void init_keymaps (void)
 Initializes the supported keymaps.
 

Variables

keymap_type_t keymap_type = KEYMAP_IT
 Identifies the current keymap type.
 
keymap_t keymaps [KEYMAP_TYPE_MAX][65536]
 Contains the different keymaps.
 

Detailed Description

Keymap for keyboard.