• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Automation Blocks - trigger kbar action

Community Beginner ,
Oct 31, 2024 Oct 31, 2024

Copy link to clipboard

Copied

Hello,

 

I have a fairly niche use case, but I use automation blocks to run macros from my stream deck, utilising Bitfocus Companion and HTML commands. 

 

I have a couple of kbar actions that I would like to trigger from my streamdeck. Is there a way I can launch a kbar action from inside automation blocks?

 

Thank you. 

TOPICS
Expressions , Scripting

Views

283

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Oct 31, 2024 Oct 31, 2024

You can execute Automation Blocks scripts from Kbar, but I don't think there is a way to execute Kbar actions from Automation Blocks. That would require a mechanism provided by Kbar to remote-exectue the actions and as far as I know, Kbar does not offer that. 
However, depending on the types of actions you have, you can implement the same actions in Automation Blocks, too. If you have an "Effects and Presets" button, for example, you can use the Apply Preset block, or if you have a button which t

...

Votes

Translate

Translate
Community Expert ,
Oct 31, 2024 Oct 31, 2024

Copy link to clipboard

Copied

You can execute Automation Blocks scripts from Kbar, but I don't think there is a way to execute Kbar actions from Automation Blocks. That would require a mechanism provided by Kbar to remote-exectue the actions and as far as I know, Kbar does not offer that. 
However, depending on the types of actions you have, you can implement the same actions in Automation Blocks, too. If you have an "Effects and Presets" button, for example, you can use the Apply Preset block, or if you have a button which triggers a script, you can use the Execute Code block. Or if you have a button, which runs a menu command, you can use the Execute Menu Command block.

Bottom line: Most likely, you cannot trigger a Kbar button from Automation Blocks, but everything that can be triggered with a Kbar button can probably also be implemented as an Automation Blocks script.

 

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 01, 2024 Nov 01, 2024

Copy link to clipboard

Copied

LATEST

Thank you! got this to work with the execute code block!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines