Update help comment for backslash

This commit is contained in:
Lucas Crownover
2024-12-26 14:58:43 -08:00
parent 4b4d4062df
commit 6217dbebcf

View File

@ -308,7 +308,7 @@ pub const Key = enum(c_int) {
equal,
left_bracket, // [
right_bracket, // ]
backslash, // /
backslash, // \
// control
up,