You are not logged in.
The resource keysym for customizing the urxvt terminal has the syntax:
keysym.<sym>:<string>
As explained in the urxvt man page, <string> can contain "escape values". Even though there are different examples of values for the variable <string> on the web, I was wondering if there is a place where I can find a comprehensive list of possible values for this variable.
(I tried to look for this information at the X man page -- as indicated in the urxvt man page -- but I couldn't figure it out. I wonder if my difficulty is due to the fact that I'm not sure what the expression "escape values" refers to...).
Thanks!!
Offline
Maybe this will be helpful?
M*cr*s*ft: Who needs quality when you have marketing?
Offline
Maybe this will be helpful?
Thanks a lot pointone for the link! I found many interesting things at this link. But I'm still not sure if I understand what the possible values of the variable <string> are.
From what I understand, the website you sent shows how to map a keycode to a keysym using the xmodmap utility. However, it seems to me that the use of the rule
URxvt.keysym.<sym>: <string>
in the .Xdefaults maps a keysym to an action, given by the value of the variable <string>.
Does this make any sense or am I missing something here?
Offline