-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS: Setup input Sources #8
Labels
Comments
>>> plutil -p ~/Library/Preferences/com.apple.HIToolbox.plist
{
"AppleCurrentKeyboardLayoutInputSourceID" => "com.apple.keylayout.US"
"AppleEnabledInputSources" => [
0 => {
"Bundle ID" => "com.apple.inputmethod.Kotoeri"
"Input Mode" => "com.apple.inputmethod.Japanese"
"InputSourceKind" => "Input Mode"
}
1 => {
"Bundle ID" => "com.apple.inputmethod.Kotoeri"
"Input Mode" => "com.apple.inputmethod.Roman"
"InputSourceKind" => "Input Mode"
}
2 => {
"Bundle ID" => "com.apple.inputmethod.Kotoeri"
"Input Mode" => "com.apple.inputmethod.Japanese.Katakana"
"InputSourceKind" => "Input Mode"
}
3 => {
"Bundle ID" => "com.apple.inputmethod.Kotoeri"
"InputSourceKind" => "Keyboard Input Method"
}
4 => {
"Bundle ID" => "com.apple.inputmethod.Kotoeri"
"Input Mode" => "com.apple.inputmethod.Japanese.FullWidthRoman"
"InputSourceKind" => "Input Mode"
}
5 => {
"Bundle ID" => "com.apple.inputmethod.Kotoeri"
"Input Mode" => "com.apple.inputmethod.Japanese.HalfWidthKana"
"InputSourceKind" => "Input Mode"
}
6 => {
"Bundle ID" => "com.apple.50onPaletteIM"
"InputSourceKind" => "Non Keyboard Input Method"
}
7 => {
"Bundle ID" => "com.apple.CharacterPaletteIM"
"InputSourceKind" => "Non Keyboard Input Method"
}
8 => {
"Bundle ID" => "com.apple.KeyboardViewer"
"InputSourceKind" => "Non Keyboard Input Method"
}
9 => {
"Bundle ID" => "com.apple.inputmethod.EmojiFunctionRowItem"
"InputSourceKind" => "Non Keyboard Input Method"
}
]
"AppleInputSourceHistory" => [
0 => {
"Bundle ID" => "com.apple.inputmethod.Kotoeri"
"Input Mode" => "com.apple.inputmethod.Roman"
"InputSourceKind" => "Input Mode"
}
1 => {
"Bundle ID" => "com.apple.inputmethod.Kotoeri"
"Input Mode" => "com.apple.inputmethod.Japanese"
"InputSourceKind" => "Input Mode"
}
2 => {
"Bundle ID" => "com.apple.inputmethod.Kotoeri"
"Input Mode" => "com.apple.inputmethod.Japanese.HalfWidthKana"
"InputSourceKind" => "Input Mode"
}
3 => {
"Bundle ID" => "com.apple.inputmethod.Kotoeri"
"Input Mode" => "com.apple.inputmethod.Japanese.Katakana"
"InputSourceKind" => "Input Mode"
}
4 => {
"Bundle ID" => "com.apple.inputmethod.Kotoeri"
"Input Mode" => "com.apple.inputmethod.Japanese.FullWidthRoman"
"InputSourceKind" => "Input Mode"
}
]
"AppleSavedCurrentInputSource" => {
"Bundle ID" => "com.apple.inputmethod.Kotoeri"
"Input Mode" => "com.apple.inputmethod.Roman"
"InputSourceKind" => "Input Mode"
}
"AppleSelectedInputSources" => [
0 => {
"Bundle ID" => "com.apple.inputmethod.EmojiFunctionRowItem"
"InputSourceKind" => "Non Keyboard Input Method"
}
1 => {
"Bundle ID" => "com.apple.inputmethod.Kotoeri"
"Input Mode" => "com.apple.inputmethod.Roman"
"InputSourceKind" => "Input Mode"
}
]
} |
mazgi
pushed a commit
that referenced
this issue
Jan 26, 2019
mazgi
pushed a commit
that referenced
this issue
Jan 26, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: