Skip to content

Commit

Permalink
Dumb typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Plextora committed Jun 18, 2023
1 parent 19ba88f commit b541c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RVGLKeystrokes/Utils/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static void CreateConfig()
"# For example, useborder:false would tell RVGLKeystrokes to highlight the background\n" +
"# useborder:true would tell RVGL Keystrokes to highlight the border\n" +
"# 5th line is for how thick the border is (if useborder is enabled)\n" +
"# Starting at line 5, the remaining lines have the name of the keystroke on the left of the colon, and\n" +
"# Starting at line 6, the remaining lines have the name of the keystroke on the left of the colon, and\n" +
"# the keycode the keystroke is binded to on the right.\n" +
"# For example, the line \"acceleratekey:38\" tells RVGL Keystrokes that the accelerate keystroke\n" +
"# (the keystroke with the up arrow) will trigger when a key with the keycode of \"38\" is pressed.\n" +
Expand Down

0 comments on commit b541c1d

Please sign in to comment.