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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部