Giter Site home page Giter Site logo

Comments (2)

piroor avatar piroor commented on September 27, 2024 1

I've implement new keyboard shortcut slots:

  • Collapse Tree or Focus to Parent Tab
  • Expand Tree or Focus to First Child Tab

And, after some dogfooding, I've realized that Up/Down/Left/Right keys should move focus spatially for faviconized pinned tabs. Thus I've added more keyboard shortcut slots and assign key combinations by default as following:

  • Simulate Up Key on Tree (default: Alt-Shift-Up)
    • It moves focus to the above faviconized tab, if possible.
    • Otherwise it moves focus to the previous tab without expanding its tree.
  • Simulate Down Key on Tree (default: Alt-Shift-Down)
    • It moves focus to the below faviconized tab, if possible.
    • Otherwise it moves focus to the next tab without expanding its tree.
  • Simulate Left Key on Tree (default: Alt-Shift-Left)
    • It moves focus to the left faviconized tab, if possible.
    • Otherwise:
      • It collapses tree if possible, otherwise moves focus to the parent, if you use sidebar with leftside appearance.
      • It expands tree if possible, otherwise moves focus to the first child, if you use sidebar with rightside appearance.
  • Simulate Right Key on Tree (default: Alt-Shift-Right)
    • It moves focus to the right faviconized tab, if possible.
    • Otherwise:
      • It expands tree if possible, otherwise moves focus to the first child, if you use sidebar with leftside appearance.
      • It collapses tree if possible, otherwise moves focus to the parent, if you use sidebar with rightside appearance.

from treestyletab.

github-actions avatar github-actions commented on September 27, 2024

This issue has been closed due to no response within 14 days after labeled as "fixed", 7 days after last reopened, and 7 days after last commented.

from treestyletab.

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.