Hotkey for comments

I use ubuntu 14 with phpstorm 10
I noticed that hotkey ctrl+slash works only for left ctrl, not right ctrl
How can I set to right ctrl?

0

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

0
Avatar
Permanently deleted user

Yes, my default language is USA and it's first in the list
Any solutions?

0

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

0

请先登录再写评论。