Coder Social home page Coder Social logo

Global windows controls about chrysalisp HOT 2 CLOSED

vygr avatar vygr commented on August 23, 2024
Global windows controls

from chrysalisp.

Comments (2)

vygr avatar vygr commented on August 23, 2024

Needs to be added yes. But then the whole keyboard focused UI elements system is yet to be completed. Currently the GUI process just directs key events to the UI element directly under the cursor, now that's not even 'focus follows mouse' as that scheme targets the window under the mouse and maintains a focused element within that window !

So what's currently done is far too crude. What I did last time round, in another life, was to have a keyboard input token (one of many such input tokens, joystick etc) and the UI element that owned the token got the key events. Then layered on that was a system for token traversal with the arrow keys in and out and across containers, with scrollable regions responding automatically to keyboard token setting events and making the receiving UI component visible etc.

I'd probably go for the same idea again as it was very flexible and allowed containers like Flow and Grid to take most of the heavy lifting away from the application logic.

Another job on the TODO list !

from chrysalisp.

vygr avatar vygr commented on August 23, 2024

We are moving towards an actions bound to key strokes and events system in the latest apps. This now has +/- for windows max and min and we can easily add more standard actions. Eventually these actions may be scriptable in the way Apple automator does...

from chrysalisp.

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.