https://github.com/denolfe/show-pressed-keys
WASD and mouse overlay to show currently pressed keys. Intended for use when streaming on Twitch.tv.
https://github.com/denolfe/show-pressed-keys
Last synced: 5 months ago
JSON representation
WASD and mouse overlay to show currently pressed keys. Intended for use when streaming on Twitch.tv.
- Host: GitHub
- URL: https://github.com/denolfe/show-pressed-keys
- Owner: denolfe
- Created: 2014-07-24T05:54:51.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T02:56:16.000Z (over 8 years ago)
- Last Synced: 2025-06-07T14:42:28.763Z (about 1 year ago)
- Language: AutoHotkey
- Homepage:
- Size: 1.6 MB
- Stars: 19
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Show Pressed Keys
Show WASD and mouse overlay to show currently pressed keys. Drawn using GDI+ lib. Intended for use when streaming on Twitch.tv.
This project contains 2 scripts:
- wasd-overlay.ahk - Shows WASD, Ctrl, Space, Q, and E in overlay
- mouse-overlay.ahk - Highlights the pressed key on an image of a mouse (default is a Logitech G400)
 
Preview of it in action (bottom right of screen):
[](https://www.youtube.com/watch?v=wKHAsfyKZ-M)
## Usage
1. Start `wasd-overlay.ahk` and/or `mouse-overlay.ahk`
2. Move Gui to desired location
3. Select 'Save Position' in Tray Menu
4. In OBS, use Screen Capture and Chromakey on the green background
## Skins
You can create your own mouse skin by creating the necessary files. Take a look at the images in `img/g400` as well as the psd template.
Put all of your new files in a folder ie. `deathadder` and change model in settings.ini to the folder name.
## To Do
*None*