1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 11:43:13 +02:00

Add signals "key_bind" and "key_unbind"

This commit is contained in:
Sebastien Helleu
2009-05-17 20:10:32 +02:00
parent e2497ff8bc
commit 6d0e15e0d7
5 changed files with 22 additions and 9 deletions
+1 -1
View File
@@ -1810,7 +1810,7 @@ command_key (void *data, struct t_gui_buffer *buffer,
{
if (argc >= 3)
{
if (gui_keyboard_unbind (NULL, argv[2]))
if (gui_keyboard_unbind (NULL, argv[2], 1))
{
gui_chat_printf (NULL,
_("Key \"%s\" unbound"),