--- rxvt-unicode/src/keyboard.C 2011/05/30 18:39:03 1.43 +++ rxvt-unicode/src/keyboard.C 2011/11/27 09:07:48 1.44 @@ -227,12 +227,7 @@ // TODO: do (some) translations, unescaping etc, here (allow \u escape etc.) free (wc); - switch (key.type) - { - case keysym_t::STRING: - output_string (term, str); - break; - } + output_string (term, str); free (str);