搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Disable keybord shortcuts on remote computer using firefox configuration options

  • 2 个回答
  • 1 人有此问题
  • 4 次查看
  • 最后回复者为 yyvus

more options

Hi,

I need to disable the Ctrl-t, Ctrl-n, Ctrl-l, Ctrl-w and Ctrl-q shortcuts that manages the tabs and windows creation and closing. I have seen here (https://support.mozilla.org/en-US/questions/1262659) that the keyboard shortcuts can be caught and prevented to act using a javascript in the webpage. But this solution does not block the window/app related shortcuts as listed above.

This configuration can either be done with JS on the webpage or at installation time (configuration file, command line) but no interactive setup...

Can one help on this matter?

This question is also related to the kiosk set up of firefox. I wish infine to have a webpage that seems like an app. Here (https://superuser.com/questions/1451297/firefox-in-an-app-mode) one can find a way to hide the nav-bar and the tool-bar.

Firefox will run on an Ubuntu machine 18.04.

Hi, I need to disable the Ctrl-t, Ctrl-n, Ctrl-l, Ctrl-w and Ctrl-q shortcuts that manages the tabs and windows creation and closing. I have seen here (https://support.mozilla.org/en-US/questions/1262659) that the keyboard shortcuts can be caught and prevented to act using a javascript in the webpage. But this solution does not block the window/app related shortcuts as listed above. This configuration can either be done with JS on the webpage or at installation time (configuration file, command line) but no interactive setup... Can one help on this matter? This question is also related to the kiosk set up of firefox. I wish infine to have a webpage that seems like an app. Here (https://superuser.com/questions/1451297/firefox-in-an-app-mode) one can find a way to hide the nav-bar and the tool-bar. Firefox will run on an Ubuntu machine 18.04.

所有回复 (2)

more options

You might need to find a customized build of Firefox for a kiosk application. Unlike legacy extensions from the pre-Quantum days, WebExtensions can't make the extensive changes you want.

more options

Thanks for your reply.

You mean that I should find a project that forked the firefox branch and made it a kiosk?

I have almost made it to a satisfactory kiosk state, where only those shortcuts must be disabled.

If it would be possible than I would be happy.