====== Example of ''Ctrl-Enter'' key event handling in JavaScript ====== The following sample demonstrates the handling of ''Ctrl-Enter'' event in Javascript. You might wish to embed the code like this in [[http://www.greasespot.net/|Greasemonkey]] script with some modifications due to limitations in sandbox environment((See [[http://wiki.greasespot.net/XPCNativeWrappers|XPCNativeWrappers]] description and [[http://www.oreillynet.com/pub/a/network/2005/11/01/avoid-common-greasemonkey-pitfalls.html?page=4|Avoid Common Pitfalls in Greasemonkey]] notes)). The example of Greasemonkey script for [[http://babelfish.yahoo.com]] online translator can be found {{babelfish.yahoo.com.js|here}}. Ctrl-Enter test
{{tag>greasemonkey}}