mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-12 13:35:39 +02:00
fix typo
This commit is contained in:
parent
20856259c0
commit
4c2cde17d5
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ namespace PersistentWindows.Common
|
||||||
else if (e.KeyCode == Keys.N)
|
else if (e.KeyCode == Keys.N)
|
||||||
{
|
{
|
||||||
//new window
|
//new window
|
||||||
SendKeys.Send("^N");
|
SendKeys.Send("^n");
|
||||||
}
|
}
|
||||||
else if (e.KeyCode == Keys.H)
|
else if (e.KeyCode == Keys.H)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue