Path: utzoo!censor!geac!jtsv16!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU Newsgroups: comp.windows.x Subject: Re: can xmodmap assign escape sequences to keys? Message-ID: <8905311421.AA07449@expire.lcs.mit.edu> Date: 31 May 89 14:21:31 GMT References: <8905310627.AA00818@sunaus.sun.oz> Organization: The Internet Lines: 7 You can't do what you want with xmodmap. It's for assigning keysyms to keys, not for assigning strings to keys. Strings are very application specific. Within a terminal emulator, the emulator must provide this capability. The MIT R3 xterm provides this capability, using translations and the "string" action routine. See the xterm man page. If you are using some other terminal emulator, this capability might or might not be provided, and might be provided in some other form.