[Xmonad] Issue 63 in xmonad: Control+a is lost when using
controlMask for workspace switching.
codesite-noreply at google.com
codesite-noreply at google.com
Fri Oct 19 04:45:50 EDT 2007
Issue 63: Control+a is lost when using controlMask for workspace switching.
http://code.google.com/p/xmonad/issues/detail?id=63
Comment #2 by SpencerJanssen:
The problem is that we bind keys [xK_1..] to workspaces, and the user
had 18
workspaces defined. xK_A = xK_1 + 16. We now limit the workspace keys
to [xK_1 ..
xK_9] by default.
Issue attribute updates:
Status: Fixed
--
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
More information about the Xmonad
mailing list