diff --git a/Keyboard-Layout-and-IME.md b/Keyboard-Layout-and-IME.md index 4430400..9ac6a1d 100644 --- a/Keyboard-Layout-and-IME.md +++ b/Keyboard-Layout-and-IME.md @@ -23,7 +23,7 @@ The layouts are stored in ` or /keylayout/` directory a of which: - **n**: the name of the keyboard layout in plaintext -- **capslock**: what does the Caps Lock key should do. "caps" for the ordinary Caps Lock, "back" for the Backspace (e.g. Colemak), and "shift" for the Shift. +- **capslock**: defines the behaviour of the Caps Lock key. `caps` for the ordinary Caps Lock, `back` for the Backspace (e.g. Colemak), and `shift` for the Shift Lock (e.g. French language keyboard). - **t**: the array of Key Symbols, corresponds to the LibGDX keycode. Each keycode gets an array of variable length between 0 up to 4. - Index 0: The base layer (e.g. lowercases) - Index 1: The Shift layer (e.g. uppercases)