Skip to content

scripting: add config signals - #26

Merged
taj-ny merged 1 commit into
mainfrom
config-signals
Jun 5, 2026
Merged

scripting: add config signals#26
taj-ny merged 1 commit into
mainfrom
config-signals

Conversation

@taj-ny

@taj-ny taj-ny commented Jun 5, 2026

Copy link
Copy Markdown
Member

Adds a config property to the inputactions/core module containing the following signals:

  • aboutToBeActivated,
  • aboutToBeDestroyed,
  • activated.

Required for the D-Bus module (coming soon).

const { config } = require("inputactions/core");

config.activated.connect(() => {
    console.log("activated");
});

@taj-ny
taj-ny merged commit 60bcbab into main Jun 5, 2026
3 checks passed
@taj-ny
taj-ny deleted the config-signals branch June 5, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant