@@ -42,6 +42,18 @@ The prebuilt binaries can be found in [Releases](https://github.com/noraesae/kaw
4242
4343Unzip ` Kawa.zip ` and move ` Kawa.app ` to ` Applications ` .
4444
45+ ## Known Issues
46+
47+ There is a known bug in the TIS library of macOS that switching keyboard
48+ layouts doesn't work well when done programmingly, especially between complex
49+ input sources like [ CJK] ( https://en.wikipedia.org/wiki/CJK_characters ) .
50+ Kawa once tried to resolve this problem using hacky workaround, which caused
51+ more bugs, did more bad than good. The option is removed in v0.1.3, and I
52+ decide to wait for the fix from macOS.
53+
54+ However, if a nice workaround is found, please upload it as an issue or PR. I
55+ would be happy to consider adopting it.
56+
4557## Preferences
4658
4759Preferences can be found in a preference window. The window can be opened by
@@ -54,17 +66,6 @@ clicking the menubar icon of Kawa or launching Kawa again.
5466 hidden and the preference window can be opened when launching Kawa again.
5567 * ** ` Launch Kawa on startup ` **
5668 Add Kawa to startup items.
57- * Shortcut
58- * ** ` Use an advanced method to switch input sources ` **
59- There is a known problem when programminly switching between complex input
60- sources such as [ CJK] ( https://en.wikipedia.org/wiki/CJK_characters )
61- layouts. This option enables a workaround to fix the problem. In other words,
62- if you find no problem using Kawa, please ignore this option. To use this
63- option, the global shortcut of ` Select next source in Input menu ` should be
64- set to ` Alt+Command+Space ` , which may be set by default. Unless the
65- shortcut is set correctly and Kawa works as intended, you can check if the
66- shortcut is set correctly in `System Preferences > Keyboard > Shortcuts >
67- Input Sources`.
6869
6970## Development
7071
0 commit comments