
20 Dec
2007
20 Dec
'07
7:35 a.m.
Hello --
On 20/12/2007, David Roundy
Oh wait, I think I got Go and Swap mixed up. You certainly can use WindowNavigator to change focus along with LayoutCombinators, I do that all the time.
Oh? Am I missing something silly then? No matter what I do, I can't change focus with: -- 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) defined. As soon as I go back to not using anything from LayoutCombinators, everything works fine. Thanks, -- Thomas Adam