All Projects β†’ mihaifm β†’ screenkey.ahk

mihaifm / screenkey.ahk

Licence: other
A tool that displays the keys that you type on the screen

Programming Languages

autohotkey
350 projects

Projects that are alternatives of or similar to screenkey.ahk

Gifify
😻 Convert any video file to an optimized animated GIF.
Stars: ✭ 5,792 (+7622.67%)
Mutual labels:  screencast
Emacs Gif Screencast
[MOVED TO GITLAB] One-frame-per-action GIF recording for optimal quality/size ratio
Stars: ✭ 74 (-1.33%)
Mutual labels:  screencast
Opentok Ios Sdk Samples
Example applications that use the OpenTok iOS SDK
Stars: ✭ 186 (+148%)
Mutual labels:  screencast
Divvydroid
Qt/C++ Application to screencast and remote control Android devices
Stars: ✭ 29 (-61.33%)
Mutual labels:  screencast
Aperture
Record the screen on macOS
Stars: ✭ 1,051 (+1301.33%)
Mutual labels:  screencast
Ffscreencast
ffscreencast - ffmpeg screencast/desktop-recording with video overlay and multi monitor support
Stars: ✭ 1,625 (+2066.67%)
Mutual labels:  screencast
Server
[WIP] Ulteriusβ„’ server where all the magic happens πŸš€
Stars: ✭ 595 (+693.33%)
Mutual labels:  screencast
castty
A CLI tool to record audio-enabled screencasts of your terminal, for the web.
Stars: ✭ 109 (+45.33%)
Mutual labels:  screencast
Bangjago Android Emulator
simple android emulator cli for mobile development
Stars: ✭ 56 (-25.33%)
Mutual labels:  screencast
Scrcast
Drop-in Android Screen Recording Library
Stars: ✭ 178 (+137.33%)
Mutual labels:  screencast
Advanced Directives With Angular Js
Advanced Directives with Angular JS - Code for the Screencast
Stars: ✭ 33 (-56%)
Mutual labels:  screencast
Yaxg
capture and record your screen with callbacks
Stars: ✭ 47 (-37.33%)
Mutual labels:  screencast
Keypress Osd
This program is an On-Screen Display or a Heads-Up Display for keys. It displays every key press at a clearly visible text size. It is developed for people with poor eye sight. It is meant to aid desktop computer usage. It is especially useful while chatting or for occasional typing. The user no longer has to squint or zoom in the entire screen to see what s/he writes in small text fields.
Stars: ✭ 131 (+74.67%)
Mutual labels:  screencast
Screencast
An elementary OS app
Stars: ✭ 28 (-62.67%)
Mutual labels:  screencast
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (+204%)
Mutual labels:  screencast
Screenity
The most powerful screen recorder & annotation tool for Chrome πŸŽ₯
Stars: ✭ 6,229 (+8205.33%)
Mutual labels:  screencast
Laplace
Laplace is an open-source project to enable screen sharing directly via browser. Based on WebRTC for low latency peer-to-peer connections, and WebSocket implemented in golang for signaling.
Stars: ✭ 81 (+8%)
Mutual labels:  screencast
ws-qvh
Server for streaming the screen of iOS devices over WebSocket.
Stars: ✭ 17 (-77.33%)
Mutual labels:  screencast
slip
Select and upload screenshots, gifs, and screencasts to imgur and gfycat with help of slop.
Stars: ✭ 25 (-66.67%)
Mutual labels:  screencast
Universal React Tutorial
πŸ““ How to build universal web apps with React.
Stars: ✭ 136 (+81.33%)
Mutual labels:  screencast

Screenkey.ahk

Screenkey.ahk is a tool that displays the keys that you type on the screen. It can be useful for screencasts or remote help.

It is implemented as an Autohotkey script.

screenshot

Customization

There are a few customization options that can be tweaked at the top of the script:

Font settings:

fontSize = 20
fontName = Verdana
fontStyle = Bold

Maximum number of keys that can be displayed on the screen at any time:

numButtons := 5

Gui transparency:

transparent := true

Distance from the buttons to the edge of the window

winMargin := 25

Speed typing settings:

useSpeedTimer := true
speedTimer := 1000

When useSpeedTimer is true, previous keys will be cleared when typing new keys after the specified interval (speedTimer) This is handy when trying to show key combos.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].