Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Avatar for Username

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Disable keybord shortcuts on remote computer using firefox configuration options

  • 2 ответа
  • 1 имеет эту проблему
  • 1 просмотр
  • Последний ответ от 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.