Anthony Campbell wrote:
Is there any way to make a key binding that will toggle the case of a letter?
Not to toggle specifically (at least not that I know of), but 'word-lowcase' and 'word-upcase' will respectively shift down or up the selected text, or the entire next word if no selection is made, while 'word-capitalize' will shift up the first character of the selected text or next word. In the cua bind file, these are bound to M-C Down, M-C Up and M-C Right respectively.
/Paul
