Skip to content

Commit bab04e5

Browse files
committed
Update README.md
1 parent 10493bb commit bab04e5

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Simple javaagent to fix problems in linux with non latin hotkeys in gui java app
55

66
Aimed to walkaround bug with java gui apps: "Hotkeys not functional in non-latin keyboard layout in 13.10 and 14.04" https://bugs.launchpad.net/unity/+bug/1226962
77

8-
1. Swing java apps (intellij idea, oracle sql developer etc)
8+
============
9+
A. Swing java apps (intellij idea, oracle sql developer etc)
910

1011
copy to any directory 2 files :
1112

@@ -19,27 +20,27 @@ to java run string
1920

2021
Examples
2122

22-
a.soapui
23+
-soapui
2324

24-
add line to soapui.sh
25+
add line to soapui.sh
2526

26-
JAVA_OPTS="$JAVA_OPTS java -javaagent:[path]/LinuxJavaFixes-1.0.0-SNAPSHOT.jar
27+
JAVA_OPTS="$JAVA_OPTS java -javaagent:[path to directory with jar files]/LinuxJavaFixes-1.0.0-SNAPSHOT.jar
2728

28-
b.oracle sqldeveloper
29+
-oracle sqldeveloper
2930

30-
add line to sqldeveloper/ide/bin/jdk.conf
31+
add line to sqldeveloper/ide/bin/jdk.conf
3132

32-
AddVMOption -javaagent:[path to directory with jar files]/LinuxJavaFixes-1.0.0-SNAPSHOT.jar
33+
AddVMOption -javaagent:[path to directory with jar files]/LinuxJavaFixes-1.0.0-SNAPSHOT.jar
3334

34-
c.intellij idea
35+
-intellij idea
3536

36-
add line to idea64.vmoptions or idea.vmoptions
37+
add line to idea64.vmoptions or idea.vmoptions
3738

38-
-javaagent:[path to directory with jar files]/LinuxJavaFixes-1.0.0-SNAPSHOT.jar
39+
-javaagent:[path to directory with jar files]/LinuxJavaFixes-1.0.0-SNAPSHOT.jar
3940

4041
============
4142

42-
2. Eclipse
43+
Eclipse
4344

4445
copy to any directory 2 files :
4546

@@ -57,7 +58,7 @@ add following line to eclipse.ini
5758
Advanced part
5859

5960
============
60-
3. Modify kaybindings for swing apps in case non russian layout
61+
Modify kaybindings for swing apps in case non russian layout
6162

6263
if you want another mapping you can create it by yourself :
6364

@@ -84,7 +85,7 @@ use following option to run app with custom mapping :
8485
-javaagent:[path to directory with jar files]/LinuxJavaFixes-1.0.0-SNAPSHOT.jar=[your mapping file]
8586

8687
============
87-
4. modify keybindings for swt in case non russian layout
88+
Modify keybindings for swt in case non russian layout
8889

8990
add following line to eclipse.ini
9091

0 commit comments

Comments
 (0)