From 4fc2e4240188dbfa89dbc8903d4e102c3a39e5c3 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Fri, 4 Dec 2020 14:39:40 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa28ff57..a4b6e365 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ If you can't find what you need, consult [linux/input-event-codes.h](https://github.com/torvalds/linux/blob/master/include/uapi/linux/input-event-codes.h) for KEY and BTN names -- Mouse buttons `BTN_LEFT` `BTN_RIGHT` `BTN_MIDDLE` `BTN_SIDE` +- Mouse buttons `BTN_LEFT` `BTN_RIGHT` `BTN_MIDDLE` `BTN_SIDE` ... - Multimedia keys `KEY_NEXTSONG` `KEY_PLAYPAUSE` ... - Macro special keys `KEY_MACRO1` `KEY_MACRO2` ...