xdo_get_active_keys_to_keycode_list

Get a list of active keys. Uses XQueryKeymap.

@param keys Pointer to the array of charcodemap_t that will be allocated by this function. @param nkeys Pointer to integer where the number of keys will be stored.

extern (C) nothrow @nogc
int
xdo_get_active_keys_to_keycode_list
(
const xdo_t* xdo
,,
int* nkeys
)

Meta