I've played around with keybindings and it seem to work ... but there are
some strange things happening that I don't understand.
I've set up three keywords in the preferences
Fix
Waiting
Reference
and then the following keybindings
{
"f" = {
"f" = ( "setTag:", "Fix" );
"w" = ( "setTag:", "Waiting" );
"r" = ( "setTag:", "Reference" );
};
"r" = {
"f" = ( "removeTag:", "Fix" );
"w" = ( "removeTag:", "Waiting" );
"r" = ( "removeTag:", "Reference" );
};
}
so typing 'ff' assigns the keyword 'Fix' to the selected message.
However, what is displayed is 'FFix', 'fw' results in 'WWaiting'
Does anyone have an idea why this is happening?
- jem
_______________________________________________
mailmate mailing list
[email protected]
http://lists.freron.com/listinfo/mailmate