1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

core: force ctrl keys to lower case when they are added (closes #1875)

This commit is contained in:
Sébastien Helleu
2023-01-29 11:17:15 +01:00
parent be0c04f498
commit fd746a04d6
51 changed files with 2089 additions and 859 deletions
+1 -1
View File
@@ -8406,7 +8406,7 @@ command_init ()
" restore default binding for key alt-r:\n"
" /key reset meta-r\n"
" key \"tab\" to stop search in buffer:\n"
" /key bindctxt search ctrl-I /input search_stop\n"
" /key bindctxt search ctrl-i /input search_stop\n"
" middle button of mouse on a nick to retrieve info on nick:\n"
" /key bindctxt mouse @item(buffer_nicklist):button3 "
"/msg nickserv info ${nick}"),