shortcuts: touchpad toggle keybind

This commit is contained in:
Ashley Wulber 2025-09-19 09:33:10 -04:00 committed by GitHub
parent b75be5b305
commit b19f66702f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 21 additions and 18 deletions

View file

@ -80,6 +80,7 @@ impl KeyboardGrab<State> for SwapWindowGrab {
modifiers: modifiers
.map(cosmic_modifiers_from_smithay)
.unwrap_or_default(),
keycode: None,
key: Some(handle.keysym_handle(keycode).modified_sym()),
description: None,
},