Select to view content in your preferred language

Honor keyboard accelerators

980
5
06-05-2023 12:47 PM
Status: Already Offered
Labels (1)
wayfaringrob
Honored Contributor

In attempting to set a keyboard shortcut for clear all selected features, I am having a hard time. My first choice, Ctrl+Shift+A, simply did not work. My second choice, Ctrl+D, asked me if I want to override the Delete shortcut. Since I have a delete key, I am more than fine with this and click Yes. I click OK, and go to my map and press Ctrl+D. What does it do? Ask if I want to delete features. I go back to settings and find that it has lost my accelerator. Please honor custom accelerators, thanks.

rburke_0-1685994436154.png

 

5 Comments
KoryKramer
Status changed to: Needs Clarification

In ArcGIS Pro 3.1.2 I did what you're describing.

KoryKramer_0-1685995043631.png

Right-clicking on that Clear button > Copy Command ID should give you esri_mapping_clearSelectionButton.

Go to customize the ribbon > All Commands and search for that. I was able to set it to Ctrl+Shift+A and it works.

What are we missing?

wayfaringrob

I went about it this way, is that different?

rburke_0-1685995283032.png

 

KoryKramer

I can't be 100% sure from your screenshot, but when I hover over Clear (Clear selection of all features) with the 'Show command IDs on ScreenTips' on, I see that it has something to do with raster layers.

KoryKramer_0-1686002096518.png

This is why it can help to grab the specific command ID from the command first and search using that - it is unambiguous. (Yes, I saw your idea about grabbing that for Editing tools 🙂 )

Please try the above and let me know if it is working for you.

wayfaringrob

@KoryKramer  yep! I didn't know you could search by that, working great now.

KoryKramer
Status changed to: Already Offered

Thanks for confirming.