30.12.12 - v1.1
Browse source:
Download:
------------------------------
Original post:
------------------------------
I've made a simple AutoHotKey script based on Jon's On-Screen keyboard, which will draw a tiny keyboard showing currently pressed keys. As for now, there are three ways of showing currently pressed keys:
EnableAndDisable & ShowAndHide use the same function with different parameter, so you can change it under the configuration section of AHK file. The clicking version uses different function so I post it as a different script. To set it up, simply start the script and move windows to desired location, and then set up a Monitor Capture with subregion in OBS.
Browse source:
Download:
+ Added the left and right mouse buttons
* Better buttons placement
* Narrower spacebar button
* Closing the Arrows window doesn't kill script
* Closing windows changes item names in the Tray menu
- Abandoned the 'Clicking' version because of AutoHotkey limits
* Better buttons placement
* Narrower spacebar button
* Closing the Arrows window doesn't kill script
* Closing windows changes item names in the Tray menu
- Abandoned the 'Clicking' version because of AutoHotkey limits
Download:
------------------------------
Original post:
------------------------------
I've made a simple AutoHotKey script based on Jon's On-Screen keyboard, which will draw a tiny keyboard showing currently pressed keys. As for now, there are three ways of showing currently pressed keys:
- EnableAndDisable - http://www.twitch.tv/micechal/b/351873720
- ShowAndHide - http://www.twitch.tv/micechal/b/351874690
- Clicking - http://www.twitch.tv/micechal/b/351886518
EnableAndDisable & ShowAndHide use the same function with different parameter, so you can change it under the configuration section of AHK file. The clicking version uses different function so I post it as a different script. To set it up, simply start the script and move windows to desired location, and then set up a Monitor Capture with subregion in OBS.
Browse source:
Download: