support the printscreen button properly

This commit is contained in:
Jordan Milne 2013-01-10 23:53:19 -04:00
parent 403b6756f5
commit a030c03513
3 changed files with 3 additions and 2 deletions

View file

@ -892,6 +892,7 @@ namespace ICS
mKeys["RCONTROL"]= SDLK_RCTRL;
mKeys["DIVIDE"]= SDLK_SLASH;
mKeys["SYSRQ"]= SDLK_SYSREQ;
mKeys["PRNTSCRN"] = SDLK_PRINTSCREEN;
mKeys["RMENU"]= SDLK_RALT;
mKeys["PAUSE"]= SDLK_PAUSE;
mKeys["HOME"]= SDLK_HOME;