Skip to content

Commit e107217

Browse files
small addition on text for tab key
Co-authored-by: João Freire <[email protected]>
1 parent f6755a4 commit e107217

File tree

1 file changed

+1
-1
lines changed
  • Packages/com.unity.inputsystem/InputSystem/Devices

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Devices/Keyboard.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ public string keyboardLayout
11691169
public KeyControl enterKey => this[Key.Enter];
11701170

11711171
/// <summary>
1172-
/// The tab key, located on the left side above the <see cref="capsLockKey"/>.
1172+
/// The tab key, which is generally located on the left side above the <see cref="capsLockKey"/>.
11731173
/// </summary>
11741174
/// <remarks><see cref="KeyControl"/> representing the tab key.</remarks>
11751175
public KeyControl tabKey => this[Key.Tab];

0 commit comments

Comments
 (0)