--- rxvt-unicode/src/keyboard.h 2011/04/30 19:21:45 1.15 +++ rxvt-unicode/src/keyboard.h 2011/05/07 18:29:18 1.16 @@ -71,6 +71,7 @@ void clear (); void register_user_translation (KeySym keysym, unsigned int state, const char *trans); + void register_translation (KeySym keysym, unsigned int state, char *translation); void register_done (); // call this to make newly registered keymaps take effect bool dispatch (rxvt_term *term, KeySym keysym, unsigned int state);