Skip to content

Arrow movement in WallView #14

Description

@nicaudinet

WallView should also have arrow key motion (left, right, up and down).

Up and down is easy, they just move to the photo above and below in the current column, respectively.

Left and right moves between columns. This is a little trickier because photos are not aligned across columns. Instead:

  1. Compute the height of the vertical middle of the current photo
  2. Project that to the neighbouring column
  3. Move to the picture that intersects that line

Or something like that.

Arrow key motion should support both the actual arrow keys and the vim-like HJKL movement.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions