Skip to content

Instantly share code, notes, and snippets.

@passuf
Last active August 29, 2015 14:05
Show Gist options
  • Save passuf/2a7abca2e2ba5c72830d to your computer and use it in GitHub Desktop.
Save passuf/2a7abca2e2ba5c72830d to your computer and use it in GitHub Desktop.
Disable Sticky Keys from Terminal (Universal Access System Settings, Ubuntu)
#!/bin/bash
# Disables the Universal Access Sticky Keys on Ubuntu, add this line e.g. to the Startup Applications
( sleep 60 && gsettings set org.gnome.desktop.a11y.keyboard stickykeys-enable false )&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment