Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
damieng authored Nov 7, 2017
1 parent 1ba94a9 commit 7b5d8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This command-line tool lets you set your keyboard LEDs. This is especially usefu
Setting the LED on or off does not affect the behavior of that key so even though the led for caps lock will be on caps lock itself will still be off. Tapping the key will cause the lock to come on but the LED will already be on so it will not appear to change. Tapping it again will turn it off (and cause the LED to turn off).

## Usage
You can set LEDs by simply specifing either a - to turn an LED off or a + to turn an LED on followed by either the word scroll (for scroll lock), num (for numeric lock) or caps (for caps lock). e.g.
You can set LEDs by simply specifing either a - to turn an LED off, a + to turn an LED on or a ^ to toggle an LED followed by either the word scroll (for scroll lock), num (for numeric lock) or caps (for caps lock). e.g.

```bash
setleds -caps +scroll
setleds -caps +scroll ^num
```

### Name matching
Expand Down

0 comments on commit 7b5d8f2

Please sign in to comment.