CopyWindow: update usage info

This commit is contained in:
Spencer Janssen 2007-08-20 23:28:34 +00:00
parent 253fab0861
commit d9258cb5fa

View File

@ -35,7 +35,7 @@ import StackSet
-- > -- mod-shift-[1..9] @@ Move client to workspace N -- > -- mod-shift-[1..9] @@ Move client to workspace N
-- > -- mod-control-shift-[1..9] @@ Copy client to workspace N -- > -- mod-control-shift-[1..9] @@ Copy client to workspace N
-- > [((m .|. modMask, k), f i) -- > [((m .|. modMask, k), f i)
-- > | (i, k) <- zip [0..fromIntegral (workspaces-1)] [xK_1 ..] -- > | (i, k) <- zip workspaces [xK_1 ..]
-- > , (f, m) <- [(view, 0), (shift, shiftMask), (copy, shiftMask .|. controlMask)]] -- > , (f, m) <- [(view, 0), (shift, shiftMask), (copy, shiftMask .|. controlMask)]]
-- --
-- you may also wish to redefine the binding to kill a window so it only -- you may also wish to redefine the binding to kill a window so it only