Skip to content

Commit

Permalink
Update ES_Standard.cs
Browse files Browse the repository at this point in the history
Spanish keyboard distribution
  • Loading branch information
9xbt committed Mar 12, 2023
1 parent f69a0fe commit 5595310
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/Cosmos.System2/Keyboard/ScanMaps/ES_Standard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
using System.Linq;
using System.Threading.Tasks;
using Cosmos.HAL;
using Cosmos.System;

namespace CosmosKernel5.Maps
namespace Cosmos.System.ScanMaps
{
/// <summary>
/// ES_Standard class. Represent ES_Standard keyboard layout.
Expand Down Expand Up @@ -89,7 +88,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(0x35, '-', '_', '-', '-', '_', '_', ConsoleKeyEx.Slash));
_keys.Add(new KeyMapping(0x36, '-', '_', '-', '-', '_', '_', ConsoleKeyEx.Slash)); //
/* Right Shift */
_keys.Add(new KeyMapping(0x36, ConsoleKeyEx.RShift));
/* Print Screen */
Expand Down

0 comments on commit 5595310

Please sign in to comment.