From 5a5de47c937b74e77cc2cc8b0784f600ca125c18 Mon Sep 17 00:00:00 2001 From: Simon Rozman <simon@rozman.si> Date: Sun, 27 Dec 2020 09:11:34 +0100 Subject: [PATCH] doc: Make right Option key notation more explicit Signed-off-by: Simon Rozman <simon@rozman.si> --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index b59f8b2..b02c1b4 100644 --- a/readme.md +++ b/readme.md @@ -9,8 +9,8 @@ Ready-to-use keyboard layout installers can be [downloaded here](https://github. ## Known Limitations -1. For typing alternative characters, use the **right** `Option` key. The right `Option` key equivalents to `AltGr` on PC keyboards and appears to be the only way to type `Alt`ernative characters. +1. For typing alternative characters, use the **right** `Option` key. The `ROption` key equivalents to `AltGr` on PC keyboards and appears to be the only way to type `Alt`ernative characters. -2. The modifier accents `Option+E`, `Option+U`, `Option+I`, `Option+N` etc. are not modifier Unicode characters (combine with the next character), as modifier characters are not available for all accents required on the keyboard. The composing Unicode characters are used instead. This means that the accent character should be typed after the main character (not before it like on macOS). +2. The modifier accents `ROption+E`, `ROption+U`, `ROption+I`, `ROption+N` etc. are not modifier Unicode characters (combine with the next character), as modifier characters are not available for all accents required on the keyboard. The composing Unicode characters are used instead. This means that the accent character should be typed after the main character (not before it like on macOS). -3. `Option+Shift+K` does not type the Apple logo. The Apple glyph is not Unicode standard. +3. `ROption+Shift+K` does not type the Apple logo. The Apple glyph is not Unicode standard.