ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.1.html
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.1.html (file contents):
Revision 1.31 by root, Mon Jan 2 20:35:39 2006 UTC vs.
Revision 1.32 by root, Mon Jan 2 21:41:51 2006 UTC

1371<dd> 1371<dd>
1372<pre> 1372<pre>
1373 URxvt.keysym.M-C-c: command:\033]701;zh_CN.GBK\007</pre> 1373 URxvt.keysym.M-C-c: command:\033]701;zh_CN.GBK\007</pre>
1374</dd> 1374</dd>
1375<dd> 1375<dd>
1376<p>If <em>string</em> takes the form <code>perl:STRING</code>, then the specified <strong>STRING</strong>
1377is passed to the <code>on_keyboard_command</code> perl handler. See the <code>rxvtperl(3)</code>
1378manpage. For example, the <em>selection</em> extension (activated via
1379<code>rxvt -pe selection</code>) listens for <code>selection:rot13</code> events:</p>
1380</dd>
1381<dd>
1382<pre>
1383 URxvt.keysym.M-C-c: perl:selection:rot13</pre>
1384</dd>
1385<dd>
1376<p>Due the the large number of modifier combinations, a defined key mapping 1386<p>Due the the large number of modifier combinations, a defined key mapping
1377will match if at <em>at least</em> the specified identifiers are being set, and 1387will match if at <em>at least</em> the specified identifiers are being set, and
1378no other key mappings with those and more bits are being defined. That 1388no other key mappings with those and more bits are being defined. That
1379means that defining a key map for <code>a</code> will automatically provide 1389means that defining a key map for <code>a</code> will automatically provide
1380definitions for <code>Meta-a</code>, <code>Shift-a</code> and so on, unless some of those are defined 1390definitions for <code>Meta-a</code>, <code>Shift-a</code> and so on, unless some of those are defined
1435</dt> 1445</dt>
1436<dd> 1446<dd>
1437Colon-separated list of additional directories that hold extension 1447Colon-separated list of additional directories that hold extension
1438scripts. When looking for extensions specified by the <code>perl</code> resource, 1448scripts. When looking for extensions specified by the <code>perl</code> resource,
1439rxvt will first look in these directories and then in 1449rxvt will first look in these directories and then in
1440<em>/opt/rxvt/lib/urxvt/perl-ext/</em>. 1450<em>/opt/rxvt/lib/urxvt/perl/</em>.
1441</dd> 1451</dd>
1442<dd> 1452<dd>
1443<p>See the <code>rxvtperl(3)</code> manpage.</p> 1453<p>See the <code>rxvtperl(3)</code> manpage.</p>
1444</dd> 1454</dd>
1445<p></p></dl> 1455<p></p></dl>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines