[Ubuntu] Hotkeys didn't work
I've tired to run PhpStorm on Ubuntu, but get a big issue with hotkeys in editor --- they just didn't work (ctrl+c, ctrl+v, ctrl+a, no any other hotkeys kombinations)
But i still can type text.
How to track down the error?
I run fresh installation of Ubuntu 13.04
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
Please sign in to leave a comment.
Would you please try one of the bundled keymap schemes: "Default for GNOME", "Default for KDE".
You can choose them in Settings | Keymap.
Could you check also the ticket in tracker IDEA-55796 ?
Hi, i'm already have tryed to switch keymaps, but still the same. They just didn't work.
Interesting moment: if i put focus to project tree area, i can ctrl+a, for example.
And another interesting thing: autocomplete ctrl+space seems working aswell. Very tricky for me. Is there any debug mode in PhpStorm for cases like this?
What keyboard layout do you use? Please make sure that US is a primary layout (used by default and located at the top of the list)
See http://youtrack.jetbrains.com/issue/IDEA-80613 and related issues
OMG, now it's work! Thank you, Elena!