4

I'm using PhpStorm v2017.1.3 and I'm having an issue while trying to move to the next/previous tab using the shortcuts Ctrl + Left/Right. I can assure that

this is the right shortcut

I tried to move to another tab using the button "Select next tab" and it seems to work.

Any ideas?

LazyOne
  • 158,824
  • 45
  • 388
  • 391
Eliya Cohen
  • 10,716
  • 13
  • 59
  • 116
  • Go to `Preferences | Keymap` -- there is "find by shortcut" button (next to search field) -- see if IDE will recognize/register that shortcut at all. I mean -- it could be an OS-wide shortcut that is handled by MacOS itself. – LazyOne May 25 '17 at 09:43
  • 1
    https://youtrack.jetbrains.com/issue/IDEA-147394 -- check comments -- especially last one – LazyOne May 25 '17 at 09:45

2 Answers2

9

Launch System Preferences and select Keyboard > Shortcuts > Mission Control

⌃← and ⌃→ are predefined to Move left / right a space as global shortcuts.

Disable both.

vadian
  • 274,689
  • 30
  • 353
  • 361
-1

Today I faced the same problem. I am not sure why because the Android version I have is the Artic fox 2020.3.1 and this issue is fixed. Anyway, what I did is I reset android studio.

Ref How to reset Android Studio

  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/late-answers/30840934) – Nico Haase Jan 23 '22 at 09:58