diff --git a/book/src/remapping.md b/book/src/remapping.md index 313ac72e..610d5179 100644 --- a/book/src/remapping.md +++ b/book/src/remapping.md @@ -26,9 +26,9 @@ Control, Shift and Alt modifiers are encoded respectively with the prefixes * Space => "space" * Return/Enter => "ret" * < => "lt" -* > => "gt" -* + => "plus" -* - => "minus" +* \> => "gt" +* \+ => "plus" +* \- => "minus" * ; => "semicolon" * % => "percent" * Left => "left"