WingMan

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 23  →  ?path2? @ 24
/trunk/WingMan/Bindings/KeyBinding.cs
@@ -22,6 +22,8 @@
 
public List<string> Keys { get; set; } = new List<string>();
 
public bool Enabled { get; set; }
 
public bool Equals(KeyBinding other)
{
if (ReferenceEquals(null, other)) return false;