Conflict with shortcut OPTION + G for "@" on Mac OS
Describe the bug
OPTION + G is used on Mac OS for "@". OPTION + G is also used by Github Actions Plugin as shortcut key binding.
SO it's impossible to write "@" on Mac OS with this Plugin.
I have tried to remove OPTION + G as shortcut for Github Actions. This works until restart of IDE, then it's assigned again.
I have also tried to set another shortcut like SHIFT + OPTION + G Works until restart of IDE, then my custom shortcut and also the default shortcut OPTION + G are assigned to Github Actions shortcut.
Steps to reproduce
Open IDE (PHPStorm) + press OPTION + G -> no "@" is written but Github Actions tool window opens.
Don't use OPTION + G for your shortcut. Don't override changed shortcut settings.
Plugin version: 2025.2.4 & 2025.2.5 IDE: PHP Storm 2025.2 OS: Mac OS 15.6.1
Thanks for reporting this. I will ensure changing the shortcut will stick after restarting the IDE.
It is a bit more difficult than I expected. I updated the shortcut to ctrl+alt+G or cmd+meta+G for now in the next version