DEV Community

Exeboii
Exeboii

Posted on

Beyoneer Programming Interface for Plugins

Developing plugins for Beyoneer IDE (BPI) requires efficient keyboard mapping, utilizing BeyoCommand_ for standard shortcuts and BeyoKeyMap_ for advanced, complex combinations. Developers should register shortcuts within the 'afterBoot' lifecycle hook and use BeyoKeyMap_.unbind() for clean resource management and conflict prevention. Learn more about developing plugins by consulting the
BPI documentation.

Top comments (0)