Skip to content

Instantly share code, notes, and snippets.

@smj10j
Created August 19, 2016 23:51
Show Gist options
  • Save smj10j/c701d816794f297c648c93b867119c20 to your computer and use it in GitHub Desktop.
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
#!/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