Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!EXPO.LCS.MIT.EDU!jim From: jim@EXPO.LCS.MIT.EDU (Jim Fulton) Newsgroups: comp.windows.x Subject: re: Q regarding usage of XRebindKeysm and XLookupString Message-ID: <8804131709.AA28832@EXPO.LCS.MIT.EDU> Date: 13 Apr 88 17:09:12 GMT Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 17 > I have in mind a remapping of function keys for a > retargetable user interface. [...] > However if I try to use XRebindKeysym to rebind function > keys with modifiers (as the documentation seems to indicate > is possible) I can never look up these values with XLookupString. Make sure that this is all happening within the same client. The XRebindKeysym call is used within a single process and does not send any information to the server. Global, arbitrary binding of strings to keys is still being designed. If this isn't problem then a small example of code along with a description of which release of X, the operating system, and the display being used would be useful. Jim Fulton MIT X Consortium