Forum Discussion
MahtabHussain
2 years agoCommunity Member
Keypress Interaction Problems
Issue: In Articulate Storyline 360, there are critical keypress interaction problems. The Windows button fails to trigger actions, and Alt+F4 behaves irregularly or doesn't work, impeding course clo...
Jürgen_Schoene_
2 years agoCommunity Member
the behaviour if the user press Alt+F4 is exactly as expected -> exit browser
javascript runs in the browser sandbox and for security reason many things are forbidden like disable or redirect
- Close Tab (Ctrl+W)
- Close Window (Ctrl+Shift+W)
- New Incognito Window (Ctrl+Shift+N)
- New Tab (Ctrl+T)
- New Window (Ctrl+N)
- Restore Tab (Ctrl+Shift+T)
- Select Next Tab (Ctrl+Tab, Ctrl+PageDown)
- Select Previous Tab (Ctrl+Shift+Tab, Ctrl+PageUp)
- Exit (Alt+F4, Cmd+Q)
- ...