mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
more Meta key updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1373 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d1299106f0
commit
5701564916
@ -96,8 +96,8 @@ There's several ways you can change between these windows:</p>
|
|||||||
<pre>
|
<pre>
|
||||||
Meta-1, Meta-2, .. Meta-0 - Jump directly between windows 1-10
|
Meta-1, Meta-2, .. Meta-0 - Jump directly between windows 1-10
|
||||||
Meta-q .. Meta-p - Jump directly between windows 11-20
|
Meta-q .. Meta-p - Jump directly between windows 11-20
|
||||||
/WINDOW <number> - Jump to any window with specified number
|
/WINDOW <number> - Jump to any window with specified number
|
||||||
Ctrl-P, Ctrl-N - Jump to previous / next window
|
Ctrl-P, Ctrl-N - Jump to previous / next window
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>Clearly the easiest way is to use Meta-number keys. And what is the Meta
|
<p>Clearly the easiest way is to use Meta-number keys. And what is the Meta
|
||||||
@ -105,6 +105,11 @@ key? For some terminals, it's the same as ALT. If you have Windows keyboard,
|
|||||||
it's probably the left Windows key. If they don't work directly, you'll need
|
it's probably the left Windows key. If they don't work directly, you'll need
|
||||||
to set a few X resources (NOTE: these work with both xterm and rxvt):</p>
|
to set a few X resources (NOTE: these work with both xterm and rxvt):</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
XTerm*eightBitInput: false
|
||||||
|
XTerm*metaSendsEscape: true
|
||||||
|
</pre>
|
||||||
|
|
||||||
<p>With rxvt, you can also specify which key acts as Meta key. So if you
|
<p>With rxvt, you can also specify which key acts as Meta key. So if you
|
||||||
want to use ALT instead of Windows key for it, use:</p>
|
want to use ALT instead of Windows key for it, use:</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user