diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-18 23:26:49 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-18 23:26:49 +0200 |
commit | 01cf98e8fbd8411464fcedd97d7400d961f7e1f5 (patch) | |
tree | e806dd11db677e788e4991383fedc4c0c1ee02bc /doc/en/weechat_dev.en.adoc | |
parent | d7c0e896b2d00e215cf3616edc16afeaeb60196f (diff) | |
download | weechat-01cf98e8fbd8411464fcedd97d7400d961f7e1f5.zip |
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).
Diffstat (limited to 'doc/en/weechat_dev.en.adoc')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 18ece4d87..a8d5c8f6c 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -427,6 +427,7 @@ WeeChat "core" is located in following directories: | test-gui-chat.cpp | Tests: chat functions. | test-gui-color.cpp | Tests: colors. | test-gui-filter.cpp | Tests: filters. +| test-gui-input.cpp | Tests: input functions. | test-gui-line.cpp | Tests: lines. | test-gui-nick.cpp | Tests: nicks. | plugins/ | Root of unit tests for plugins. |