Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
terminal-cs authored Apr 17, 2023
2 parents d0c4cc0 + 25a6c9e commit 2f97d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* **Visual Studio 2022 Workload: .NET Core Tools** - .NET Core cross-platform development
* **.NET Framework 4.8 Developer Pack**[Download](https://www.microsoft.com/en-us/download/details.aspx?id=53321)
* **VMware Player OR Workstation** VMware Player is free, so that is recommended instead - [Download](https://www.vmware.com/uk/products/workstation-player/workstation-player-evaluation.html)
* **Microsoft Visual C++ 2010 Redistributable** - [Download](https://www.microsoft.com/en-us/download/details.aspx?id=26999)

### Installing Cosmos

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected override void InitKeys()
Keys.Add(new KeyMapping(0x32, 'm', 'M', 'm', 'M', 'm', 'M', ConsoleKeyEx.M));
Keys.Add(new KeyMapping(0x33, ',', ';', ',', ',', ';', ';', ConsoleKeyEx.Comma));
Keys.Add(new KeyMapping(0x34, '.', ':', '.', '.', ':', ':', ConsoleKeyEx.Period));
Keys.Add(new KeyMapping(0x36, '-', '_', '-', '-', '_', '_', ConsoleKeyEx.Slash)); //
Keys.Add(new KeyMapping(0x35, '-', '_', '-', '-', '_', '_', ConsoleKeyEx.Slash)); //
/* Right Shift */
Keys.Add(new KeyMapping(0x36, ConsoleKeyEx.RShift));
/* Print Screen */
Expand Down

0 comments on commit 2f97d2b

Please sign in to comment.