Fixed 1-off bug in switch-workspace keybindings

This commit is contained in:
Tomas Frydrych 2008-10-20 12:19:24 +01:00
parent 8a0ffa93eb
commit 73f90dfd69

View File

@ -91,51 +91,51 @@
/***********************************/ /***********************************/
item (switch_to_workspace, "_1", 1, 0, item (switch_to_workspace, "_1", 0, 0,
_("Switch to workspace 1"), _("Switch to workspace 1"),
_("The keybinding that switches to workspace 1."), _("The keybinding that switches to workspace 1."),
NULL) NULL)
item (switch_to_workspace, "_2", 2, 0, item (switch_to_workspace, "_2", 1, 0,
_("Switch to workspace 2"), _("Switch to workspace 2"),
_("The keybinding that switches to workspace 2."), _("The keybinding that switches to workspace 2."),
NULL) NULL)
item (switch_to_workspace, "_3", 3, 0, item (switch_to_workspace, "_3", 2, 0,
_("Switch to workspace 3"), _("Switch to workspace 3"),
_("The keybinding that switches to workspace 3."), _("The keybinding that switches to workspace 3."),
NULL) NULL)
item (switch_to_workspace, "_4", 4, 0, item (switch_to_workspace, "_4", 3, 0,
_("Switch to workspace 4"), _("Switch to workspace 4"),
_("The keybinding that switches to workspace 4."), _("The keybinding that switches to workspace 4."),
NULL) NULL)
item (switch_to_workspace, "_5", 5, 0, item (switch_to_workspace, "_5", 4, 0,
_("Switch to workspace 5"), _("Switch to workspace 5"),
_("The keybinding that switches to workspace 5."), _("The keybinding that switches to workspace 5."),
NULL) NULL)
item (switch_to_workspace, "_6", 6, 0, item (switch_to_workspace, "_6", 5, 0,
_("Switch to workspace 6"), _("Switch to workspace 6"),
_("The keybinding that switches to workspace 6."), _("The keybinding that switches to workspace 6."),
NULL) NULL)
item (switch_to_workspace, "_7", 7, 0, item (switch_to_workspace, "_7", 6, 0,
_("Switch to workspace 7"), _("Switch to workspace 7"),
_("The keybinding that switches to workspace 7."), _("The keybinding that switches to workspace 7."),
NULL) NULL)
item (switch_to_workspace, "_8", 8, 0, item (switch_to_workspace, "_8", 7, 0,
_("Switch to workspace 8"), _("Switch to workspace 8"),
_("The keybinding that switches to workspace 8."), _("The keybinding that switches to workspace 8."),
NULL) NULL)
item (switch_to_workspace, "_9", 9, 0, item (switch_to_workspace, "_9", 8, 0,
_("Switch to workspace 9"), _("Switch to workspace 9"),
_("The keybinding that switches to workspace 9."), _("The keybinding that switches to workspace 9."),
NULL) NULL)
item (switch_to_workspace, "_10", 10, 0, item (switch_to_workspace, "_10", 9, 0,
_("Switch to workspace 10"), _("Switch to workspace 10"),
_("The keybinding that switches to workspace 10."), _("The keybinding that switches to workspace 10."),
NULL) NULL)
item (switch_to_workspace, "_11", 11, 0, item (switch_to_workspace, "_11", 10, 0,
_("Switch to workspace 11"), _("Switch to workspace 11"),
_("The keybinding that switches to workspace 11."), _("The keybinding that switches to workspace 11."),
NULL) NULL)
item (switch_to_workspace, "_12", 12, 0, item (switch_to_workspace, "_12", 11, 0,
_("Switch to workspace 12"), _("Switch to workspace 12"),
_("The keybinding that switches to workspace 12."), _("The keybinding that switches to workspace 12."),
NULL) NULL)