How to disable Ctrl+Shift+C in Firefox

vanadium

Firefox 84 (and earlier ...and later...): When copying from Firefox to the terminal, we tend to mistakenly use Shift+Ctrl+c to copy text (since that is how it is done in the terminal emulator. In Firefox, this very disruptivaly opens a developer console, which is not easily closed (i.e., you can't press the same key to close it). How can we disable that keybinding? I would not mind disabling the developer tools in their entirety if that is what solved this usability issue.

Rinzwind

I don't think we can anymore. Even through about:config you can set it to false but it still opens the developer console. There is 1 option that is guaranteed to work but it is not the nicest of methods: change the source and compile firefox. File ...

./devtools/startup/locales/en-US/key-shortcuts.properties

has an ...

inspector.commandkey=C

Change that to something else and recompile firefox.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to disable Ctrl + Shift + C shortcut in Firefox?

From Dev

How to disable Ctrl+Shift+U?

From Dev

Disable `ctrl+shift+w` shortcut in Firefox Linux

From Dev

How to disable Ctrl+Shift keyboard layout switch in Windows 8?

From Dev

How to disable the Ctrl+Shift binding (ISO 14755) in urxvt?

From Dev

How to disable CTRL+Shift+A screenshot on Windows 10

From Dev

How to disable Ctrl+Q shortcut in Firefox on Linux

From Dev

How to disable Ctrl+Shift keyboard layout switch (for the same input language) in Windows?

From Dev

How can I disable Ctrl+Shift+W on Chrome for Windows 7

From Dev

How to disable “Ctrl+Shift+J” shortcut on a MacBook Pro’s Japanese keyboard?

From Dev

How to disable Ctrl+Shift keyboard layout switch (for the same input language) in Windows 10?

From Dev

How Can I Disable the Global Shortcut CTRL + SHIFT + U in Linux Mint?

From Dev

How can I disable Ctrl+Shift+Arrow from causing my screen to flip?

From Dev

Codeblocks ctrl + shift + c not working

From Dev

Codeblocks ctrl + shift + c not working

From Dev

How do I have ctrl-shift-enter expand to www.(whatever).org in Firefox address bar?

From Dev

How to set ctrl+c to copy, ctrl+v to paste and ctrl+shift+c to kill process in xfce4-terminal?

From Dev

How to disable ^C from being echoed on Linux on Ctrl-C

From Dev

Disable ctrl-b keyboard shortcut in Firefox?

From Java

How to disable BottomNavigationView shift mode?

From Dev

Enable Ctrl+C for copy and Ctrl+Shift+C for interrupt

From Dev

Firefox 25 overrides Ctrl+Shift+T in specific locale versions

From Dev

Undo close tab (Ctrl+Shift+T) not working in Firefox

From Dev

What exactly does Ctrl+Shift+X do in Firefox (Linux)?

From Dev

CTRL+SHIFT+C/V not working in Terminal

From Dev

How to assign CTRL + SHIFT + V as a KeyGesture?

From Dev

How to check if CTRL and SHIFT are pressed simultaneously in PyQt?

From Dev

How to map Capslock to CTRL+SHIFT+B?

From Dev

How to assign CTRL + SHIFT + V as a KeyGesture?

Related Related

  1. 1

    How to disable Ctrl + Shift + C shortcut in Firefox?

  2. 2

    How to disable Ctrl+Shift+U?

  3. 3

    Disable `ctrl+shift+w` shortcut in Firefox Linux

  4. 4

    How to disable Ctrl+Shift keyboard layout switch in Windows 8?

  5. 5

    How to disable the Ctrl+Shift binding (ISO 14755) in urxvt?

  6. 6

    How to disable CTRL+Shift+A screenshot on Windows 10

  7. 7

    How to disable Ctrl+Q shortcut in Firefox on Linux

  8. 8

    How to disable Ctrl+Shift keyboard layout switch (for the same input language) in Windows?

  9. 9

    How can I disable Ctrl+Shift+W on Chrome for Windows 7

  10. 10

    How to disable “Ctrl+Shift+J” shortcut on a MacBook Pro’s Japanese keyboard?

  11. 11

    How to disable Ctrl+Shift keyboard layout switch (for the same input language) in Windows 10?

  12. 12

    How Can I Disable the Global Shortcut CTRL + SHIFT + U in Linux Mint?

  13. 13

    How can I disable Ctrl+Shift+Arrow from causing my screen to flip?

  14. 14

    Codeblocks ctrl + shift + c not working

  15. 15

    Codeblocks ctrl + shift + c not working

  16. 16

    How do I have ctrl-shift-enter expand to www.(whatever).org in Firefox address bar?

  17. 17

    How to set ctrl+c to copy, ctrl+v to paste and ctrl+shift+c to kill process in xfce4-terminal?

  18. 18

    How to disable ^C from being echoed on Linux on Ctrl-C

  19. 19

    Disable ctrl-b keyboard shortcut in Firefox?

  20. 20

    How to disable BottomNavigationView shift mode?

  21. 21

    Enable Ctrl+C for copy and Ctrl+Shift+C for interrupt

  22. 22

    Firefox 25 overrides Ctrl+Shift+T in specific locale versions

  23. 23

    Undo close tab (Ctrl+Shift+T) not working in Firefox

  24. 24

    What exactly does Ctrl+Shift+X do in Firefox (Linux)?

  25. 25

    CTRL+SHIFT+C/V not working in Terminal

  26. 26

    How to assign CTRL + SHIFT + V as a KeyGesture?

  27. 27

    How to check if CTRL and SHIFT are pressed simultaneously in PyQt?

  28. 28

    How to map Capslock to CTRL+SHIFT+B?

  29. 29

    How to assign CTRL + SHIFT + V as a KeyGesture?

HotTag

Archive