GLFW\_KEY\_WORLD\_1 & Non-US character no. 1\\\hline
GLFW\_KEY\_WORLD\_2 & Non-US character no. 2\\\hline
\end{tabular}
\end{center}
\caption[Key codes for printable keys]{Key codes for printable keys. The keys are named according to the US keyboard layout, but represent physical keys (so for instance, GLFW\_KEY\_Z represents the same physical key, regardless of the system input language).}
\label{tab:keys1}
\end{table}
\begin{table}[p]
\begin{center}
\begin{tabular}{|l|l|}\hline\raggedright
\textbf{Name}&\textbf{Description}\\\hline
GLFW\_KEY\_ESCAPE & Escape\\\hline
GLFW\_KEY\_F\textit{n}& Function key \textit{n} (\textit{n} can be in the range 1..25)\\\hline
GLFW\_KEY\_UP & Cursor up\\\hline
GLFW\_KEY\_DOWN & Cursor down\\\hline
GLFW\_KEY\_LEFT & Cursor left\\\hline
GLFW\_KEY\_RIGHT & Cursor right\\\hline
GLFW\_KEY\_LSHIFT & Left shift key\\\hline
GLFW\_KEY\_RSHIFT & Right shift key\\\hline
GLFW\_KEY\_LCTRL & Left control key\\\hline
GLFW\_KEY\_RCTRL & Right control key\\\hline
GLFW\_KEY\_LALT & Left alternate function key\\\hline
GLFW\_KEY\_RALT & Right alternate function key\\\hline
GLFW\_KEY\_LSUPER & Left super key, WinKey, or command key\\\hline
GLFW\_KEY\_RSUPER & Right super key, WinKey, or command key\\\hline
GLFW\_KEY\_LEFT\_SHIFT & Left shift key\\\hline
GLFW\_KEY\_RIGHT\_SHIFT & Right shift key\\\hline
GLFW\_KEY\_LEFT\_CTRL & Left control key\\\hline
GLFW\_KEY\_RIGHT\_CTRL & Right control key\\\hline
GLFW\_KEY\_LEFT\_ALT & Left alternate function key\\\hline
GLFW\_KEY\_RIGHT\_ALT & Right alternate function key\\\hline
GLFW\_KEY\_LEFT\_SUPER & Left super key, WinKey, or command key\\\hline
GLFW\_KEY\_RIGHT\_SUPER & Right super key, WinKey, or command key\\\hline
GLFW\_KEY\_TAB & Tabulator\\\hline
GLFW\_KEY\_ENTER & Enter\\\hline
GLFW\_KEY\_BACKSPACE & Backspace\\\hline
GLFW\_KEY\_INSERT & Insert\\\hline
GLFW\_KEY\_DEL & Delete\\\hline
GLFW\_KEY\_PAGEUP & Page up\\\hline
GLFW\_KEY\_PAGEDOWN & Page down\\\hline
GLFW\_KEY\_DELETE& Delete\\\hline
GLFW\_KEY\_PAGE\_UP & Page up\\\hline
GLFW\_KEY\_PAGE\_DOWN & Page down\\\hline
GLFW\_KEY\_HOME & Home\\\hline
GLFW\_KEY\_END & End\\\hline
GLFW\_KEY\_KP\_\textit{n}& Keypad numeric key \textit{n} (\textit{n} can be in the range 0..9)\\\hline