GitXplorerGitXplorer
n

keyboardViewer

public
14 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
8e9a11490e6fd260ee6eab5ba1736ba7dc7fdab9

Application target thanks to George Ferguson <george@georgeferguson.com>.

nnriley committed 13 years ago
Unverified
156dbc860966598122c256e0ae4634f347f3ada6

English is hard.

committed 15 years ago
Unverified
8ea60f3c96feff95cb5285d490955962d2ab7be6

Fix README.

committed 15 years ago
Unverified
4efcd95163be40bc099b3fe486d2e6dca218a7aa

Figured out how to kill Keyboard Viewer dead.

committed 15 years ago
Unverified
b566337a4ac1a36826a509684f08e752dc6e75a3

Rewrap and note a caveat.

committed 15 years ago
Unverified
0ac1db50ce1bb6363928bcb9b7b5692befcbaed8

Add README to show up on GitHub.

committed 15 years ago

README

The README file for this repository.

Suggested usage:

"Download":http://github.com/nriley/keyboardViewer/downloads and install keyboardViewer:

bc. sudo install keyboardViewer /usr/local/bin

Trigger with an AppleScript or shell script, e.g.:

bc. tell application "System Events" if exists (process "Keyboard Viewer") then click process "Keyboard Viewer"'s window 1's buttons whose subrole is "AXCloseButton" else do shell script "/usr/local/bin/keyboardViewer" end if end tell

The above will show Keyboard Viewer if it’s not running, and close it if it is.

I run the above script from "FastScripts":http://www.red-sweater.com/fastscripts/.

The keyboardViewer utility isn’t necessary on Mac OS X 10.5 because simply opening KeyboardViewerServer does the same thing.