GithubHelp home page GithubHelp logo

keyboard's People

Contributors

garfeng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

keyboard's Issues

小建议

您好,首先要感谢您的程序。
我给出两个改进的建议:
1:有的时候需要长时间按下ctrl的时候(使用快捷键),使用您的程序会导致ctrl失效,可以在callback 中修改判断条件 (nCode >=0) 为 (nCode >= 0&&(((KBDLLHOOKSTRUCT)lParam)).vkCode!=162) 以取消对 ctrl 的屏蔽
2:在main 函数中添加下面语句即可隐藏命令行窗口
if(IsWindowVisible(GetConsoleWindow()) == true){
ShowWindow(GetConsoleWindow(), SW_HIDE);
}

libstdc++-6.dll


keyboard.exe - 系統錯誤

程式碼執行無法繼續,因為找不到 libstdc++-6.dll。重新安裝程式或許可以修正此問題。

確定

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.