Commit 76472292e4f4db41d518ff09bd68054ee010fe9e

Authored by bellard
1 parent 5b0753e0

escape support


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1314 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 0 deletions
sdl_keysym.h
... ... @@ -270,6 +270,7 @@ static name2keysym_t name2keysym[]={
270 270 {"Multi_Key", SDLK_COMPOSE},
271 271 {"Num_Lock", SDLK_NUMLOCK},
272 272 {"Pause", SDLK_PAUSE},
  273 +{"Escape", SDLK_ESCAPE},
273 274  
274 275 {0,0},
275 276 };
... ...