Hotkey for comments Permanently deleted user Created December 29, 2015 04:12 I use ubuntu 14 with phpstorm 10I noticed that hotkey ctrl+slash works only for left ctrl, not right ctrlHow can I set to right ctrl?
Normally both work equally well. What keyboard layout do you use? java returns incorrect key codes unless US keyboard layout is default and the first in the list
Yes, my default language is USA and it's first in the list
Any solutions?
seems your right ctrl is mapped to smth different. You can check the key codes returned by java when you hit it using key event demo prgram - see https://youtrack.jetbrains.com/issue/IDEA-84708#comment=27-320707