GithubHelp home page GithubHelp logo

Comments (3)

ckardaris avatar ckardaris commented on June 11, 2024

This is something I had thought about when I was writing the image selection code. It seems to me that the action of fetching the next batch of images is not what the user would expect when reaching the edge of the grid. It is a very "violent" change of the view, caused by a simple key press that behaves differently in all the other cases.

Anyway, I would like to discuss this further, because it's totally doable. Maybe some other people express their opinion on this.

I hope you don't mind all these suggestion issues ;)

Keep them coming. I am really eager to find out about other people's experiences with ucollage

from ucollage.

766F6964 avatar 766F6964 commented on June 11, 2024

It is a very "violent" change of the view, caused by a simple key press that behaves differently in all the other cases.

It's not entirely consistent, the way I see it. Right now, it is for example also not possible to go to the next/previous image when opened with enter using the arrow keys (only with n and p). Arrow keys is the common way to go through pictures in other image viewers. If arrow-keys works to go through the next/previous image in grid view, they should behave the same in fullscreen/view-mode.

Anyway, I would like to discuss this further, because it's totally doable. Maybe some other people express their opinion on this.

Maybe make it optional? For example a flag/environment variable that could be set to 0 or 1, to allow for this behaviour?
Another idea, if you are not a fan of directly switching to the next page, could be going to the next row, and only go to the next page when we at the bottom right image.
nav2

Again, all of these don't have to be the default behavior, but it would be nice to have to choice to enable such behavior.

from ucollage.

ckardaris avatar ckardaris commented on June 11, 2024

Another idea, if you are not a fan of directly switching to the next page, could be going to the next row, and only go to the next page when we at the bottom right image.

There is a default keybinding with Space and the corresponding function call _select right (see [1]) to wrap to the next line. But again the next batch is not fetched after reaching the right bottom image.

from ucollage.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.