mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 22:06:38 +02:00
core: add key alt+backspace, change behavior of key ctrl+w (closes #559)
The key ctrl+w now deletes one word until whitespace. The new key alt+backspace deletes one word (same behavior as ctrl+w in previous releases).
This commit is contained in:
@@ -86,6 +86,7 @@ IMPORT_TEST_GROUP(GuiBuffer);
|
||||
IMPORT_TEST_GROUP(GuiChat);
|
||||
IMPORT_TEST_GROUP(GuiColor);
|
||||
IMPORT_TEST_GROUP(GuiFilter);
|
||||
IMPORT_TEST_GROUP(GuiInput);
|
||||
IMPORT_TEST_GROUP(GuiLine);
|
||||
IMPORT_TEST_GROUP(GuiNick);
|
||||
/* scripts */
|
||||
|
||||
Reference in New Issue
Block a user