mirror of
https://github.com/yxrei/two-torial.git
synced 2025-02-25 14:44:39 +01:00
Fix jp_layout / auto_ime instructions
This commit is contained in:
parent
fab8e7b359
commit
fd16b150a9
@ -78,6 +78,17 @@
|
|||||||
unlock_songs = true
|
unlock_songs = true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
!!! tip "The `[keyboard]` section contains keyboard related config"
|
||||||
|
|
||||||
|
- `auto_ime =` if set to true, changes your keyboard layout to Qwerty until the game is closed.
|
||||||
|
- `jp_layout =` should be set to `true` for **actual** japanese keyboards.
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[keyboard]
|
||||||
|
auto_ime = false
|
||||||
|
jp_layout = false
|
||||||
|
```
|
||||||
|
|
||||||
### Configuring Inputs
|
### Configuring Inputs
|
||||||
|
|
||||||
!!! tip ""
|
!!! tip ""
|
||||||
@ -93,8 +104,6 @@
|
|||||||
- ++enter++ to add coins
|
- ++enter++ to add coins
|
||||||
|
|
||||||
If you wish to view or change all the default keybinds, you can do so in `keyconfig.toml.`
|
If you wish to view or change all the default keybinds, you can do so in `keyconfig.toml.`
|
||||||
|
|
||||||
!!! danger "When you are using a Japanese keyboard layout, set both `jp_layout = false` and `auto_ime = false` to `true` inside `config.toml`."
|
|
||||||
|
|
||||||
??? tip "Controller"
|
??? tip "Controller"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user