mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2477 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
cb35118f7e
commit
d935bd671d
@ -13,7 +13,9 @@ Most most commonly used keystrokes are:
|
|||||||
Irssi has by default also defined several other keys which you can use:
|
Irssi has by default also defined several other keys which you can use:
|
||||||
|
|
||||||
return - The return/enter key
|
return - The return/enter key
|
||||||
|
space, backspace - Space / backspace
|
||||||
up, down, left, right - Arrow keys
|
up, down, left, right - Arrow keys
|
||||||
|
cleft, cright - Ctrl-left/right
|
||||||
home, end, prior, next - prior = Page Up, next = Page Down
|
home, end, prior, next - prior = Page Up, next = Page Down
|
||||||
insert, delete
|
insert, delete
|
||||||
|
|
||||||
@ -83,6 +85,7 @@ Command can be one of:
|
|||||||
|
|
||||||
(Word completion)
|
(Word completion)
|
||||||
word_completion
|
word_completion
|
||||||
|
erase_completion
|
||||||
check_replaces - Check word replaces
|
check_replaces - Check word replaces
|
||||||
|
|
||||||
(Misc)
|
(Misc)
|
||||||
@ -90,6 +93,7 @@ Command can be one of:
|
|||||||
yank_from_cutbuffer - "Undelete" line
|
yank_from_cutbuffer - "Undelete" line
|
||||||
transpose_characters - Swap current and previous character
|
transpose_characters - Swap current and previous character
|
||||||
insert_text - Insert data to entry line, data may contain $variables.
|
insert_text - Insert data to entry line, data may contain $variables.
|
||||||
|
stop_irc - Send SIGSTOP to client (^Z)
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user