From bf3fb485555aa2e7f92b4095c311c44159548472 Mon Sep 17 00:00:00 2001 From: CuriousTorvald Date: Sun, 18 Sep 2022 22:52:54 +0900 Subject: [PATCH] Updated Keyboard Layout and IME (markdown) --- Keyboard-Layout-and-IME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)