Keyboard shortcuts

Keyboard shortcuts can be attached to builtin actions and custom actions.

Builtin actions

See eye.helpers.keys module.

Custom actions

In Configuration, it’s possible to use the eye.connector.register_shortcut decorator with a function to bind the shortcut to the function.

See eye.connector module.