unicode: copy glyph to clipboard on cell click
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 31 Mar 2010 21:38:34 +0000 (21:38 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 13 Apr 2010 20:34:51 +0000 (20:34 +0000)
commit5a85c6bfca6be44dadd58eedd0d9f0d1d5619e5f
tree27da935ba6e7d7f10358c752316cdca42ee42be8
parent4b28462f6dccd2437a3313b02a2ec678a4bf674b
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.
clipboard.js [new file with mode: 0644]
unicode.plp