ecore-fb - also actually make escape work

This commit is contained in:
John Magolske 2014-03-28 17:19:11 +09:00 committed by Carsten Haitzler (Rasterman)
parent 71a9b7f5e9
commit cc645d1edb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/* this table was taken from ecore_fb, is the default en layout */
"0x00", "0x00", "0x00", /**/"", "", "", NULL,/***/
"Escape", "Escape", "Escape", /**/"", "", "", "\x1b",/***/
"Escape", "Escape", "Escape", /**/"\033","\033","\033","\033",/***/
"1", "exclam", "1", /**/"1", "!", "1", NULL,/***/
"2", "at", "2", /**/"2", "@", "2", "",/***/
"3", "numbersign", "3", /**/"3", "#", "3", "\x1b",/***/