Forked from d3zorg/fix for hotkeys not functional in non-latin keyboard layout in 13.10 and 14.04
Created
March 29, 2019 09:38
-
-
Save mlesikov/67dcf72c1978c080cc4bd0ab9156a8ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix for hotkeys not functional in non-latin keyboard layout in 13.10 / 14.04 | |
tested on ubuntu 14.04, jvm7 and rubymine 6.3 | |
sudo add-apt-repository ppa:attente/java-non-latin-shortcuts | |
sudo apt-get update | |
sudo apt-get dist-upgrade | |
restart unity-settings-daemon | |
now ctrl+c, ctrl-v etc should work in most java applications like IDEA, RubyMine IDE even on russian keyboard layout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment