How to Color the Keys of the On-Screen Keyboard =============================================== ![An example of the key coloring functionality](https://www.decentsamples.com/wp-content/uploads/2022/01/Screen-Shot-2022-01-25-at-7.54.41-AM.png) As of version 1.4.0, it is now possible to color the keys of the on-screen keyboard. This can be useful for showing different ranges of notes that serve different purposes or highlighting notes used as keyswitches. In order to implement colored keys, make use of the new `` and `` elements as follows: ```xml ``` By default, Decent Sampler highlights all of the notes that are mapped for a given sample. If you use the color keys feature, this default highlighting will be turned off and it will be up to you to color whatever keys you want. Full documentation for the color element is [here](#the-ui-element). ## How to turn keyboard note coloring on and off using bindings It also possible to programmically turn keyboard coloring on and off using bindings. Here's an example of how to do that: ```xml ```