From: Mischa POSLAWSKY Date: Wed, 31 Mar 2010 21:38:34 +0000 (+0000) Subject: unicode: copy glyph to clipboard on cell click X-Git-Tag: v1.3~16 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/5a85c6bfca6be44dadd58eedd0d9f0d1d5619e5f?hp=5a85c6bfca6be44dadd58eedd0d9f0d1d5619e5f unicode: copy glyph to clipboard on cell click Assume the only reason to click a cell is to copy the glyph contents, so help the user by copying it automatically, avoiding the need for exact selection and usually a copy command. Should support Trident browsers out of the box, and Gecko with effort. (At last a feature where the IE(>6) solution is vastly superior.) Tested in MSIE 6.0/7.0 and Iceweasel 3.5.8/3.6.3 with XPCOM enabled. ---