2009-07-08

webkitでclipboard

WebKit DOM Programming Topics: Using the Pasteboard From JavaScript

ためしに、window.addEventListener( "paste" )してみた所、Ctrl+Vを押した時、event handlerでclipboardの読み込みができた。user scriptからは使い道がない。

なにより独自規格だ。Firefoxにも以下のようなものがあるが、これも独自規格であることに変わりはない。

Using the Clipboard - MDC

ユーザースクリプトやbookmarklet(本当にブラウザのブックマークに登録されているもの)からは、何らかのクリップボードを扱う手段が欲しい。

No comments:

Post a Comment

You can use some HTML elements, such as <b>, <i>, <a>, also, some characters need to be entity referenced such as <, > and & Your comment may need to be confirmed by blog author. Your comment will be published under GFDL 1.3 or later license with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.