dufoli / Salesforce-Inspector-Advanced

Chrome extension to add a metadata layout on top of the standard Salesforce UI to improve the productivity and joy of Salesforce configuration, development, and integration.
https://chromewebstore.google.com/detail/salesforce-inspector-adva/dbfimaflmomgldabcphgolbeoamjogji
MIT License
10 stars 1 forks source link

When opening the extension sidebar, extra click is needed to activate keyboard shortcuts #160

Open bonzi-123 opened 1 month ago

bonzi-123 commented 1 month ago

Make sure to read the troubleshooting section before creating an issue

Describe the bug When opening the extension sidebar, extra click is needed to activate keyboard shortcuts

To Reproduce Steps to reproduce the behavior:

  1. Click on side arrow to open extension
  2. Click "e" to go to "Export" - this will not open "Export", you need an extra click to focus inside the extension in order for keyboard shortcuts to work.

Expected behavior To be able to use keyboard shortcuts right after opening the extension sidebar

Screenshots

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

dufoli commented 3 weeks ago

Hello, thanks for the feedback. I discover this issue too and I try to fix it with chrome extension shortcut. it can be configure under extension Settings : By default ctrl + Shift + E open the export. image I am thinking to add a system to forward from shortcut because we are limited with extension shortcut to only 4 shortcuts.

bonzi-123 commented 3 weeks ago

I think what you mention can be added, but I still believe that when you open the Extension pop-up, it should be auto-focused so that pressing a letter you can get to Export, Import or Shortcuts. Both things are not incompatible - I myself prefer to have a universal shortcut for Salesforce Inspector Advanced and then click an individual letter to go to Export, Import, etc.

This was an existing feature in Salesforce Inspector Reloaded, there is no need for the extra click there.

Thanks