TWiStErRob

What was that shortcut?

Chroma Keys

See available shortcuts in IntelliJ IDEA and Android Studio.

Icon of Chroma Keys
Sources Code
Look at sources
Screenshots
View

Screenshots

Videos

Inception

I’ve always wanted to code something with LEDs. Recently the need came to buy a quieter keyboard, so I ended up buying one with laser switches… and of course the nowadays “mandatory” RGB LEDs.

Implementation

I set up the Razer Chroma SDK, wrote a Kotlin wrapper, and integrated it in an IntelliJ IDEA Plugin.

Features

Sadly the enthusiasm faded when I started interacting with IntelliJ IDEA Extension points, trying to find the one or two functions I need to find the currently focused view. I found all the keyboard shortcuts, but need to filter by view to make sense of it. The framework is there, I’m just missing the key glue to make it work.

History

See releases on GitHub, where there are currently none as the project is not fully functional.

Go to top