We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd496ab commit d1ffcdeCopy full SHA for d1ffcde
druid-shell/src/backend/gtk/window.rs
@@ -1448,6 +1448,7 @@ const MODIFIER_MAP: &[(ModifierType, Modifiers)] = &[
1448
// Note: this is the usual value on X11, not sure how consistent it is.
1449
// Possibly we should use `Keymap::get_num_lock_state()` instead.
1450
(ModifierType::MOD2_MASK, Modifiers::NUM_LOCK),
1451
+ (ModifierType::MOD4_MASK, Modifiers::META),
1452
];
1453
1454
fn get_modifiers(modifiers: ModifierType) -> Modifiers {
0 commit comments