Skip to content

Commit 6f2ae82

Browse files
committed
Replacement text for Alt and Ctrl standalone
1 parent 815f75d commit 6f2ae82

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Carnac.Logic/ReplaceKey.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ public static class ReplaceKey
7878
{Keys.RShiftKey, "Shift"},
7979
{Keys.LWin, "Win"},
8080
{Keys.RWin, "Win"},
81+
{Keys.LControlKey, "Ctrl"},
82+
{Keys.RControlKey, "Ctrl"},
83+
{Keys.Alt, "Alt"},
84+
{Keys.LMenu, "Alt"},
8185
};
8286

8387
public static Keys? ToKey(string keyText)

0 commit comments

Comments
 (0)