-1

I add the Switcher action in PhpStorm but it doesn't work any more.

I have this setting Ctrl+Tab:

enter image description here

I have also verified my Tab key mapping as shown in Tab and Enter key do not work any more in the WebStorm editor while typing

It works with other key combinations, like Ctrl+Shift++.

6
  • 1
    1) There is a button on that Keymap screen -- next to the local search field (will be top right, above that on your screenshot). It allows you to press a shortcut and it will show all actions that have that shortcut assigned. Show what it shows for you (what actions). 2) Is this local development, or a remote?
    – LazyOne
    Commented May 3 at 10:24
  • Yes I tried the button, and when trying Crtl + Tab, it finds the swicther action associated to this key combo. Well it may come from elsewhere, maybe a plugin.
    – COil
    Commented May 3 at 13:18
  • 1
    Disable all custom (not bundled by default) plugins, restart the IDE and try again -- any difference?
    – LazyOne
    Commented May 3 at 13:39
  • 1
    3) What IDE version are you currently using? 4) New UI or the old/standard one? 5) What OS? 6) Do you have "Screen readers" option enabled? If yes -- will it do better if you disable it? 7) What keyboard layout you have (QWERTY/Dvorak etc) 8) Anything interesting in the idea.log when that happens?
    – LazyOne
    Commented May 3 at 13:44
  • 1
    Other than that -- go trough comments in the following ticket, seems related: youtrack.jetbrains.com/issue/IJPL-119598
    – LazyOne
    Commented May 3 at 14:08

1 Answer 1

0

As indicated by @Lazyone, the answer was in this similar issue on the Jetbrains youtrack.

I have deactivated the "Support Screen readers" option in the "Appearance" parameters section and now it back to normal:

enter image description here

Not the answer you're looking for? Browse other questions tagged or ask your own question.