diff options
Diffstat (limited to 'src/Internal')
| -rw-r--r-- | src/Internal/Keys.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Internal/Keys.hs b/src/Internal/Keys.hs index c3c8db5..d50b371 100644 --- a/src/Internal/Keys.hs +++ b/src/Internal/Keys.hs @@ -126,9 +126,7 @@ newKeys = mapNumbersAndAlpha 0 gotoWorkspace)) , ((modm .|. shiftMask, xK_g), (submap $ - mapNumbersAndAlpha 0 shiftToWorkspace)) - - , ((modm .|. shiftMask, xK_g), (submap $ + mapNumbersAndAlpha 0 shiftToWorkspace <> mapNumbersAndAlpha shiftMask (\i -> windows $ CopyWindow.copy [i]))) , ((modm .|. shiftMask .|. mod1Mask, xK_g), (submap $ |