Git Product home page Git Product logo

keyboard's Introduction

键盘增强

解开键盘封印,释放生产力。在不改变你原有的打字习惯下,提升敲键盘的效率,特别是提升写代码的效率。

最近在设计一个60%的键盘,于是花了些时间了解很多键盘的设置,比如TMK里面的Layers设计、Toward a more useful keyboard中通过组合键尽量让手停留在ASDFHJKL

对于普通的键盘,通过长按(long press)组合键层(layer)这3个,即可实现强大的功能。

  • 长按CapsLock触发新的一层,新层中HJKL映射为方向键

  • 长按;映射为Ctrl,则

    • ; + c = Ctrl + c
    • ; + v = Ctrl + v
    • ; + x = Ctrl + x
    • ; + a = Ctrl + a

其中,短按CapsLock;仍是原来的功能,唯一的副作用是长按;输出一长串;的重发(repeat)功能没有了,不过长按;相对不常用。

在Windows中,我们可以用AutoHotKey脚本实现以上功能,详见keyboard.ahk

安装

  1. 下载安装AutoHotKey
  2. Win+r输入 C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup打开文件夹,把keyboard.ahk放进去,让这个AutoHotKey脚本可以在开机时自启动

参考

keyboard's People

Contributors

xiongyihui avatar jaychou404 avatar

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.