Delphi: Alt+Down Arrow is the keyboard shortcut for ellipsis buttons
Posted by jpluimers on 2016/09/01
Thanks Primož Gabrijelčič for reminding me on Stack Overflow that Alt + Down opens the dialogs behind ellipsis buttons in the Delphi IDE.
It’s the CUA and Windows short-cut to open drop-down lists (comboboxes) and for opening drop-down list for a property in the object inspector, but I never realised also would work for these ellipsis buttons.
This was my original stack-overflow question: Is there a keyboard shortcut for the ellipsis buttons of the Project Options in the Delphi IDE?
The Project Options in the Delphi IDE has a few option (like the
Search Path
) each with an ellipsis button (the one on the right having only three dots...
in the image below) to pop-up a dialog.What keyboard shortcut activates that button?
–jeroen
Leave a Reply