diff options
author | Tom Feist <shabble@cowu.be> | 2010-08-04 17:52:35 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-08-04 17:52:35 +0000 |
commit | 011c65a31356c33a8f3b406f6cf57da41e21756e (patch) | |
tree | 355fac9ab64a118eada3372c9a33a74950140936 /test/irssi/config | |
parent | initial add of mirc_colour_popup.pl (diff) | |
download | irssi-scripts-011c65a31356c33a8f3b406f6cf57da41e21756e.tar.gz irssi-scripts-011c65a31356c33a8f3b406f6cf57da41e21756e.zip |
some stuff with colour popups
Diffstat (limited to '')
-rw-r--r-- | test/irssi/config | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/irssi/config b/test/irssi/config index 6b46771..1e0d97c 100644 --- a/test/irssi/config +++ b/test/irssi/config @@ -278,13 +278,6 @@ keyboard = ( data = "se print defined(Irssi::gui_input_set(\"hello\"))?1:0"; }, { key = "meta-x"; id = "command"; data = "history_search "; }, - { - key = "M-g"; - id = "command"; - data = "se print defined(Irssi::gui_input_set(\"hello\"))?1:0"; - }, { key = "^Z"; id = "command"; data = "echo moo"; }, - { key = "^O"; id = "command"; data = "echo moo"; }, - { key = "^o"; id = "command"; data = "echo moo"; }, { key = "^R"; id = "command"; data = "history_search_start "; } ); |