Question

No quick button does not work. The reason? Already search the entire Internet and found nothing. I was told that perhaps the problem in Ubuntu. We all know it works, but I have not. Who knows what?

Was it helpful?

Solution

Put the Russian keyboard layout above the English. Thanks LazyOne

OTHER TIPS

Only this helped me to make Ctrl+C, Ctrl+X, Ctrl+V to work on Russian and English keyboard in RubyMine 7:

  1. Download LinuxJavaFixes and put the contents of build folder to ~/LinuxJavaFixes/build
  2. Add the following code to the RubyMine config file ..RubyMine-7.0.4/bin/rubymine64.vmoptions (for linux x64), or ..RubyMine-7.0.4/bin/rubymine.vmoptions (for linux x86):

    -javaagent:/home/YOUR_USERNAME/LinuxJavaFixes/build/LinuxJavaFixes-1.0.0-SNAPSHOT.jar

    Change YOUR_USERNAME to your system username.

This code helped me:

sudo add-apt-repository ppa:attente/java-non-latin-shortcuts
sudo apt-get update
sudo apt-get dist-upgrade
restart unity-settings-daemon
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top