From ca2ff24a2ae3e2566c782a55879174ec47210090 Mon Sep 17 00:00:00 2001 From: wirtwolff Date: Tue, 3 Mar 2009 00:07:41 +0100 Subject: U.EZConfig: add xK_Print to special keys Ignore-this: 9560b7c7c4424edb5cea6eec45e2b41d Many setups are expecting xK_Print rather than xK_Sys_Req, so make it available in additionalKeysP. darcs-hash:20090302230741-d17f0-d238ee4d4b1977c4badae6ab8dde89590754be66.gz --- XMonad/Util/EZConfig.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'XMonad/Util/EZConfig.hs') diff --git a/XMonad/Util/EZConfig.hs b/XMonad/Util/EZConfig.hs index fff217d..b1c1bc5 100644 --- a/XMonad/Util/EZConfig.hs +++ b/XMonad/Util/EZConfig.hs @@ -175,6 +175,7 @@ removeMouseBindings conf mouseBindingList = -- > -- > -- > +-- > -- > , -- > -- > @@ -438,6 +439,7 @@ specialKeys = [ ("Backspace" , xK_BackSpace) , ("Pause" , xK_Pause) , ("Scroll_lock", xK_Scroll_Lock) , ("Sys_Req" , xK_Sys_Req) + , ("Print" , xK_Print) , ("Escape" , xK_Escape) , ("Esc" , xK_Escape) , ("Delete" , xK_Delete) -- cgit v1.2.3