• Stars
    star
    115
  • Rank 304,544 (Top 7 %)
  • Language
    C#
  • Created about 8 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An Alternative to 'Mouseposé' for Windows,
            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

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.