All Projects → SantaJiang → KeyBoardTool

SantaJiang / KeyBoardTool

Licence: GPL-3.0 license
Keyboard key detection software realized by Qt(Qt实现的键盘按键检测软件)

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects

Projects that are alternatives of or similar to KeyBoardTool

Rbtray
A fork of RBTray from http://sourceforge.net/p/rbtray/code/.
Stars: ✭ 365 (+942.86%)
Mutual labels:  hook, keyboard
creviceapp
Multi purpose utility which supports gestures with mouse and keyboard.
Stars: ✭ 22 (-37.14%)
Mutual labels:  hook, keyboard
Gohook
GoHook, Go global keyboard and mouse listener hook
Stars: ✭ 94 (+168.57%)
Mutual labels:  hook, keyboard
LowLevelInput.Net
A thread safe and event driven LowLevelMouse and LowLevelKeyboard Hook
Stars: ✭ 32 (-8.57%)
Mutual labels:  hook, keyboard
Silence
A simple, clean macro recorder written in C#. Windows 10 compatible.
Stars: ✭ 29 (-17.14%)
Mutual labels:  hook, keyboard
Neatinput
A .NET standard project which aims to make keyboard and mouse input monitoring easy on Windows and eventually Linux.
Stars: ✭ 89 (+154.29%)
Mutual labels:  hook, keyboard
Pyhooked
Pure Python hotkey hook, with thanks to pyHook and pyhk
Stars: ✭ 150 (+328.57%)
Mutual labels:  hook, keyboard
keyboard
A terrible terrible soft-keyboard that randomises keys on every press.
Stars: ✭ 17 (-51.43%)
Mutual labels:  keyboard
react-eyedrop
Seamlessly integrate a static typed, fully-tested color-picking React component/hook!
Stars: ✭ 17 (-51.43%)
Mutual labels:  hook
FormToolbar
Simple, movable and powerful toolbar for UITextField and UITextView.
Stars: ✭ 85 (+142.86%)
Mutual labels:  keyboard
gopem
GUI for OPEM library
Stars: ✭ 20 (-42.86%)
Mutual labels:  qt5
PickerButton
PickerButton is subclass of UIButton that presents UIPickerView in UIKeyboard.
Stars: ✭ 41 (+17.14%)
Mutual labels:  keyboard
keeb
The code for a handwired bluetooth keyboard made from two halves, with no wires inbetween.
Stars: ✭ 25 (-28.57%)
Mutual labels:  keyboard
AMVtool
Qt GUI for FFmpeg designed for video editors.
Stars: ✭ 28 (-20%)
Mutual labels:  qt5
A-SOUL-Notification
一个A-SOUL成员动态/直播提醒插件,支持监控B站与抖音动态,可在Windows10 - Windows11系统上运行。
Stars: ✭ 56 (+60%)
Mutual labels:  qt5
ModernFramelessWindow
Modern (MS Office, Visual Studio like) frameless window in Qt5
Stars: ✭ 22 (-37.14%)
Mutual labels:  qt5
ChartJs2QML
QML adaptor for Chart.js 2.x that supports startup animations and tooltips
Stars: ✭ 68 (+94.29%)
Mutual labels:  qt5
QDeferred
Qt C++ alternative for handling async code execution
Stars: ✭ 62 (+77.14%)
Mutual labels:  qt5
iOSUtilitiesSource
IOS Utilities Library for Swift
Stars: ✭ 46 (+31.43%)
Mutual labels:  keyboard
riru MPH
Hook android system prop function to add properties
Stars: ✭ 23 (-34.29%)
Mutual labels:  hook

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.

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

Screenshots:

image

Operation effect:

image

Executable download address (windeployqt package):

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].