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#