Has anyone modified CKEditor 4 to allow the foreground and background colors to be reused in a single click (similar to most word processors, and patched in 3.x with http://dev.ckeditor.com/ticket/6749)? If not, are there less-clunky alternatives to intercepting the mousedown event from the toolbar button, figuring out the relative X position, and building a secondary action to apply the MRU color?
Thanks in advance.