[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: X Resource Question
> keymap(name)
> This action dynamically defines a new translation
> table whose resource name is name with the suffix
> Keymap (case is significant). The name None
> restores the original translation table.
>
> Has anyone used this functionality? I have tried this backwards,
> forwards, and upside down and can't seem to get it to recognize the
> second Key Map. I do a appres
> "appres XTerm.VT100 xterm.vt100 -1" and it simply doesn't
> show up.
Maybe this will help. The "Keymap" word is the name of a resource
class. So it seems to me that the resource names should have the form:
*VT100.dbx.Keymap:
or
*VT100.dbx.Keymap.translations:
I would check this form against the existing resources as they appear
in editres.
HTH
Robert Kiesling