Skip to content

Commit 7fc4b4a

Browse files
committed
Fixed ANSI backslash keycode
1 parent 3d06864 commit 7fc4b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/consts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pub fn openrgb_keycode(keycode: u16) -> &'static str {
100100
46 => "=",
101101
47 => "[",
102102
48 => "]",
103-
49 => "\\",
103+
49 => "\\ (ANSI)",
104104
50 => "#",
105105
51 => ";",
106106
52 => "'",

0 commit comments

Comments
 (0)