Key-ScanCode

View scan and virtual key codes

View on GitHub

Key-ScanCode

Key ScanCode is a small gui utility to view the scan and virtual key codes
of individual keys on a keyboard.

I usually write all my scripts/programs 100% from scratch, but this project
is a major alteration of the smaller ScanCode script found @
Find Scan Codes @ AutoHotkey Forums
by Skan (?). Nothing wrong with his script and he has a much more thorough script there, but
I need something bigger than his smaller script and something smaller than his bigger one lol


Support Me If You Like

If you like this project and care to donate to my PayPal:

PayPal Donation

Or Buy Me A Coffee if your prefer:

Buy Me A Coffee


Program Features

  1. View scan and virtual key code information in hexidecimal format
    • displays key names: a,NumpadUp,F1,v etc…
    • displays key scan code: SC01E,SC048,SC03B,SC02F etc…
    • displays key virtual key code: VK0x41,VK0x26,VK0x70,VK0x56 etc…
  2. Pause reading input

Current Release

Key ScanCode 32Bit
Key ScanCode 64Bit
Project Page
Latest Release Page

Motivation

I need something to view a keyboards codes for programming in AutoHotkey

Installation

Portable program (Plans for installer and portable option).

Test

I have tested on Windows 10 64 Bit

Contributors

Ian Pride @ faithnomoread@yahoo.com - [Lateralus138] @ New Pride Services

License

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.

License provided in gpl.txt