firefox-devtools / debugger

The faster and smarter Debugger for Firefox DevTools 🔥🦊🛠

Home Page:https://firefox-dev.tools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'Edit log' context menu item uses accesskey for 'Add log', should use its own

Archaeopteryx opened this issue · comments

  1. Set a breakpoint on a line.
  2. In the right sidebar, right click the breakpoint.
  3. From the menu, choose 'Add log'. (Accesskey: l)
  4. Enter something for the log point
  5. Right click again in the sidebar.
    It again uses the accesskey l.
    There is a dedicated accesskey for it:
    editor.editLogPoint.accesskey=E

But the menu items use the ones for adding a log point.

accesskey: L10N.getStr("editor.addLogPoint.accesskey"),

accesskey: L10N.getStr("editor.addLogPoint.accesskey"),