B4J Question Hotkeys in WebApp - possible ?

peacemaker

Expert
Licensed User
Longtime User
Hi, All

Is it possible to have hotkeys on web-pages (for most often actions)?
Question is for ABMaterial also, but not exclusively: buttons\actions are OK, but how to duplicate some by the hotkeys ?
 

peacemaker

Expert
Licensed User
Longtime User
Thanks. So, it needs somehow to plug this JS lib in...

Works with jQuery 1.4.2 and newer
ABMaterial is with "jquery-1.11.2.min.js"...
B4X:
page.AddExtraJavaScriptFile("jquery.hotkeys.js")    'i guess so ?

How to include such JS correctly ?
 
Upvote 0
Top