mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
Updated Keyboard Layout and IME (markdown)
@@ -23,7 +23,7 @@ The layouts are stored in `<assets> or <module base dir>/keylayout/` directory a
|
|||||||
of which:
|
of which:
|
||||||
|
|
||||||
- **n**: the name of the keyboard layout in plaintext
|
- **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.
|
- **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 0: The base layer (e.g. lowercases)
|
||||||
- Index 1: The Shift layer (e.g. uppercases)
|
- Index 1: The Shift layer (e.g. uppercases)
|
||||||
|
|||||||
Reference in New Issue
Block a user