# Shortcuts for repetitive event creating actions?

**URL:** https://qa.fmod.com/t/shortcuts-for-repetitive-event-creating-actions/22640
**Category:** FMOD Studio
**Created:** [February 27, 2025, 11:22am UTC](https://qa.fmod.com/t/shortcuts-for-repetitive-event-creating-actions/22640 "2025-02-27T11:22:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jaka.birsa](https://avatars.discourse-cdn.com/v4/letter/j/e19adc/32.png) [@jaka.birsa](https://qa.fmod.com/u/jaka.birsa)
#### Post date: [February 27, 2025, 11:22am UTC](https://qa.fmod.com/t/shortcuts-for-repetitive-event-creating-actions/22640/1 "2025-02-27T11:22:23Z")

</div>

Hi all!

I was wondering if there is an elegant way to create shortcuts or macros for repetitive actions like selecting audio assets and creating 3D timeline events with multi-instruments containing the selected asset? I am not a coder, but I presume a .js script could do that? Has anyone already made them, by any chance?

I find in tedious to have to right click so much and stuff…

Thanks!

---

<div class="post-metadata">

### Author: ![Connor\_FMOD](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/connor_fmod/32/3685_2.png) [@Connor\_FMOD](https://qa.fmod.com/u/Connor_FMOD)
#### Post date: [February 27, 2025, 11:53pm UTC](https://qa.fmod.com/t/shortcuts-for-repetitive-event-creating-actions/22640/2 "2025-02-27T23:53:27Z")

</div>

Hi,

Unfortunately, we do not have a way to create custom macros.

We do have a context menu for creating some default events from within the Asset Browser:

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/2X/c/c52d276949d30d6ac680911e6e1667b7ca7b020f.png)  
 ![image](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/2X/4/40c84f5f03ce54b1870046eb3d51099c63134eb1.png)  
I have also made a script for that behavior:  
[Create3DMultiEventMacro.js.txt](https://qa.fmod.com/uploads/short-url/4J2GXDngzvh3Q6qCU96KgEAbGVc.txt) (1.9 KB)  
Remove the `.txt` and add it here:  
`C:\Users\XXXX\AppData\Local\FMOD Studio\Scripts`  
This will make it available to all you Studio installs. It can be triggered with `Ctrl+H` or under the scripts menu:  
 ![image](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/2X/4/4bdf72c34355374d88a31d115dfddd5e02971aa5.png)  
Hope this helps!

---

<div class="post-metadata">

### Author: ![jaka.birsa](https://avatars.discourse-cdn.com/v4/letter/j/e19adc/32.png) [@jaka.birsa](https://qa.fmod.com/u/jaka.birsa)
#### Post date: [February 28, 2025, 11:22am UTC](https://qa.fmod.com/t/shortcuts-for-repetitive-event-creating-actions/22640/3 "2025-02-28T11:22:29Z")

</div>

Yes, that seems exactly what I was looking for. I will test it.

Thank you so much!
