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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user