Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AxDSan/KeyPose
An Alternative to 'Mouseposé' for Windows,
https://github.com/AxDSan/KeyPose
Last synced: about 1 month ago
JSON representation
An Alternative to 'Mouseposé' for Windows,
- Host: GitHub
- URL: https://github.com/AxDSan/KeyPose
- Owner: AxDSan
- Created: 2016-08-04T05:19:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T00:06:31.000Z (almost 3 years ago)
- Last Synced: 2024-07-31T07:16:01.433Z (4 months ago)
- Language: C#
- Size: 876 KB
- Stars: 115
- Watchers: 9
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - AxDSan/KeyPose - An Alternative to 'Mouseposé' for Windows, (C# #)
README
GNU General Public License v2.0
############################################################
# Program Name: KeyPosé #
# Version: 1.0 #
# Description: Shows Keyboard Keystrokes and #
# Key Combinations in Real-time. #
############################################################Copyright (c) 2016 John Smith "0x90"
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.# KeyPosé
Shows Keyboard pressed keys (combinations) on-screen in a nicely and elegant display.![KeyPosé Running](http://i.imgur.com/XehPl0P.png)
Still this is pretty early in development, however I have added basic keys to show up on screen.
Note: As you may notice this is just as Windows-Keystroker, but now It's on Managed Code (.NET)
---
# TODO:
> 1. Finish Configuration GUI
> 2. Complete the 'CTRL + ' Function
> 3. Add 'Shift + ' Function
> 4. Add 'Alt + ' Function
> 5. Lastly, Add function that handles a mixture of all of the above.