This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
token:Application_Tokens [2023/09/19 03:27] peternlewis |
token:Application_Tokens [2024/07/16 01:12] (current) peternlewis |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Application Related Tokens ====== | + | ====== Application Tokens ====== |
You can get information about running applications using the variable Application tokens: | You can get information about running applications using the variable Application tokens: | ||
Line 21: | Line 21: | ||
| Negative Number | the indexed application from back to front. | | | Negative Number | the indexed application from back to front. | | ||
| All | All of the applications, one per line, from front to back. | | | All | All of the applications, one per line, from front to back. | | ||
- | | Foreground | All foreground of the applications, one per line, from front to back. | | + | | Foreground | All foreground applications, one per line, from front to back. | |
- | | Background | All background of the applications, one per line, from front to back. | | + | | Background | All background applications, one per line, from front to back. | |
So for example, //%Application%1%// gives the name of the front application. | So for example, //%Application%1%// gives the name of the front application. |