Updated Keyboard Layout and IME (markdown)

CuriousTorvald
2022-09-18 22:52:54 +09:00
parent 487755947e
commit bf3fb48555

@@ -23,7 +23,7 @@ The layouts are stored in `<assets> or <module base dir>/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)