mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 01:31:52 -07:00
X.U.EZConfig: support "<Menu>" for xK_Menu key.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user