xdo_get_active_modifiers

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_modifiers
(
const xdo_t* xdo
,,
int* nkeys
)

Meta