mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-18 19:10:21 -07:00
X.U.EZConfig: support "<Menu>" for xK_Menu key.
This commit is contained in:
parent
9d457a73ce
commit
58dbf59cab
@ -313,6 +313,7 @@ specialKeys =
|
|||||||
, ("KP_7" , xK_KP_7)
|
, ("KP_7" , xK_KP_7)
|
||||||
, ("KP_8" , xK_KP_8)
|
, ("KP_8" , xK_KP_8)
|
||||||
, ("KP_9" , xK_KP_9)
|
, ("KP_9" , xK_KP_9)
|
||||||
|
, ("Menu" , xK_Menu)
|
||||||
]
|
]
|
||||||
|
|
||||||
-- | List of multimedia keys. If Xlib does not know about some keysym
|
-- | List of multimedia keys. If Xlib does not know about some keysym
|
||||||
|
Loading…
x
Reference in New Issue
Block a user