How to create OS level hot key bindings

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By frob

I have created a small note taking app using Godot and was wondering if there was a way to create a hotkey that opens it when the application is closed.

The functionality I am going for is similar to iterm for Mac or Guake for linux. Instead of having to move the mouse over to focus on the application I would like to register a hotkey that focuses on the app even when the app is minimized.

:bust_in_silhouette: Reply From: Calinou

Godot doesn’t support registering global key bindings yet.

If you need this feature for a project, please open a proposal on the Godot proposals repository.