PhpStorm - 导航后退键盘快捷键不起作用

When I Ctrl + click on method it will jump to declaration of that method.

Question: How to jump back to usage of that method?

I tried Ctrl + Alt + Left combination but nothing happen (not working).

When I click Navigation > Back it worked.

image

https://www.jetbrains.com/phpstorm/help/navigation-in-source-code.html

Back
[Ctrl]+[Alt]+[Left]
Undo last navigation operation.
On a OS X computer, you can also use the three-finger right-to-left swipe gesture.

On windows CTRL + ALT + [direction] will rotate display (if video card supports it). You have to change this shortcut to something else (mine is CTRL + SHIFT + [direction]).
Settings / Appearence & Behavior / Keymap / Main menu / Navigate / Left

Because of Ctrl + Alt + Left Keyboard Shortcuts is already set for another program.In my ubuntu this shortcut is for change worspace

You need to set your custom shortcut from Settings / Appearance & Behavior / Keymap /

And search navigate then change your back command

Following is a screenshot on ubuntu. Switch to workspace Left/Right need to be edited to use that shortcut on PhpStorm

enter image description here