Coder Social home page Coder Social logo

savekeyboard's Introduction

软件诞生起因

买了个明基的机械键盘,手感非常好,但是有个非常蛋疼的问题,键盘有非常严重的连击问题。也就是说,你按下一个字母,容易出几个字母。

比买了一个连击的机械键盘更蛋疼的事情是啥呢?是我买了4个这样的键盘(自己买了两个,然后帮别人买了两个)。

听说用纯酒精能够拯救它,特意去买了99.99%的酒精,键盘喝过酒精后,确实好了。然而,酒精挥发之后,问题依旧。。。

后来听说有个软件叫OneKeyOneStroke可以拯救它,于是千方百计下载下来了(找个软件真困难)。试用之后,发现这个软件有两个很蛋疼的问题:

  1. 这个软件编译时没有静态链接到MFC(后果就是你需要按照MFC某个版本的运行库才能正常运行),导致使用不方便。

  2. 更加致命的第二个问题是,我的键盘有个问题:比如我输入“xue”,由于连击的问题,可能会出来“xueu”。没错,“U”连击了,但因为我“E”输入速度很快,因此出现了这个情况。这个软件对这种情况无解,它只能处理相邻的键连击的问题。

迫于无奈,只能自己想办法拯救自己的键盘,于是,本软件诞生了……

savekeyboard's People

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.