libkeymap
2.0.4
Library to manage the Linux keymaps
|
Header contains flags, keywords and context structure. More...
#include <linux/kd.h>
#include <linux/keyboard.h>
#include <keymap/findfile.h>
#include <keymap/array.h>
Go to the source code of this file.
Data Structures | |
struct | lk_kbdiacr |
Copy of struct kbdiacruc. More... | |
Enumerations | |
enum | lk_flags { LK_FLAG_UNICODE_MODE = (1 << 1), LK_FLAG_CLEAR_COMPOSE = (1 << 2), LK_FLAG_CLEAR_STRINGS = (1 << 3), LK_FLAG_PREFER_UNICODE = (1 << 4) } |
Parser flags that are set outside the library. More... | |
enum | lk_keywords { LK_KEYWORD_KEYMAPS = (1 << 1), LK_KEYWORD_ALTISMETA = (1 << 2), LK_KEYWORD_CHARSET = (1 << 3), LK_KEYWORD_STRASUSUAL = (1 << 4) } |
Keywords used in keymap files. More... |
Header contains flags, keywords and context structure.
enum lk_flags |
enum lk_keywords |