Home
last modified time | relevance | path

Searched refs:into_keysym (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/
H A Dcommand_builder.rs21 if let Some(key) = xkeysym_lookup::into_keysym(&b.key) { in new()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/display_servers/xlib_display_server/xwrap/
H A Dkeyboard.rs45 if let Some(keysym) = utils::xkeysym_lookup::into_keysym(&kb.key) { in reset_grabs()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm/src/bin/
H A Dleftwm-check.rs132 if utils::xkeysym_lookup::into_keysym(&keybind.key).is_none() { in check_keybinds()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/utils/
H A Dxkeysym_lookup.rs45 pub fn into_keysym(key: &str) -> Option<XKeysym> { in into_keysym() function