Skip to content

Commit

Permalink
Fixed keyboard keys mapped to physical location
Browse files Browse the repository at this point in the history
They're now mapped to the character typed - no matter the physical location.
  • Loading branch information
ddabble committed Nov 17, 2021
1 parent 760e6fd commit 9c50719
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Assets/Prefabs/PlayerControls.inputactions
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
{
"name": "",
"id": "1fa37b50-7164-456f-9b73-1a444e0b65b8",
"path": "<Keyboard>/e",
"path": "<Keyboard>/#(E)",
"interactions": "",
"processors": "",
"groups": "Keyboard",
Expand All @@ -223,7 +223,7 @@
{
"name": "",
"id": "d3a671d1-a478-4c46-87e1-3ba1c1720988",
"path": "<Keyboard>/r",
"path": "<Keyboard>/#(R)",
"interactions": "",
"processors": "",
"groups": "Keyboard",
Expand Down Expand Up @@ -256,7 +256,7 @@
{
"name": "",
"id": "3d61bf77-1cda-452c-927e-df6ea1888261",
"path": "<Keyboard>/n",
"path": "<Keyboard>/#(N)",
"interactions": "",
"processors": "",
"groups": "Keyboard",
Expand Down
6 changes: 3 additions & 3 deletions Assets/Scripts/Player/PlayerControls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public @PlayerControls()
{
""name"": """",
""id"": ""1fa37b50-7164-456f-9b73-1a444e0b65b8"",
""path"": ""<Keyboard>/e"",
""path"": ""<Keyboard>/#(E)"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard"",
Expand All @@ -236,7 +236,7 @@ public @PlayerControls()
{
""name"": """",
""id"": ""d3a671d1-a478-4c46-87e1-3ba1c1720988"",
""path"": ""<Keyboard>/r"",
""path"": ""<Keyboard>/#(R)"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard"",
Expand Down Expand Up @@ -269,7 +269,7 @@ public @PlayerControls()
{
""name"": """",
""id"": ""3d61bf77-1cda-452c-927e-df6ea1888261"",
""path"": ""<Keyboard>/n"",
""path"": ""<Keyboard>/#(N)"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard"",
Expand Down

0 comments on commit 9c50719

Please sign in to comment.