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; str = '\n'; break;
case 65288: // Backspace case 65288: // Backspace
str = '\b'; break; str = '\b'; break;
case 65289: // Tab
str = '\t'; break;
case 65307: // Escape case 65307: // Escape
str = '\x1b'; break; str = '\x1b'; break;
case 65361: // Left arrow case 65361: // Left arrow