<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RXVT in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949337#M76860</link>
    <description>Hi.&lt;BR /&gt;&lt;BR /&gt;Why would you want to do that ?&lt;BR /&gt;&lt;BR /&gt;G.</description>
    <pubDate>Fri, 11 Apr 2003 14:32:33 GMT</pubDate>
    <dc:creator>Goran Koruga</dc:creator>
    <dc:date>2003-04-11T14:32:33Z</dc:date>
    <item>
      <title>RXVT</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949336#M76859</link>
      <description>Rxvt appears not to take notice of the translation override within the .Xdefaults, without that how can I map ESC[OT to shift-F1 ? I've tried lots of ways but no luck so far. Has anyone had any experience of rxvt that would assist me?</description>
      <pubDate>Fri, 11 Apr 2003 14:11:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949336#M76859</guid>
      <dc:creator>Simon Pamplin</dc:creator>
      <dc:date>2003-04-11T14:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: RXVT</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949337#M76860</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;Why would you want to do that ?&lt;BR /&gt;&lt;BR /&gt;G.</description>
      <pubDate>Fri, 11 Apr 2003 14:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949337#M76860</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2003-04-11T14:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: RXVT</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949338#M76861</link>
      <description>I'm using rxvt as a straight forward emulator but I've had to edit and recompile it to allow it to do slave printing as per vt100 terminals. The keyboard layout we use is a customised version of a vt100 with a PC layout. My ususal .Xdefaults with vt100*translation override works perfectly for xterm but rxvt appears to ignore it. I've tried messing with the terminfo for rxvt with no luck and am now resorting to the keysym settings. This has worked for F1 - F12 but when I came to do the shifted keys I found S-F1 S-F2 S-F11 S-F12 dont seem to have a keysym entry in keysymdef.h nor does Shift-Tab.  I really need some assistance with this, I've spent the best part of a week trying to resolve a keyboard setting, and its starting to get to me.</description>
      <pubDate>Fri, 11 Apr 2003 15:32:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949338#M76861</guid>
      <dc:creator>Simon Pamplin</dc:creator>
      <dc:date>2003-04-11T15:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: RXVT</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949339#M76862</link>
      <description>OK, try this :&lt;BR /&gt;&lt;BR /&gt;rxvt*keysym.0xFFC8:    aaa&lt;BR /&gt;&lt;BR /&gt;See what pressing Shift+F1 gives you.&lt;BR /&gt;&lt;BR /&gt;G.</description>
      <pubDate>Fri, 11 Apr 2003 17:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949339#M76862</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2003-04-11T17:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: RXVT</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949340#M76863</link>
      <description>Fantastic ! That sorts my S-F1 and S-F2, what do I need for the S-F11, S-F12 and S-Tab? thank you very much.</description>
      <pubDate>Mon, 14 Apr 2003 07:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949340#M76863</guid>
      <dc:creator>Simon Pamplin</dc:creator>
      <dc:date>2003-04-14T07:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: RXVT</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949341#M76864</link>
      <description>Hi Simon.&lt;BR /&gt;&lt;BR /&gt;I am not sure if you can modify the string that's generated for Shift+key variants.&lt;BR /&gt;&lt;BR /&gt;I think this only allows one to alter the keystrings for keysyms 0xFF00 - 0xFFFF (function, cursor keys, etc).&lt;BR /&gt;Take a look at /usr/X11R6/include/X11/keysymdef.h,  I am not sure if you can use it for multi-key combinations.&lt;BR /&gt;&lt;BR /&gt;But it might work if you modify your configuration so that they generate unused keysym-s (i.e. F30 and up), and then assign desired keystrings to these.&lt;BR /&gt;&lt;BR /&gt;I have tried to toy with this briefly, but to no avail. I'll try to figure it out later at home.&lt;BR /&gt;&lt;BR /&gt;G.</description>
      <pubDate>Mon, 14 Apr 2003 09:13:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949341#M76864</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2003-04-14T09:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: RXVT</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949342#M76865</link>
      <description>The keys I now have a problem mapping are F11 and F12. The keysyms 0xffbe - 0xFFD5 seem to be fine for normal and then shifted F1 - F10. I'm having trouble getting the keysym for F11 and F12. &lt;BR /&gt;&lt;BR /&gt;As for the back tab could I change that via an stty setting? similar to the way I can change the backspace from ^? to ^h?</description>
      <pubDate>Tue, 15 Apr 2003 09:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949342#M76865</guid>
      <dc:creator>Simon Pamplin</dc:creator>
      <dc:date>2003-04-15T09:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: RXVT</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949343#M76866</link>
      <description>Simon, as promised, here's the ugly hack to doit (sorry, but it's all I can come up with) :&lt;BR /&gt;&lt;BR /&gt;1. remap they key that's generated with Shift-F11 (I opted for F10)&lt;BR /&gt;&lt;BR /&gt;xmodmap -e 'keycode 95 = F11 F10'&lt;BR /&gt;&lt;BR /&gt;2. override keystring as generated by rxvt&lt;BR /&gt;&lt;BR /&gt;rxvt*keysym.0xFFD1: aaa&lt;BR /&gt;&lt;BR /&gt;Repeat the procedure for F12 (its keycode is 96), but do not use F11 keysym.&lt;BR /&gt;Maybe it's best if you use F9 and F10 for Shift-F11 and Shift-F12, respectively.&lt;BR /&gt;&lt;BR /&gt;My guess is that you can do the same with Shift-TAB, let me know if it doesn't work out for you and I'll have a look.&lt;BR /&gt;&lt;BR /&gt;The downside of this is that Shift-F11 will generate Shift-F10 event in my case, I hope that's OK for you.&lt;BR /&gt;&lt;BR /&gt;G.</description>
      <pubDate>Tue, 15 Apr 2003 17:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949343#M76866</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2003-04-15T17:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: RXVT</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949344#M76867</link>
      <description>Once again - thanks for the help. I now have my F11 and F12 working as I want (mapped them to XP_F1 and XP_F2 keysyms so I preserve the F1-F10). I think I understand xmodmap enough to get the Shifted F11 F12 sorted. The shift tab is going to be a redefinition of the ISO_Left_Tab.</description>
      <pubDate>Wed, 16 Apr 2003 07:14:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949344#M76867</guid>
      <dc:creator>Simon Pamplin</dc:creator>
      <dc:date>2003-04-16T07:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: RXVT</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949345#M76868</link>
      <description>Hmm the above should be a config to get F11 and F12 keys working too. It worked OK for me when i tested it at home.&lt;BR /&gt;&lt;BR /&gt;G.</description>
      <pubDate>Wed, 16 Apr 2003 09:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949345#M76868</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2003-04-16T09:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: RXVT</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949346#M76869</link>
      <description>Can you confirm that this is what I should be doing. &lt;BR /&gt;To map shift Tab to ^P - I've done xmodmap 'keycode 23 = F30', then in my .Xdefaults I've got rxvt*keysym 0xFFDB: ^P</description>
      <pubDate>Wed, 16 Apr 2003 10:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949346#M76869</guid>
      <dc:creator>Simon Pamplin</dc:creator>
      <dc:date>2003-04-16T10:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: RXVT</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949347#M76870</link>
      <description>I must have been looking at this too closely. I'm type to map Tab and ShiftTab so that Tab produces a standard tab and shifttab produces ^p, I've run xmodmap -e 'keycode 23 = Tab F29' then in my .Xdefaults I have a mapping for the 0xFFDA (F29) to be ^P. Running xev in the rxvt window and pressing tab and shifttab shows my mappings as expected. When testing the actual codes produced in vi using control-V prior to pressing the key I get Tab correctly but the shift is not what I mapped. This is getting very confusing! Any ideas?</description>
      <pubDate>Wed, 16 Apr 2003 14:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949347#M76870</guid>
      <dc:creator>Simon Pamplin</dc:creator>
      <dc:date>2003-04-16T14:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: RXVT</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949348#M76871</link>
      <description>Thanks for the assistance and forget the last update - my ignorance of how the xmodmap mapping works, I've just twig'd and remapped SF11, SF12 and STab correctly.</description>
      <pubDate>Wed, 16 Apr 2003 15:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rxvt/m-p/2949348#M76871</guid>
      <dc:creator>Simon Pamplin</dc:creator>
      <dc:date>2003-04-16T15:44:24Z</dc:date>
    </item>
  </channel>
</rss>

