-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
options: disable --input-ime by default
Enabling IME by default can cause problems when the player is expecting keybinds and not text input. Windows IME implementation mitigates this by switching IME to alphanumeric mode, but this is impossible on Wayland with the text input protocol. Disable it by default and add a note to recommend enabling IME only on demand, like console.lua.
- Loading branch information
1 parent
052870b
commit 7f4add8
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
add `--input-ime` to enable or disable the IME on supported VOs (Windows, Wayland) | ||
disable IME by default; set `--input-ime=yes` to enable it on demand |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters