Skip to content

Commit

Permalink
Replacement text for Alt and Ctrl standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
bfritscher committed Jul 14, 2017
1 parent 815f75d commit 6f2ae82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Carnac.Logic/ReplaceKey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ public static class ReplaceKey
{Keys.RShiftKey, "Shift"},
{Keys.LWin, "Win"},
{Keys.RWin, "Win"},
{Keys.LControlKey, "Ctrl"},
{Keys.RControlKey, "Ctrl"},
{Keys.Alt, "Alt"},
{Keys.LMenu, "Alt"},
};

public static Keys? ToKey(string keyText)
Expand Down

0 comments on commit 6f2ae82

Please sign in to comment.