--- sourceforge.net/trunk/rdesktop/xkeymap.c 2003/01/20 09:50:28 290 +++ sourceforge.net/trunk/rdesktop/xkeymap.c 2003/01/28 12:27:28 297 @@ -51,7 +51,7 @@ keysym = XStringToKeysym(keyname); if (keysym == NoSymbol) { - error("Bad keysym %s in keymap %s\n", keyname, mapname); + warning("Bad keysym %s in keymap %s\n", keyname, mapname); return; } @@ -344,7 +344,7 @@ } if (keymap_loaded) - error("No translation for (keysym 0x%lx, %s)\n", keysym, get_ksname(keysym)); + warning("No translation for (keysym 0x%lx, %s)\n", keysym, get_ksname(keysym)); /* not in keymap, try to interpret the raw scancode */ if ((keycode >= min_keycode) && (keycode <= 0x60))