Type Definition rs::keyboard::SingleKeyMap

source · []
type SingleKeyMap = [Option<String>; 256];
Expand description

Index is the key code, String is the occupant. Starts all empty. https://gitlab.freedesktop.org/xorg/xserver/-/issues/260