1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

script: add local key bindings during the buffer creation

This allows the user to bind or unbind keys by setting options
"weechat.buffer.script.scripts.key_bind_*" and
"weechat.buffer.script.scripts.key_unbind_*".
This commit is contained in:
Sébastien Helleu
2023-08-24 19:01:20 +02:00
parent 6737859330
commit 817d1eaf8e
4 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ script_config_change_use_keys_cb (const void *pointer, void *data,
(void) option;
if (script_buffer)
script_buffer_set_keys ();
script_buffer_set_keys (NULL);
}
/*