Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Catching ESC key in Chrome
Message
From
28/09/2012 14:56:12
 
 
To
28/09/2012 14:29:05
General information
Forum:
HTML5
Category:
HTML
Miscellaneous
Thread ID:
01553871
Message ID:
01553879
Views:
41
Likes (1)
Finally, there is a way to do everything. This works in Chrome:
document.onkeydown=function(evt) {
WindowKeyPress(evt)
}
Which will activate the support on the ESC key press for Chrome and bounce it back to my regular WindowKeyPress() function.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform