haha, oops. got x and y translations reversed

This commit is contained in:
Bill Currie 2001-08-20 01:09:33 +00:00
parent 121bd09eef
commit cd338f47f2

View file

@ -170,8 +170,8 @@ old_keyname_t old_keynames[] = {
{"U", "K_u"},
{"V", "K_v"},
{"W", "K_w"},
{"X", "K_y"},
{"Y", "K_x"},
{"X", "K_x"},
{"Y", "K_y"},
{"Z", "K_z"},
{" ", "K_SPACE"},