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.
Shows Keyboard pressed keys (combinations) on-screen in a nicely and elegant display.
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)
- Finish Configuration GUI
- Complete the 'CTRL + ' Function
- Add 'Shift + ' Function
- Add 'Alt + ' Function
- Lastly, Add function that handles a mixture of all of the above.