Last active
August 29, 2015 14:05
-
-
Save passuf/2a7abca2e2ba5c72830d to your computer and use it in GitHub Desktop.
Disable Sticky Keys from Terminal (Universal Access System Settings, Ubuntu)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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