Skip to content

[Bug] XMonad.Util.EZConfig : single modkey doesn't works with special keys #937

@thealio

Description

@thealio

Hi !

Usinig xmonad with XMonad.Util.EZConfig , I've noticed the following

This keybind , using M as an only modkey, doesn't work

^++^ subKeys "Mouse emulation"
 [ ("M-+",  addName "Left click mouse"   $ spawn $ "xdotool click 1") ]   

But, if I use two modkeys, the command is performed correctly

^++^ subKeys "Mouse emulation"
 [ ("M-C-+",  addName "Left click mouse"   $ spawn $ "xdotool click 1") ]   

This happens also with other special keys like the F1-F24 keys , the End key and the insert keys, and probably with other keys

xmonad.hs.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions