GithubHelp home page GithubHelp logo

Comments (2)

gyscos avatar gyscos commented on July 22, 2024

Hi, and thanks for the report!

The usual solution for shortcuts and custom input management is to handle it externally, from a wrapper view.
You should be able to use an OnEventView to intercept some or all events, and process them based on some shared ruleset you can maintain and change at will.

In your case, you may be interested in on_pre_event_inner, so that you can:

  • Have access to the event before it is given to the wrapped view, so you can change its behaviour.
  • Have access to the view, so you can forward "fake" events (for example send 10 times the "down arrow" event).

Now I agree that this relies on the view you want to control to expose what you need - if something is currently private and not available, we can absolutely consider making it public!

from cursive.

Builditluc avatar Builditluc commented on July 22, 2024

handle it externally, from a wrapper view

Yeah we're using this wherever possible, but for some cases this doesn't work (mainly with the scrolling)

view you want to control to expose what you need

Exactly that is my "problem" with the ScrollView. In order to implement some vim-keybindings (and in the future, more of such custom actions) we need to be able to access the underlying scrolling ...

EDIT: Oh wow, while researching this, I discovered that the Scroller trait is public, meaning that we can get mutable access to the scroll::Core of the ScrollView. And the methods there are all public. So, my issue with the scrolling has fixed itself (if I've just read the documentation more thoroughly...).

Before continuing with this issue, I'll research a bit more to find out if the issue I'm having is already "fixed".

Anyways, thanks a lot already!

from cursive.

Related Issues (20)

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.