mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
add XF86WLAN special key
This commit is contained in:
parent
de01015af5
commit
55e1adde4c
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
### Bug Fixes and Minor Changes
|
### Bug Fixes and Minor Changes
|
||||||
|
|
||||||
|
* `XMonad.Util.EZConfig`
|
||||||
|
|
||||||
|
- Added `XF86WLAN` to the list of supported special keys.
|
||||||
|
|
||||||
* `XMonad.Actions.DynamicProjects`
|
* `XMonad.Actions.DynamicProjects`
|
||||||
|
|
||||||
- No longer autodelete projects when `switchProject` is called from
|
- No longer autodelete projects when `switchProject` is called from
|
||||||
|
@ -472,6 +472,7 @@ multimediaKeys = filter ((/= noSymbol) . snd) . map (id &&& stringToKeysym) $
|
|||||||
, "XF86_Next_VMode"
|
, "XF86_Next_VMode"
|
||||||
, "XF86_Prev_VMode"
|
, "XF86_Prev_VMode"
|
||||||
, "XF86Bluetooth"
|
, "XF86Bluetooth"
|
||||||
|
, "XF86WLAN"
|
||||||
]
|
]
|
||||||
|
|
||||||
-- | The specialized 'W.Screen' derived from 'WindowSet'.
|
-- | The specialized 'W.Screen' derived from 'WindowSet'.
|
||||||
|
@ -419,6 +419,7 @@ infixl 4 `removeMouseBindings`
|
|||||||
-- > <XF86_Next_VMode>
|
-- > <XF86_Next_VMode>
|
||||||
-- > <XF86_Prev_VMode>
|
-- > <XF86_Prev_VMode>
|
||||||
-- > <XF86Bluetooth>
|
-- > <XF86Bluetooth>
|
||||||
|
-- > <XF86WLAN>
|
||||||
|
|
||||||
mkKeymap :: XConfig l -> [(String, X ())] -> M.Map (KeyMask, KeySym) (X ())
|
mkKeymap :: XConfig l -> [(String, X ())] -> M.Map (KeyMask, KeySym) (X ())
|
||||||
mkKeymap c = M.fromList . mkSubmaps . readKeymap c
|
mkKeymap c = M.fromList . mkSubmaps . readKeymap c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user