Completely "Kiosk" Chrome (capturing and preventing the default Cw / t / n)

I need Ctrl-w, Ctrl-t, Ctrl-n to perform their functions by default. I know that removing user rights has frowned, but listen to me before a decision is made.

event.preventDefault () only works on smaller key combinations like p, but n, t and w are not javascript protected on the client side according to the javascript capture browser shortcuts (ctrl + t / p / w) .

I am writing educational cloud software for children 3-12, and I use Kisok Chrome mode to limit their ability to twist. I have full control of the computers in question. Are there hidden options / Chrome extensions / Windows tricks / something else that I can use to make the computer actually a kiosk instead of β€œkisok”?

Also, I write a cloud code editor using Ace , and I want to use emacs key bindings, but I keep opening new windows when I try to go down a line.

EDIT PICTURE: Chrome is only because it was a specification / we control the system, but it would be useful if someone had thoughts about ff / o / ie

+6
source share
1 answer

Since you have noticed thoughts about other browsers, it will be useful for you: Opera kiosk mode seems more powerful than Chrome. I believe this will give the result you want: opera.exe /kioskmode /nokeys http://your-url

+2
source

Source: https://habr.com/ru/post/897494/


All Articles