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: Enable Sticky Keys #9

Open
mazgi opened this issue Jan 26, 2019 · 3 comments
Open

macOS: Enable Sticky Keys #9

mazgi opened this issue Jan 26, 2019 · 3 comments

Comments

@mazgi
Copy link
Owner

mazgi commented Jan 26, 2019

screen shot 2019-01-26 at 17 31 19

@mazgi mazgi changed the title Enable Sticky Keys macOS: Enable Sticky Keys Jan 26, 2019
@mazgi
Copy link
Owner Author

mazgi commented Jan 26, 2019

>>> plutil -p ~/Library/Preferences/com.apple.universalaccess.plist
{
  "closeViewHotkeysEnabled" => 0
  "closeViewHotkeysPreviouslyEnabled" => 0
  "closeViewScrollWheelPreviousToggle" => 1
  "closeViewScrollWheelToggle" => 1
  "closeViewZoomFactor" => 1
  "dwellHideUITimeout" => 15
  "login" => 0
  "selectedTab" => 10
  "slowKey" => 0
  "slowKeyDelay" => 250
  "speakItemUnderMouseAfterDelayMode" => 0
  "stickyKey" => 1
  "stickyKeyBeepOnModifier" => 0
  "switchAutoScanElementInterval" => 0.5
  "switchAutoScanPanelInterval" => 0.5
  "switchCoalescePressesDuration" => 0
  "switchFirstElementDelay" => 0
  "switchHideUITimeout" => 15
  "switchHoldBeforeRepeatDuration" => 3
  "switchMinimumPressDuration" => 0
  "switchSweepingCursorSpeed" => 5
  "UserAssignableHotKeys" => [
    0 => {
      "enabled" => 1096579092825767936
      "key" => 49
      "modifier" => 257699086336
      "sybmolichotkey" => 60
    }
    1 => {
      "enabled" => 1096579092825767937
      "key" => 49
      "modifier" => 274878955520
      "sybmolichotkey" => 64
    }
    2 => {
      "enabled" => 1096579092825767936
      "key" => 49
      "modifier" => 261994577920
      "sybmolichotkey" => 61
    }
    3 => {
      "enabled" => 1096579092825767937
      "key" => 49
      "modifier" => 279174447104
      "sybmolichotkey" => 65
    }
  ]
  "useStickyKeysShortcutKeys" => 1
}

@mazgi
Copy link
Owner Author

mazgi commented Jan 26, 2019

In Mojave

>>> plutil -p ~/Library/Preferences/com.apple.universalaccess.plist
{
  "axShortcutExposedFeatures" => {
    "feature.invertDisplayColor" => 1
    "feature.mouseKeys" => 1
    "feature.slowKeys" => 1
    "feature.stickyKeys" => 1
    "feature.switchControl" => 1
    "feature.virtualKeyboard" => 1
    "feature.voiceOver" => 1
    "feature.zoom" => 1
  }
  "closeViewHotkeysEnabled" => 0
  "closeViewZoomFactor" => 1
  "dwellHideUITimeout" => 15
  "login" => 0
  "selectedTab" => 8
}

@mazgi
Copy link
Owner Author

mazgi commented Jan 26, 2019

>>> plutil -p ~/Library/Preferences/com.apple.universalaccess.plist
{
  "axShortcutExposedFeatures" => {
    "feature.invertDisplayColor" => 1
    "feature.mouseKeys" => 1
    "feature.slowKeys" => 1
    "feature.stickyKeys" => 1
    "feature.switchControl" => 1
    "feature.virtualKeyboard" => 1
    "feature.voiceOver" => 1
    "feature.zoom" => 1
  }
  "closeViewHotkeysEnabled" => 0
  "closeViewZoomFactor" => 1
  "dwellHideUITimeout" => 15
  "login" => 0
  "selectedTab" => 9
  "slowKey" => 0
  "slowKeyDelay" => 250
  "stickyKey" => 1
  "useStickyKeysShortcutKeys" => 0
}
>>> /usr/libexec/PlistBuddy -c 'Delete "stickyKey"' ~/Library/Preferences/com.apple.universalaccess.plist
>>> plutil -p ~/Library/Preferences/com.apple.universalaccess.plist
{
  "axShortcutExposedFeatures" => {
    "feature.invertDisplayColor" => 1
    "feature.mouseKeys" => 1
    "feature.slowKeys" => 1
    "feature.stickyKeys" => 1
    "feature.switchControl" => 1
    "feature.virtualKeyboard" => 1
    "feature.voiceOver" => 1
    "feature.zoom" => 1
  }
  "closeViewHotkeysEnabled" => 0
  "closeViewZoomFactor" => 1
  "dwellHideUITimeout" => 15
  "login" => 0
  "selectedTab" => 9
  "slowKey" => 0
  "slowKeyDelay" => 250
  "stickyKey" => 1
  "useStickyKeysShortcutKeys" => 0
}
>>> /usr/libexec/PlistBuddy -c 'Delete "stickyKey2"' ~/Library/Preferences/com.apple.universalaccess.plist
Delete: Entry, "stickyKey2", Does Not Exist

🤔

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