Created
August 19, 2016 23:51
-
-
Save smj10j/c701d816794f297c648c93b867119c20 to your computer and use it in GitHub Desktop.
Opens the OSX Keyboard Viewer app without having to use the toolbar menu item
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
#!/usr/bin/env bash | |
(nohup /System/Library/Input\ Methods/KeyboardViewer.app/Contents/MacOS/KeyboardViewer &> /dev/null) & | |
sleep 3 | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment