diff options
author | Timo Sirainen <cras@irssi.org> | 2003-11-21 18:15:11 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2003-11-21 18:15:11 +0000 |
commit | 776529044793cdbe9a307a16e97e0c27dc92eebb (patch) | |
tree | ccc028176fcf1d093f360fdf3d88768bd6328005 /src/fe-text/module-formats.c | |
parent | dbc8fd9a1a43cc5beba54471232ba49af300a740 (diff) | |
download | irssi-776529044793cdbe9a307a16e97e0c27dc92eebb.zip |
pasting fixes. changed key to ^K from ^O since ^O is working strangely in
some systems..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3180 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/module-formats.c')
-rw-r--r-- | src/fe-text/module-formats.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-text/module-formats.c b/src/fe-text/module-formats.c index 39bb984b..f627a2d9 100644 --- a/src/fe-text/module-formats.c +++ b/src/fe-text/module-formats.c @@ -74,8 +74,8 @@ FORMAT_REC gui_text_formats[] = /* ---- */ { NULL, "Pasting", 0 }, - { "paste_warning", "Pasting $0 lines to $1. Press Ctrl-O if you wish to do this or Ctrl-C to cancel.", 2, { 1, 0 } }, - { "paste_prompt", "Hit Ctrl-O to paste, Ctrl-C to abort?", 0 }, + { "paste_warning", "Pasting $0 lines to $1. Press Ctrl-K if you wish to do this or Ctrl-C to cancel.", 2, { 1, 0 } }, + { "paste_prompt", "Hit Ctrl-K to paste, Ctrl-C to abort?", 0 }, { NULL, NULL, 0 } }; |