Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

How Do I Disable All Shortcut Keys

  • 3 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 2006 προβολές
  • Τελευταία απάντηση από Bob's Firefox

more options

I have read the same named question that has been archived and have not found a solution to my problem there. I'm using Macro Express to define my own keystrokes which works fine outside of FF. One of the keystrokes I have defined is Ctrl-Shift-k. A suggestion was to disable Developer Tools via about:config -> devtools.enable = false, but when I tried to use my definition of Ctrl-Shift-k, instead FF told me "You activated a Developer Tools shortcut. If that was a mistake, you can close this Tab." when in fact I wanted to have it invoke my own definition.

How can I override this (and other) keystrokes when using FF?

I have read the same named question that has been archived and have not found a solution to my problem there. I'm using Macro Express to define my own keystrokes which works fine outside of FF. One of the keystrokes I have defined is Ctrl-Shift-k. A suggestion was to disable Developer Tools via about:config -> devtools.enable = false, but when I tried to use my definition of Ctrl-Shift-k, instead FF told me "You activated a Developer Tools shortcut. If that was a mistake, you can close this Tab." when in fact I wanted to have it invoke my own definition. How can I override this (and other) keystrokes when using FF?

Επιλεγμένη λύση

You can disable the developer tools entirely via devtools.policy.disabled = false on the about:config page.

Ανάγνωση απάντησης σε πλαίσιο 👍 2

Όλες οι απαντήσεις (3)

more options

Hi Bob, it's complicated.

Firefox doesn't have any built-in feature to reassign its own keyboard shortcuts. However, many of them can be intercepted by pages and repurposed. There are at least two general purpose add-ons that leverage this behavior by injecting your desired changes into pages:

Depending on what you want Ctrl+Shift+K to do, that might be a workaround for you.

BUT!! That said, a program like Macro Express should be intercepting key combinations before they ever reach Firefox, shouldn't it -- it works at the system level? Maybe it is not working as expected. Do the other keyboard shortcuts you set up in Macro Express work while Firefox is the active window or do they trigger Firefox actions?

more options

Επιλεγμένη λύση

You can disable the developer tools entirely via devtools.policy.disabled = false on the about:config page.

more options

cor-el: thanks for the suggestion. That solved the problem.