
22 Feb
2010
22 Feb
'10
7 p.m.
Comment #6 on issue 376 by wirtwo...@gmail.com: TwinView issues http://code.google.com/p/xmonad/issues/detail?id=376 To the OP: ['1'..'0'] is the same as [] or "" so the bindings in comment three will not add or change any key bindings; try instead: | (i, k) <- zip myWorkspaces "1234567890" or | (i, k) <- zip myWorkspaces (['1'..'9'] ++ "0") -- 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