Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ctrl + keys not work on my PHPStorm application

Tags:

php

phpstorm

I'm using PHPStorm for developing my website.

It's works very great.

Recently i got an major problem on this software.

When I use this keys Ctrl+A , Ctrl+Z , Ctrl+V,...

Don't work above key combinations.

also I got this error when using keymaps...

enter image description here

Please give me a solution...

like image 213
Jooxa Avatar asked Dec 19 '12 13:12

Jooxa


2 Answers

I had this issue with phpstorm but not with other java based IDEs (Intellij worked fine).

If you have dual/multiple keyboard layouts, make sure your first keyboard layout is English. For some reason, having a non en/us layout first, taints jvm.

https://youtrack.jetbrains.com/issue/WI-11716

I am using phpstorm-8.0.3 on linux-3.19.0 with gnome-3.14.3 and java-1.8.0_45

like image 56
gtsouk Avatar answered Sep 18 '22 16:09

gtsouk


Just go to settings/keymap and choose default instead of Vim, no need to delete all the settings.

like image 30
martingoeg Avatar answered Sep 18 '22 16:09

martingoeg