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 f7cfa56 commit 518c104Copy full SHA for 518c104
src/codepages.h
@@ -82,7 +82,7 @@ struct CodePages {
82
* ASCII US (0x1F), CTRL + VK_LEFTBRACKET produces ASCII ESC (0x1B), CTRL + VK_RIGHTBRACKET produces ASCII GS (0x1D),
83
* CTRL + VK_TILDE produces ASCII RS (0x1E) and VK_SCROLLLOCK produces XON or XOFF.
84
*
85
- * @param virtualKey The virtual key to convert.
+ * @param item The virtual key to convert.
86
* @param codepage Codepage used to convert language specific characters.
87
88
* @return The ASCII code of virtual key or -1 if virtual key cannot be translated to ASCII.
0 commit comments