We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6755a4 commit e107217Copy full SHA for e107217
Packages/com.unity.inputsystem/InputSystem/Devices/Keyboard.cs
@@ -1169,7 +1169,7 @@ public string keyboardLayout
1169
public KeyControl enterKey => this[Key.Enter];
1170
1171
/// <summary>
1172
- /// The tab key, located on the left side above the <see cref="capsLockKey"/>.
+ /// The tab key, which is generally located on the left side above the <see cref="capsLockKey"/>.
1173
/// </summary>
1174
/// <remarks><see cref="KeyControl"/> representing the tab key.</remarks>
1175
public KeyControl tabKey => this[Key.Tab];
0 commit comments