WinJump icon indicating copy to clipboard operation
WinJump copied to clipboard

jump-current-goes-to-last broken?

Open gideonstar-git opened this issue 1 year ago • 1 comments

{
  "move-window-to-desktop": {
    "Shortcut": "alt+shift"
  },
  "toggle-groups": [],
  "jump-to": [
    {
      "shortcut": "alt+d1",
      "desktop": 1
    },
    {
      "shortcut": "alt+d2",
      "desktop": 2
    },
    {
      "shortcut": "alt+d3",
      "desktop": 3
    },
    {
      "shortcut": "alt+d4",
      "desktop": 4
    }
  ],
  "jump-current-goes-to-last": false,
  "change-desktops-with-scroll": false
}

alt-3 -> goes to screen 3 alt-1 -> goes to screen 1 alt-1 -> goes to screen 3

That should not happen if I understand the config correct. Version is 2.0.13.0.

gideonstar-git avatar Feb 16 '24 17:02 gideonstar-git

@gideonstar-git Working on a fix, hold tight

widavies avatar Feb 27 '24 23:02 widavies