This commit is contained in:
Frank Skare
2020-04-25 23:59:05 +02:00
parent 5f73be07e8
commit c67d5f10f8
3 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ class Script
{
public Script()
{
string content = "ctrl+ö script-message my-message-1 my-argument-1";
string content = "ctrl+w script-message my-message-1 my-argument-1";
string sectionName = Assembly.GetExecutingAssembly().GetName().Name;
mp.commandv("define-section", sectionName, content, "force");
mp.commandv("enable-section", sectionName);