Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m7a/lo-ma-capsblinker
make caps lock blink
https://github.com/m7a/lo-ma-capsblinker
Last synced: 12 days ago
JSON representation
make caps lock blink
- Host: GitHub
- URL: https://github.com/m7a/lo-ma-capsblinker
- Owner: m7a
- Created: 2020-01-16T21:48:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T19:44:02.000Z (7 months ago)
- Last Synced: 2024-04-28T20:39:46.636Z (7 months ago)
- Language: Ada
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
section: 11
x-masysma-name: ma_capsblinker
title: Capsblinker
date: 2020/01/16 22:31:25
lang: en-US
author: ["Linux-Fan, Ma_Sys.ma ([email protected])"]
keywords: ["programs", "ada", "capsblinker", "linux", "keyboard"]
x-masysma-version: 2.1.0
x-masysma-repository: https://www.github.com/m7a/lo-ma-capsblinker
x-masysma-website: https://masysma.net/11/ma_capsblinker.xhtml
x-masysma-owned: 1
x-masysma-copyright: |
Copyright (c) 2020 Ma_Sys.ma.
For further info send an e-mail to [email protected].
---
Name
====`ma_capsblinker` and `ma_capsblinker_shell` -- make caps lock blink.
Synopsis
========ma_capsblinker LED
ma_capsblinker_shell DEVICEDescription
===========Ma_Sys.ma Capsblinker allows any of the keyboard's LEDs to be turned on and off
at a regular interval. This does not influence the actual state of the
associated key function and can thus serve as a general status indicator if the
regular function of the LED is not needed (e. g. today, few people use caps lock
and scoll lock LEDs).The purpose of this proram is to serve as a GUI-independent indicator of the
computer running. For GUI usage, a displayed clock can be enough for the same
purpose or alternatively [progress(32)](../32/progress.xhtml) programs are
available.Examples
========Find out all possible LEDs (not all of them always work, the keyboards' seem to
work most often except for some timing issues):ls /sys/class/leds
Run the capsblinker for the first input device (one of the keyboards...)
ma_capsblinker input0::capslock
Finally, to run the capsblinker as a service, set it up like this:
systemctl enable masysma-capsblinker.service
systemctl start masysma-capsblinker.serviceCompilation
===========To compile this program, an Ada compiler is needed e. g. as provided by Debian
package `gnat`. Additionally, the `ant` build tool is needed and can then be
invoked by running `ant`. To build a Debian package (with the necessary
dependencies installed), use `ant package`.See Also
========* [progress(32)](../32/progress.xhtml)
* [maerct(11)](maerct.xhtml)