Get your own customer support community
 

Moving the selection with arrow keys

I've implemented the ability to move the currently selected cell with the arrow keys.

I was missing this feature, and enjoy it immensely now that it is there. The way it works, however, might be a bit odd at times: Moving a selection sideways will move the selection to the next column, so it will zigzag along (SE->NE-SE and so on). This is fine, but the zigzag will be opposite in the row above or below and may cause confusion. When a selection moves outside the bounds of the honeycomb, it will continue on the next/previous row, which I think is fine.

Originally I wanted it to move the selected cell 2 columns at a time (in scale), but that wont let you move easily to rows above or below. My suggestion is to use a key modifier to move in scale, and else move zigzag, or the other way around.

The purpose of this post is to hear if any other people are missing this feature, and to let Matt know I've been tinkering with it. I've implemented this in ELLayerWindowController, but perhaps this should be handled by the LMHoneycombView itself?

http://github.com/runeb/elysium/commi...
 
happy I’m excited
Inappropriate?
1 person likes this idea

The company implemented this idea.


User_default_medium