KeyCast

Record keystroke for screencast

  • Owner: cho45/KeyCast
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

KeyCast

Display keystroke for desktop screencast. (demo movie: youtube)

Automatically Hide Password Input

KeyCast detect the focused input is password input. So you do not need to disable by hand to hide input for password mostly.

Supported:

  • Native AXSecureTextField
  • Google Chrome's password input
  • Local sudo (hide on sudo is in processlist)

Download and Install

Download .dmg from releases page:

https://github.com/cho45/KeyCast/releases

Copy KeyCast.app to your Application folder.

Scripting Bridge

KeyCast also supports scripting bridge. You can control (enable or disable) KeyCast by AppleScript or JavaScript (Yosemite).

eg.

# enable 
osascript -e 'tell application "KeyCast"' -e 'set enabled to true' -e 'end tell'

# disable
osascript -e 'tell application "KeyCast"' -e 'set enabled to false' -e 'end tell'

eg. (on Yosemite)

# enable
osascript -l JavaScript -e 'Application("KeyCast").enabled = true;' 
 
#disable
osascript -l JavaScript -e 'Application("KeyCast").enabled = false;'

Overview

Name With Ownercho45/KeyCast
Primary LanguageSwift
Program languageSwift (Language Count: 4)
Platform
License:
Release Count3
Last Release Name1.1 (Posted on )
First Release Namev1.0 (Posted on )
Created At2015-02-09 15:17:48
Pushed At2019-09-19 07:44:47
Last Commit At2015-05-03 11:30:28
Stargazers Count533
Watchers Count14
Fork Count11
Commits Count17
Has Issues Enabled
Issues Count3
Issue Open Count3
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top