Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

How to enable the ctrl key in the developper's tools ?

  • 3 antwoorde
  • 1 het hierdie probleem
  • 4 views
  • Laaste antwoord deur cendrounet

more options

When I press the control key, whatever is overlined is un-overlined.

This is OK when I want to copy / paste the URL input, but when I want to make more delicate operations the behaviour changes.

When I use the developper tools, and inspect some HTML content, if I double click on the name of a css class it selects it.

When I press ctrl + c, the ctrl unselects the class' name, and selects the whole tag, then the whole tag is put in my buffer.

I have to copy and paste via the right-click menu.

The same applies in the network tab, when reviewing the content of the response of a json in an AJAX request, I can't copy using ctrl + c ctrl + v.

I am using GNU/Linux, Fedora if it changes anything

When I press the control key, whatever is overlined is un-overlined. This is OK when I want to copy / paste the URL input, but when I want to make more delicate operations the behaviour changes. When I use the developper tools, and inspect some HTML content, if I double click on the name of a css class it selects it. When I press ctrl + c, the ctrl unselects the class' name, and selects the whole tag, then the whole tag is put in my buffer. I have to copy and paste via the right-click menu. The same applies in the network tab, when reviewing the content of the response of a json in an AJAX request, I can't copy using ctrl + c ctrl + v. I am using GNU/Linux, Fedora if it changes anything

All Replies (3)

more options

Hi, think you have a bug. If not I do not know. Or the OS as you mention.

Will this do anything ?

more options

Best is to use the right-click context menu to copy items to the clipboard.

Use the alternate keyboard shortcuts to see if those work better

  • Copy: Ctrl+C or Ctrl+Insert (Mac: Command+C)
  • Paste: Ctrl+V or Shift+Insert (Mac: Command+V)
  • Cut: Ctrl+X or Shift+Delete (Mac: Command+X)
more options

cor-el said

Best is to use the right-click context menu to copy items to the clipboard. Use the alternate keyboard shortcuts to see if those work better
  • Copy: Ctrl+C or Ctrl+Insert (Mac: Command+C)
  • Paste: Ctrl+V or Shift+Insert (Mac: Command+V)
  • Cut: Ctrl+X or Shift+Delete (Mac: Command+X)

Hey, the shit + delete command works is a nice workaround in my case (especially to copy in-response json text field)

I'm trying the add-ons to change some shortcut equally. thank you !