Skip to content

Commit a025c3e

Browse files
committed
Update README.md
1 parent 07645a1 commit a025c3e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ to java run string
1919

2020
add line to soapui.sh
2121

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
2323

2424
2.oracle sqldeveloper
2525

2626
add line to sqldeveloper/ide/bin/jdk.conf
2727

28-
AddVMOption -javaagent:<path>/LinuxJavaFixes-1.0.0-SNAPSHOT.jar
28+
AddVMOption -javaagent:[path]/LinuxJavaFixes-1.0.0-SNAPSHOT.jar
2929

3030
3. intellij idea
3131

@@ -37,13 +37,13 @@ out of the box this app use russian to latin mapping
3737

3838
if you want another mapping you can create it by yourself :
3939

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
4141

4242
after that this utily begin print to console codes of entered symbols using format
4343

44-
XKeysymPatchAgent.keysym=<hex code>
44+
XKeysymPatchAgent.keysym=[hex code]
4545

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]
4747

4848
for example
4949

@@ -103,6 +103,6 @@ and replace hex codes wuth yours
103103

104104
to use custom mapping use following option to run app :
105105

106-
-javaagent:<path>/LinuxJavaFixes-1.0.0-SNAPSHOT.jar=<<your mapping file>>
106+
-javaagent:[path]/LinuxJavaFixes-1.0.0-SNAPSHOT.jar=[your mapping file]
107107

108108

0 commit comments

Comments
 (0)