File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ to java run string
19
19
20
20
add line to soapui.sh
21
21
22
- JAVA_OPTS="$JAVA_OPTS java -javaagent:< path > /LinuxJavaFixes-1.0.0-SNAPSHOT.jar
22
+ JAVA_OPTS="$JAVA_OPTS java -javaagent:[ path] /LinuxJavaFixes-1.0.0-SNAPSHOT.jar
23
23
24
24
2.oracle sqldeveloper
25
25
26
26
add line to sqldeveloper/ide/bin/jdk.conf
27
27
28
- AddVMOption -javaagent:< path > /LinuxJavaFixes-1.0.0-SNAPSHOT.jar
28
+ AddVMOption -javaagent:[ path] /LinuxJavaFixes-1.0.0-SNAPSHOT.jar
29
29
30
30
3 . intellij idea
31
31
@@ -37,13 +37,13 @@ out of the box this app use russian to latin mapping
37
37
38
38
if you want another mapping you can create it by yourself :
39
39
40
- run any app with java vm option -javaagent:< path > /LinuxJavaFixes-1.0.0-SNAPSHOT.jar=print
40
+ run any app with java vm option -javaagent:[ path] /LinuxJavaFixes-1.0.0-SNAPSHOT.jar=print
41
41
42
42
after that this utily begin print to console codes of entered symbols using format
43
43
44
- XKeysymPatchAgent.keysym=< hex code >
44
+ XKeysymPatchAgent.keysym=[ hex code]
45
45
46
- then create file using format < hex code >=< latin code of the same button >
46
+ then create file using format [ hex code] = [ latin code of the same button]
47
47
48
48
for example
49
49
@@ -103,6 +103,6 @@ and replace hex codes wuth yours
103
103
104
104
to use custom mapping use following option to run app :
105
105
106
- -javaagent:< path > /LinuxJavaFixes-1.0.0-SNAPSHOT.jar=<< your mapping file >>
106
+ -javaagent:[ path] /LinuxJavaFixes-1.0.0-SNAPSHOT.jar=[ your mapping file]
107
107
108
108
You can’t perform that action at this time.
0 commit comments