Changes

Jump to navigation Jump to search
m
fixed keybind Shift to LeftShift
Line 143: Line 143:  
class ModConfig
 
class ModConfig
 
{
 
{
   public KeybindList ToggleKey { get; set; } = KeybindList.Parse("Shift + F2");
+
   public KeybindList ToggleKey { get; set; } = KeybindList.Parse("LeftShift + F2");
 
}
 
}
 
</syntaxhighlight>
 
</syntaxhighlight>
Line 149: Line 149:  
| <syntaxhighlight lang="json">
 
| <syntaxhighlight lang="json">
 
{
 
{
   "ToggleKey": "Shift + F2"
+
   "ToggleKey": "LeftShift + F2"
 
}
 
}
 
</syntaxhighlight>
 
</syntaxhighlight>
9

edits

Navigation menu