forked from PsychoticNinja/irssi
updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1372 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
52af7ad1b8
commit
d1299106f0
@ -94,30 +94,30 @@ window is created every time you /JOIN a channel or /QUERY someone.
|
|||||||
There's several ways you can change between these windows:</p>
|
There's several ways you can change between these windows:</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
ALT-1, ALT-2, ... ALT-0 - Jump directly between windows 1-10
|
Meta-1, Meta-2, .. Meta-0 - Jump directly between windows 1-10
|
||||||
ALT-q .. ALT-p - Jump directly between windows 11-20
|
Meta-q .. Meta-p - Jump directly between windows 11-20
|
||||||
ESC-1 .. ESC-0 - ALT-keys don't work everywhere, but you can
|
|
||||||
use ESC-key instead of ALT.
|
|
||||||
/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 ALT-number keys. Some terminals
|
<p>Clearly the easiest way is to use Meta-number keys. And what is the Meta
|
||||||
just don't allow it, with xterm and rxvt you should be able to fix it
|
key? For some terminals, it's the same as ALT. If you have Windows keyboard,
|
||||||
with changing X resources:</p>
|
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>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
XTerm*eightBitInput: false
|
rxvt*modifier: alt
|
||||||
XTerm*metaSendsEscape: true
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>And how exactly does it happen? For Debian, there's
|
<p>And how exactly do you set these X resources? For Debian, there's
|
||||||
/etc/X11/Xresources/xterm file where you can put them and it's read
|
/etc/X11/Xresources/xterm file where you can put them and it's read
|
||||||
automatically when X starts. ~/.Xresources file might also work. If you
|
automatically when X starts. ~/.Xresources and ~/.Xdefaults files might also
|
||||||
can't get anything else to work, just copy&paste those lines to
|
work. If you can't get anything else to work, just copy&paste those lines to
|
||||||
~/.Xresources and directly call "xrdb -merge ~/.Xresources" in some
|
~/.Xresources and directly call "xrdb -merge ~/.Xresources" in some xterm.
|
||||||
xterm. The resources affect only the new xterms you start, not existing
|
The resources affect only the new xterms you start, not existing ones.</p>
|
||||||
ones.</p>
|
|
||||||
|
|
||||||
<p>Many windows SSH clients also don't allow usage of ALT. One excellent
|
<p>Many windows SSH clients also don't allow usage of ALT. One excellent
|
||||||
client that does allow is putty, you can download it from
|
client that does allow is putty, you can download it from
|
||||||
|
Loading…
x
Reference in New Issue
Block a user