From d92a248c48227d09f6fdcfafaf339a5ff586e042 Mon Sep 17 00:00:00 2001 From: Jaroslaw Kubik Date: Wed, 5 Feb 2020 17:42:06 +0100 Subject: API to query modifier set required to type a keysym The new API is useful to implement features like auto-type and desktop automation. Since the inputs for these features is usually specified in terms of the symbols that need to be typed, the implementation needs to be able to invert the keycode->keysym transformation and produce a sequence of keycodes that can be used to type the requested character(s). --- xkbcommon.map | 1 + 1 file changed, 1 insertion(+) (limited to 'xkbcommon.map') diff --git a/xkbcommon.map b/xkbcommon.map index eede3e7..b9bfd26 100644 --- a/xkbcommon.map +++ b/xkbcommon.map @@ -107,4 +107,5 @@ global: V_0.11.0 { global: xkb_utf32_to_keysym; + xkb_keymap_key_get_mods_for_level; } V_0.8.0; -- cgit v1.2.1