Skip to content
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

Open
mazgi opened this issue Jan 26, 2019 · 1 comment
Open

macOS: Setup input Sources #8

mazgi opened this issue Jan 26, 2019 · 1 comment

Comments

@mazgi
Copy link
Owner

mazgi commented Jan 26, 2019

screen shot 2019-01-26 at 17 21 56

@mazgi mazgi changed the title Setup input Sources macOS: Setup input Sources Jan 26, 2019
@mazgi
Copy link
Owner Author

mazgi commented Jan 26, 2019

>>> 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
Projects
None yet
Development

No branches or pull requests

1 participant