clear console with ALT+C
Categories
(DevTools :: Console, enhancement)
Tracking
(Not tracked)
People
(Reporter: firefox, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0
Steps to reproduce:
A long time ago (years - possibly before Firefox 30) you used to be able to clear the console with ALT+C.
It bothers me that I need to use the mouse to clear console messages now - I'm a keyboard guy - I miss my short cuts.
Actual results:
Clearing the console via a keyboard short cut no longer works (it did years ago)
Expected results:
Console messages should clear after keypress of shortcut.
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Hello Ranbo,
You can clear the console output with Ctrl + Shift + L on Windows (See https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Keyboard_shortcuts)
Alt + C was probably removed for a good reason, and it's very unlikely we're going to add it back, as we have an alternative now, and introducing new keyboard shortcuts is always super tricky due to keyboard configurations in different locale.
For those reasons, I'm going to close this issue, but feel free to argue in favor of that if you think I'm missing something :)
Description
•