mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 02:33:12 +02:00
Fixed typos
This commit is contained in:
@@ -2579,7 +2579,7 @@ weechat_cmd_key (t_irc_server *server, t_irc_channel *channel,
|
||||
if (gui_keyboard_unbind (arguments))
|
||||
{
|
||||
irc_display_prefix (NULL, NULL, PREFIX_INFO);
|
||||
gui_printf (NULL, _("Key \"%s\" unbinded\n"), arguments);
|
||||
gui_printf (NULL, _("Key \"%s\" unbound\n"), arguments);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -47,7 +47,7 @@ gui_keyboard_default_bindings ()
|
||||
int i;
|
||||
char key_str[32], command[32];
|
||||
|
||||
/* keys binded with internal functions */
|
||||
/* keys bound with internal functions */
|
||||
gui_keyboard_bind ( /* RC */ "ctrl-M", "return");
|
||||
gui_keyboard_bind ( /* RC */ "ctrl-J", "return");
|
||||
gui_keyboard_bind ( /* tab */ "ctrl-I", "tab");
|
||||
@@ -105,7 +105,7 @@ gui_keyboard_default_bindings ()
|
||||
gui_keyboard_bind ( /* m-s */ "meta-s", "switch_server");
|
||||
gui_keyboard_bind ( /* m-u */ "meta-u", "scroll_unread");
|
||||
|
||||
/* keys binded with commands */
|
||||
/* keys bound with commands */
|
||||
gui_keyboard_bind ( /* m-left */ "meta-meta2-D", "/buffer -1");
|
||||
gui_keyboard_bind ( /* F5 */ "meta2-15~", "/buffer -1");
|
||||
gui_keyboard_bind ( /* m-right */ "meta-meta2-C", "/buffer +1");
|
||||
|
||||
Reference in New Issue
Block a user