This commit is contained in:
Pierre Ossman 2017-10-18 16:36:43 +02:00
commit abcf2cd4d4
1 changed files with 2 additions and 0 deletions

View File

@ -294,6 +294,8 @@ function constructor() {
str = '\n'; break;
case 65288: // Backspace
str = '\b'; break;
case 65289: // Tab
str = '\t'; break;
case 65307: // Escape
str = '\x1b'; break;
case 65361: // Left arrow