diff --git a/src/core/layout.rs b/src/core/layout.rs index b22e5f6..c96012b 100644 --- a/src/core/layout.rs +++ b/src/core/layout.rs @@ -320,8 +320,8 @@ impl Layout { pub fn is_label_modifier(modifier: usize) -> bool { - // Shift does not change the keysym used for input, but changes the - // rendered keysym. + // Shift does not change the keysym used for input, but changes the + // rendered keysym. Self::is_keysym_modifier(modifier) || modifier == MOD_SHIFT }