KeyCast

Record keystroke for screencast

  • 所有者: cho45/KeyCast
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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;'

概览

名称与所有者cho45/KeyCast
主编程语言Swift
编程语言Swift (语言数: 4)
平台
许可证
发布数3
最新版本名称1.1 (发布于 )
第一版名称v1.0 (发布于 )
创建于2015-02-09 15:17:48
推送于2019-09-19 07:44:47
最后一次提交2015-05-03 11:30:28
星数533
关注者数14
派生数11
提交数17
已启用问题?
问题数3
打开的问题数3
拉请求数0
打开的拉请求数0
关闭的拉请求数0
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部