项目作者: myfreeer

项目描述 :
switch numlock capslock and scrolllock on/off for windows
高级语言: C
项目地址: git://github.com/myfreeer/numlock.git
创建时间: 2017-05-13T10:34:43Z
项目社区:https://github.com/myfreeer/numlock

开源协议:The Unlicense

下载


numlock

switch numlock capslock and scrolllock on/off for windows

Release

Latest Release
Download

Usage

File name

  • file name contains num such as numlock affects Num Lock status
  • file name contains caps or capital such as capslock affects Caps Lock status
  • file name contains scrl or scroll such as scroll-lock affects Scroll Lock status

Arguments

  • run directly without any argument (for example simply double-click it) toggles status affected by file name on
  • run with any argument toggles status affected by file name off

Examples

  • change file name to numlock.exe and double-click it turns Num Lock on
  • change file name to numlock.exe and run it as numlock 1 in a shell turns Num Lock off
  • change file name to capslock.exe and double-click it turns Caps Lock on

Build

Releases are built with tcc using tcc numlock.c,
it can also be built with other compliers such as gcc.