我正在使用这些宏来快速更改mutt中的帐户。
macro index,pager <f1> '<sync-mailbox><enter-command>source ~/.mutt/comptes/University<enter><change-folder>!<enter>'
macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.mutt/comptes/Gmail<enter><change-folder>!<enter>'
macro index,pager <f3> '<sync-mailbox><enter-command>source ~/.mutt/comptes/Petur<enter><change-folder>!<enter>'
但我也使用没有F.键的键盘。所以我想将这些宏绑定到两个键f1和cu(用于按c然后按u),f2和cg以及f3和cp。
我尝试了类似macro index,pager <f1>,cu ...
的内容,但它无效。
答案 0 :(得分:0)
当你想拥有2个绑定时,你肯定需要两个宏定义。但是您可以将现有的键绑定指定为宏序列。
使用此功能,您可以将第一个宏定义绑定到(1)F1键和(2)组合键c,u:
$.each(data,function(key, value) {
select.append('<option value=' + key + '>' + value + '</option>');
});