项目作者: Liu233w

项目描述 :
An autohotkey's script that makes your capslock more powerful
高级语言: AutoHotkey
项目地址: git://github.com/Liu233w/CapsLocKeys.ahk.git
创建时间: 2016-06-24T04:17:20Z
项目社区:https://github.com/Liu233w/CapsLocKeys.ahk

开源协议:

下载


CapsLocKeys.ahk

Simplified Chinese version: README-chs.md

What’s this?

An autohotkey’s script which makes your capslock more powerful by mapping other keys which are far from alphanumeric keys.

Features

Single keys, which can’t be combined with other chords

  • Capslock : ESC
  • shift+Capslock : Capslock
  • Capslock+o : open a new line but don’t break this line into two line on the cursor

Multiple keys, which can be combined with other chords

  1. Keys listed below can be combined with other chords such as Ctrl Alt or Shift
  2. For example:
  3. Capslock+a is mapped to HOME. Meanwhile, Capslock+Shift+a will send Shift+Home.
  4. Attention: Shift must be pressed AFTER Capslock, or it will send Capslock immediately as defined above.
  • Capslock+h/j/k/l : Left/Down/Up/Right arrow
  • Cpaslock+u : backspace
  • Capslock+d : DEL
  • Capslock+a : HOME
  • Capslock+e : END
  • Capslock+1…9 0 - = : F1-F12

Killing feature

Number line lock — for programmers

When you press Capslock+TAB, it will enter the mark state. Then when you press the number keys above the alphanumeric keys, it will enter the marks on the button rather than the numbers itself, just like press shift+numbers in normal. If you want to enter numbers, press shift+numbers button instead. Press Capslock+TAB again will exit mark state.

We also have two icons which show the state of it. It will replace the tray icon of the autohotkey.