add key-modifier-super function (#46)

pull/8675/merge^2
Tom Schafer 2025-07-08 03:34:02 +01:00 committed by GitHub
parent 7e800e3d40
commit 7a8db551a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -1475,6 +1475,14 @@ The key modifier bits associated with the shift key modifier.
The key modifier bits associated with the alt key modifier. The key modifier bits associated with the alt key modifier.
"# "#
); );
register!(
value,
"key-modifier-super",
SteelVal::IntV(KeyModifiers::SUPER.bits() as isize),
r#"
The key modifier bits associated with the super key modifier.
"#
);
register!( register!(
"key-event-F?", "key-event-F?",