package xkbcommon

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : Keymap.t -> t
val raw_key_get_one_sym : t -> Keycode.t -> int
val key_get_utf8 : t -> Keycode.t -> string
val mod_is_active : t -> Mod.t -> bool
val key_get_one_sym : t -> Keycode.t -> Keysym.t
val update_mask : t -> mods_depressed:int32 -> mods_latched:int32 -> mods_locked:int32 -> group:int32 -> unit
val update_key : t -> Keycode.t -> [< `Down | `Up ] -> unit
OCaml

Innovation. Community. Security.