In a message dated 3/14/99 8:31:41 PM Central Standard Time, [EMAIL PROTECTED] writes:
> Translation overrides look like this: > > *VT100.Translations: #override ~Meta <Key>BackSpace: string("\177")\n\ > <Key>Delete: string("\033[3~")\n\ > <Key>Home: string("\033OH")\n\ > <Key>End: string("\033OF") > > (The above is in the default /etc/X11/Xresources/xterm.) > > If you also have translation overrides for the VT100 widget in your > .Xresources file, all the above overrides will be forgotten even if you're > not changing the events for the BackSpace, Delete, Home or End keys. > Let me make sure I understand you... if I decide to use the translations, I need to put them all on one line, right? Are you saying that multiple entries will not merge correctly, only the last one will be used? -Jay