ghactions-manager icon indicating copy to clipboard operation
ghactions-manager copied to clipboard

Conflict with shortcut OPTION + G for "@" on Mac OS

Open bresam opened this issue 4 months ago • 1 comments

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

bresam avatar Oct 13 '25 11:10 bresam

Thanks for reporting this. I will ensure changing the shortcut will stick after restarting the IDE.

cunla avatar Oct 13 '25 17:10 cunla

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

cunla avatar Nov 16 '25 22:11 cunla