Search code examples
google-chromebrowsergoogle-chrome-extensionkiosk-mode

Chrome - Disable ctrl+t shortcut


We are using chrome 35.0 via kiosk mode for client`s browsing on specific URL.

Chrome.exe --kiosk

But looks like it can be bypass by anyone when on opening new tab with shortcut Ctrl +T We would like to disable it or any other creative idea to disable the ability to open a new tab by the user.

Any ideas?

Thank you!


Solution

  • There was not easy way to do that. And all the extentions did not work well.. So I found a creative solution: On the extentions page, go to the bottom of the page and click shortcuts.

    Define a new shortcut for an extention that do almost nothing or no any effect and set it to 'ctrl + t'

    solved my problem !