From 5af73131bfb90d2649e3e64c45c8b2fd500a509f Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Sat, 14 Nov 2015 14:28:47 +0100 Subject: [PATCH] Updated Understanding CUE.NET keygroups (keyboard only) (markdown) --- Understanding-CUE.NET-keygroups-(keyboard-only).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Understanding-CUE.NET-keygroups-(keyboard-only).md b/Understanding-CUE.NET-keygroups-(keyboard-only).md index 813fe9b..0a9045b 100644 --- a/Understanding-CUE.NET-keygroups-(keyboard-only).md +++ b/Understanding-CUE.NET-keygroups-(keyboard-only).md @@ -3,7 +3,7 @@ Keygroups are one of the basic features of CUE.NET. They are used to group multiple keys together and apply [brushes](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-brushes) and [effects](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-effects) to them. -By the default always one keygroup exists. The CorsairKeyboard-class represents a keygroup containing all keys of the keyboard. Since the keyboard-keygroup is always handled first on updates it's especially useful to add a background. +By the default always one keygroup exists. The _CorsairKeyboard_-class represents a keygroup containing all keys of the keyboard. Since the keyboard-keygroup is always handled first on updates it's especially useful to add a background. Every keygroup implements the _IKeyGroup_-interface: ```C#