Issue 106 in xmonad: LayoutCombinators disallows custom key-bindings to work?

Issue 106: LayoutCombinators disallows custom key-bindings to work? http://code.google.com/p/xmonad/issues/detail?id=106 New issue report by thomas.adam22: What steps will reproduce the problem? 1. import XMonad.Layout.LayoutCombinators hiding ( (|||) ) 2. Use the sample config from the docs: myLayouts = (Tall 1 (3/100) (1/2) *//* Full) ||| (Tall 1 (3/100) (1/2) ***||** Full) ||| Full ||| etc.. main = xmonad defaultConfig { layoutHook = myLayouts } 3. Assume you hace key-bindings like this: -- window navigation keybindings. , ((modm, xK_Right), sendMessage $ Go R) , ((modm, xK_Left ), sendMessage $ Go L) , ((modm, xK_Up ), sendMessage $ Go U) , ((modm, xK_Down ), sendMessage $ Go D) What is the expected output? What do you see instead? The above key-bindings from (3) above won't work. They ought to. What version of the product are you using? On what operating system? xmonad-darcs, Ubuntu Linux (Hardy). Please provide any additional information below. I have no idea if this is some stupidity on my part in (mis-)using the LayoutCombinators module or if it is a genuine bug. I hope it's the former though. :) Tag: Component-Contrib Issue attributes: Status: New Owner: ---- Labels: Type-Defect Priority-Medium -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
participants (1)
-
codesite-noreply@google.com