[Implemented] keyboard shortcut integration

0 votes
asked Jan 20, 2013 in Solved by Manifest Interactive (1,090 points)
recategorized Jan 24, 2013 by ludek.vodicka

I would love to see some keyboard shortcut integration. For example, when I want to add a new field to an entity when I am in the process of editing it. If I am creating a new entity I am constantly moving my mouse up to the add field button ( see the tab key bug I filed for why I have to move my mouse away from this button ).

2 Answers

0 votes
answered Jan 24, 2013 by ludek.vodicka Skipper developer (140,450 points)
selected Jul 30, 2014 by Martin Freki Stradej
 
Best answer

This feature was implemented in latest version 2.1.7.681. You can download this version here http://support.orm-designer.com/31/download-orm-designer2-here

For MacOS users we create following shortcuts

CMD+I insert field at the end of list
CMD+SHIFT+I insert field to current position
CMD+D remove field

You can also use CMD+NUMERICPLUS and CMD+NUMERICMINUS key.

0 votes
answered Jan 21, 2013 by ludek.vodicka Skipper developer (140,450 points)

ORM Designer2 already supports these shortcuts. You can use INSERT to insert new field at the end of list, CTRL+INSERT to insert field to current position, DELETE to remove field.

You can see all these shortcuts if you move cursor to "Add field" button and wait few seconds:

Image caption

commented Jan 22, 2013 by ludek.vodicka Skipper developer (140,450 points)

As I wrote in the email, I would like to discuss what kind of shortcuts "native" MacOS developers would like to use for this here.

We're considering something like Command+I to insert to the last position and Shift/Alt + Command + I to insert to the current position. Remove field is currently mapped to "DEL" key. Should we keep it or map it to something like Command+D ? Or maybe Command+ "numeric+" and Command + "numeric-" ?

...