Skip to content

Commit

Permalink
Core Editor: Add shortcut for "Inspect Value"
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadelessFox committed Mar 25, 2023
1 parent 0483694 commit e616f19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import static com.shade.decima.ui.menu.MenuConstants.*;

@MenuItemRegistration(parent = CTX_MENU_CORE_EDITOR_ID, name = "Inspect Value", icon = "Action.searchIcon", group = CTX_MENU_CORE_EDITOR_GROUP_GENERAL, order = 3000)
@MenuItemRegistration(parent = CTX_MENU_CORE_EDITOR_ID, name = "Inspect Value", icon = "Action.searchIcon", keystroke = "ctrl shift I", group = CTX_MENU_CORE_EDITOR_GROUP_GENERAL, order = 3000)
public class InspectValueItem extends MenuItem {
@Override
public void perform(@NotNull MenuItemContext ctx) {
Expand Down

0 comments on commit e616f19

Please sign in to comment.