From 89552612ad50d7d7f06f08bcb8dc072fb9095204 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 22 Apr 2026 23:20:40 -0400 Subject: [PATCH] docs: use mult/times as alias example instead of inf/infty --- Chord-Unicode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chord-Unicode.md b/Chord-Unicode.md index 1f35e08..95271e3 100644 --- a/Chord-Unicode.md +++ b/Chord-Unicode.md @@ -316,7 +316,7 @@ Characters are sent using the **Linux unicode input method**: `Ctrl+Shift+U`, th ## Tips -- **Aliases:** Some characters have multiple valid sequences (e.g. `inf` and `infty` both produce `∞`). Both sequences work equally well. +- **Aliases:** Some characters have multiple valid sequences (e.g. `mult` and `times` both produce `×`). Both sequences work equally well. - **Disambiguation timer:** If your sequence is both a complete match and the start of a longer one with different output (e.g. hypothetically `lte` and `lteq`), just wait 300 ms after your last keypress and the shorter match fires. Or press `Enter` to confirm immediately. - **Timeout:** In tap mode, chord input is cancelled if you stop typing for 2 seconds. - **Mistakes:** Press `Backspace` to delete the last character, or `Escape` to cancel completely.