Variables window keyboard shortcuts

Mark wrote:

We’ve talked about keyboard shortcuts before but one which would be VERY useful is to allow arrow keys and “Enter” to select in the Variables window. We’re now simulating arrays with Variable01 Variable02 … VariableNN and changing all of these by clicking takes a long time.

Hi Mark,

I made a few changes to the variables window, which I think will address your needs. As of tonight’s nightly build, here’s how things work:

To start editing a variable’s value, you can either:

  1. Double-click the current value, or
  2. Select the value’s row (by single-clicking it or navigating to it from an already-selected row with the up/down arrow keys), then press RETURN or TAB

To finish editing a value, either:

  1. Start editing another value by double-clicking it;
  2. Press RETURN, which ends editing and leaves the current row selected; or
  3. Press TAB, which ends editing in the current row and starts editing in the next row (unless you’re in the last row, in which case it acts like RETURN)

Option 3 should make editing your pseudo-array variables much easier, since you only need to press one key (TAB) to move from one variable to the next.

Cheers,
Chris

Great - thanks. About a 2-wk timetable for me to try this. Mark