STRP VCompanion - Avaiable Key's and Key's Combinations
These keys correspond to the Keys enumeration in the .NET Framework.
Single Keys:
• Alphabetic keys: A through Z
• Numeric keys: D0 through D9 for the top row numbers, NumPad0 through NumPad9 for the numeric keypad numbers
• Function keys: F1 through F12
• Modifier keys: Shift, Control, Alt
• Arrow keys: Up, Down, Left, Right
• Other keys: Enter, Space, Tab, Back, Delete, Insert, Home, End, PageUp, PageDown, Escape
Key Combinations:
Key combinations can be represented by joining two or more keys with a plus (+). For example:
• Control+A
• Shift+D3
• Alt+F4
• Control+Shift+Escape
Please note that not all keys and key combinations may be available or work as expected in the game due to game-specific key bindings.
Also, it's important to note that the key names are case-insensitive, so a is the same as A, and control+a is the same as Control+A. However, it's recommended to use the exact key names from the Keys enumeration for clarity and consistency.
Complete list AvaiableHere >>> https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.keys?view=windowsdesktop-8.0