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
Hi !
Usinig xmonad with XMonad.Util.EZConfig , I've noticed the following
This keybind , using M as an only modkey, doesn't work
But, if I use two modkeys, the command is performed correctly
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