11 int lk_add_map(
struct lk_ctx *ctx,
unsigned int k_table);
16 int lk_add_key(
struct lk_ctx *ctx,
unsigned int k_table,
unsigned int k_index,
int keycode);
17 int lk_del_key(
struct lk_ctx *ctx,
unsigned int k_table,
unsigned int k_index);
18 int lk_get_key(
struct lk_ctx *ctx,
unsigned int k_table,
unsigned int k_index);
19 int lk_key_exists(
struct lk_ctx *ctx,
unsigned int k_table,
unsigned int k_index);
22 int lk_get_func(
struct lk_ctx *ctx,
struct kbsentry *kbs);
23 int lk_add_func(
struct lk_ctx *ctx,
struct kbsentry *kbs);
24 int lk_del_func(
struct lk_ctx *ctx,
unsigned int index);
30 int lk_del_diacr(
struct lk_ctx *ctx,
unsigned int index);
int lk_get_func(struct lk_ctx *ctx, struct kbsentry *kbs)
Functions for search, open and close a file objects.
int lk_add_map(struct lk_ctx *ctx, unsigned int k_table)
Header contains flags, keywords and context structure.
int lk_del_diacr(struct lk_ctx *ctx, unsigned int index)
int lk_parse_keymap(struct lk_ctx *ctx, lkfile_t *f)
int lk_add_diacr(struct lk_ctx *ctx, unsigned int index, struct lk_kbdiacr *dcr)
int lk_del_key(struct lk_ctx *ctx, unsigned int k_table, unsigned int k_index)
int lk_add_constants(struct lk_ctx *ctx)
int lk_func_exists(struct lk_ctx *ctx, unsigned int index)
Structure contains information about an open keymap file.
Definition: findfile.h:14
int lk_add_func(struct lk_ctx *ctx, struct kbsentry *kbs)
int lk_diacr_exists(struct lk_ctx *ctx, unsigned int index)
int lk_del_func(struct lk_ctx *ctx, unsigned int index)
int lk_append_diacr(struct lk_ctx *ctx, struct lk_kbdiacr *dcr)
int lk_add_key(struct lk_ctx *ctx, unsigned int k_table, unsigned int k_index, int keycode)
int lk_get_diacr(struct lk_ctx *ctx, unsigned int index, struct lk_kbdiacr *dcr)
int lk_map_exists(struct lk_ctx *ctx, unsigned int k_table)
int lk_get_keys_total(struct lk_ctx *ctx, unsigned int k_table)
int lk_key_exists(struct lk_ctx *ctx, unsigned int k_table, unsigned int k_index)
Copy of struct kbdiacruc.
Definition: context.h:37
int lk_append_compose(struct lk_ctx *ctx, struct lk_kbdiacr *dcr)
int lk_get_key(struct lk_ctx *ctx, unsigned int k_table, unsigned int k_index)
int lk_load_keymap(struct lk_ctx *ctx, int fd, int kbd_mode)