> ## Content Index
> Fetch the complete content index at: https://en.blog.themarfa.name/llms.txt
> Use this file to discover other available public pages before exploring further.

# How to quickly check hotkey compatibility
- URL: https://en.blog.themarfa.name/how-to-quickly-check-hotkey-compatibility/
- Published: 2024-02-12T07:34:50.000Z
- Updated: 2024-02-12T07:34:50.000Z
- Description: When developing an application, it seems that the most important thing is optimization, a beautiful and understandable GUI, and the absence of bugs.
- Author: Konstantin Dokuchaev
- Tags: web, Keycheck

When developing an application, it seems that the most important thing is optimization, a beautiful and understandable GUI, and the absence of bugs. But don’t forget about convenient hotkey combinations. After all, thanks to them, the user will be able to quickly perform the actions he needs.

But how to choose these combinations correctly so that there are no conflicts with other installed applications? This is where the [**Keycheck**](https://keycheck.dev/) online service comes to the rescue**.**

0:00 

/0:17 

1× 

At the time of writing, it contains more than a hundred applications for macOS and Windows, and users can easily add new combinations.

All you have to do, as a developer, is go to the site, select the desired OS and press the hotkey to be tested. Then you will see which applications conflict with and for which actions.

The project is open source and you can easily deploy it locally.

[Try Keycheck](https://keycheck.dev/)