support the printscr key in X

This commit is contained in:
Bill Currie 2002-04-27 00:07:47 +00:00
parent fc6fb804d7
commit a5dc496c38
1 changed files with 4 additions and 0 deletions

View File

@ -345,6 +345,10 @@ XLateKey (XKeyEvent * ev, int *k, int *u)
key = QFK_KP5;
break;
case XK_Print:
key = QFK_PRINT;
break;
case XK_Scroll_Lock:
key = QFK_SCROLLOCK;
break;