mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
escape support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1314 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5b0753e0d8
commit
76472292e4
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@ static name2keysym_t name2keysym[]={
|
|||
{"Multi_Key", SDLK_COMPOSE},
|
||||
{"Num_Lock", SDLK_NUMLOCK},
|
||||
{"Pause", SDLK_PAUSE},
|
||||
{"Escape", SDLK_ESCAPE},
|
||||
|
||||
{0,0},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue