Vinzent03 / tab-switcher

Tab Switcher - Obsidian Plugin
GNU General Public License v3.0
123 stars 6 forks source link

ctrl+Tab has no effect on macOS #5

Closed mkschulze closed 3 years ago

mkschulze commented 3 years ago

Looks like I cannot get this Plugin to work with ctrl+Tab.

This does nothing on macOS Catalina. Any idea what to lok out for?

phibr0 commented 3 years ago

You can change the Key Combination in Settings > Hotkeys. Could you try changing it to something else?

technicalpickles commented 3 years ago

I ran into this too. The hotkeys to change can be found by searching "cycle through panes".

Is it possible to default these to ctl on macOS? If not, maybe something in the README?

phibr0 commented 3 years ago

I will add that to the Readme now. If i have time in the next days i could look into defaulting to other keys on MacOS, i dont know when that will be though, the exam phase is starting for me.

@Vinzent03 Could you look into that?

Vinzent03 commented 3 years ago

Could you tell me, what the default hotkey is displayed like in Obsidian? In addition, could you send your working <vault>/.obsidian/configfile? Parts with cycle-through-panes would be enough. (the modifiers part is important).

technicalpickles commented 3 years ago

@phibr0 thanks! good luck on exams ✨

@Vinzent03 here you go:

image

    "cycle-through-panes:cycle-through-panes": [
      {
        "modifiers": [
          "Ctrl"
        ],
        "key": "Tab"
      }
    ],
    "cycle-through-panes:cycle-through-panes-reverse": [
      {
        "modifiers": [
          "Ctrl",
          "Shift"
        ],
        "key": "Tab"
      }
    ]
Vinzent03 commented 3 years ago

I hope the new release fixes the problem.