Search found 1 match

by PlutoniumMen
13 May 2021, 04:50
Forum: General
Topic: How to open get names of apps and run commands
Replies: 0
Views: 2045

How to open get names of apps and run commands

hello Im new to LuaMacros so I came here for help :?: My Question is how I can find names of apps I wanna open like chrome and how to write it into code so it opens with a press of a button :!: if (button == string.byte('C')) then lmc_spawn("calc") elseif (button == string.byte('R')) then print(lmc_...