Skip to content

Commit

Permalink
added note about trigger pull data values for button trigger, and how…
Browse files Browse the repository at this point in the history
… to enable full SAMMI FPS
  • Loading branch information
christinna9031 committed Oct 7, 2023
1 parent 228761f commit 3ba1b5c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc_posts/_commands-button/button-trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ redirect_from:
---

Triggers any button by its ID.\
If the button ID does not exist, sends an extension trigger instead.
If the button ID does not exist, sends an extension trigger instead.\
Inside the button that was triggered by this command, you can use [Trigger Pull Data]({{ "commands/trigger#triggerpulldata" | relative_url }}) command to get the button and instance ID of the originating button, which can be used to set non persistent variables in the originating button.

{% include alert.html text="You can right click on a button and left click on its ID to copy it into your clipboard." type="info" %}

Expand Down
14 changes: 14 additions & 0 deletions doc_posts/_faq-general/fps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: SAMMI FPS
num: 10
---

Full FPS is enabled when SAMMI is in focus. When SAMMI is not in focus, FPS is severely limited to save resources.
In order to enable full FPS even when SAMMI is not in focus, you can add the following key to `settings.ini` file in your SAMMI folder:
```
[settings]
fullFPS="1"
```
The changes will take effect after restarting SAMMI.

{% include alert.html text="This will use more resources and may cause performance issues on some systems." type="warning" %}

0 comments on commit 3ba1b5c

Please sign in to comment.