KeyCastr, an open-source keystroke visualizer
Find a file
Andrew Kitchen 38987f6df1 Fixes display of shifted characters on non-QWERTY keyboard layouts
Relying on NSEvent for this fix also allows us to remove the dependency
on Carbon from the project.
2017-07-31 16:15:15 -07:00
assets Update README to include accessibility instructions/screenshot 2017-07-22 07:04:50 -07:00
keycastr Fixes display of shifted characters on non-QWERTY keyboard layouts 2017-07-31 16:15:15 -07:00
.gitignore Xcode housekeeping 2017-04-01 10:12:32 -07:00
README.md Update README to include accessibility instructions/screenshot 2017-07-22 07:04:50 -07:00

Keycastr

KeyCastr, an open-source keystroke visualizer.

preview

display preferences

Download

Installation via homebrew cask

which cask || brew tap caskroom/cask # Get cask if you don't already have it
brew cask install keycastr

Accessibility API access

In order to work, KeyCastr must be included in the list of applications with Accessibility API access, under the Security & Privacy system preferences.

accessibility

History

  • sdeken wrote the original version.
  • akitchen fixes for more recent OS X releases and other maintenance.
  • elia created keycastr organization and forked into it.
  • lqez added a new menu bar icon.

License

BSD 3-Clause