问题描述
我们使用 chrome 35.0
通过 kiosk模式
浏览特定网址上的客户端。
Chrome.exe --kiosk
但是看起来它可以被任何人绕过,当用快捷键 Ctrl + T
打开新标签时我们想禁用它或任何其他创造性的想法,禁止用户打开一个新的标签的能力。
任何想法?
谢谢!
有没有简单的方法来做到这一点。并且所有的延伸都无法正常工作。
所以我找到了一个有创意的解决方案:
在扩展页面上,转到页面底部并点击快捷键。
为扩展定义一个新的快捷方式,几乎没有任何效果或没有任何效果,并将其设置为'ctrl + t'
解决了我的问题! / p>
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!
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 !
这篇关于Chrome - 禁用ctrl + t快捷键的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!