[DevExpress Support Team: CLONED FROM S18977: How do I implement a keyboard shortcuts functionality in an XAF ASP.NET applications (for example, to save detail view changes)?]
@Dennis: I'm trying to implement this for a global key shortcut "Go To" action; using latest XAF web app (which AFAIK is a SPA app); the shortchut is handled, but it seems every time i press the shorcut, the startup script is registered again, so for example, if i simply do a "window.alert()" call , every time i press, i get the double alerts than the previous call.
Any solution for that?
Cheers!
Hi Franco,
I re-tested my WebShortcutsWindowController with MainDemo.Web v18.1 and it worked fine in Chrome. I also double-checked it using the window.alert("123") call.
Would you please attach a modified MainDemo.Web app replicating the unwanted behavior?
What web browser did you test?