keymap fix from psdavis

This commit is contained in:
jsorg71 2007-09-20 03:31:39 +00:00
parent b79e8a3f5f
commit fdcb93e977

View File

@ -771,8 +771,8 @@ KbdAddEvent(int down, int param1, int param2, int param3, int param4)
case 42: /* left shift */
ch = 10;
break;
case 43: /* / */
ch = 36;
case 43: /* \ or | */
ch = 37;
break;
case 44: /* z */
ch = 63;