Join the AMA (Ask Me Anything) with Firefox leadership team to talk about Firefox priorities in 2024. Mark your calendar! Thursday, June 13, 17:00 - 19:00 UTC.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Disable keybord shortcuts on remote computer using firefox configuration options

  • 2 réponses
  • 1 a ce problème
  • 4 vues
  • Dernière réponse par 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.

Toutes les réponses (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.