BinarySpacePartition icon indicating copy to clipboard operation
BinarySpacePartition copied to clipboard

altMask and ctrlMask are not defined in xmonad

Open wadeduvall opened this issue 9 years ago • 1 comments

Under It will be helpful to add the following keybindings, altMask and ctrlMask are used:

 , ((modm .|. altMask .|. ctrlMask , xK_l     ), sendMessage $ ShrinkFrom R)

altMask and ctrlMask are not defined, I assume you meant mod1Mask and controlMask.

wadeduvall avatar Jan 04 '16 16:01 wadeduvall

@wad209 Thanks I was looking for what those 2 keys right name were.

Vanderscycle avatar Oct 18 '22 16:10 Vanderscycle