jhtllkx / KeyEvetTest

Qt5实现的键盘按键检测软件-Keyboard key detection software realized by Qt5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

简介

  • 这是一款采用Qt5开发的键盘按键检测软件,主要用来检测键盘坏键,也可以用于学习Hook以及QKeyEvent相关知识。
  • 软件代码已经尽量简化,下载后编译时Kits采用MinGW 64-bit即可正常编译。

软件截图:

image

运行效果:

image

可执行程序下载地址(windeployqt打包):

https://github.com/SantaJiang/KeyEvetTest/releases

Introduction

  • This is a keyboard key detection software developed by Qt5. It is mainly used to detect bad keys of the keyboard, and can also be used to learn Hook and QKeyEvent related knowledge.
  • The software code has been simplified to the point that Kits can compile normally using MinGW 64-bit when downloaded.

Screenshots:

image

Operation effect:

image

Executable download address (windeployqt package):

https://github.com/SantaJiang/KeyEvetTest/releases

About

Qt5实现的键盘按键检测软件-Keyboard key detection software realized by Qt5

License:GNU General Public License v3.0


Languages

Language:C++ 98.0%Language:QMake 2.0%