Code Monkey home page Code Monkey logo

Comments (5)

wengxt avatar wengxt commented on August 29, 2024

Here's the thing, I intend to avoid having such key in global space. because it looks extremely in terms of consistency because we don't have a configurable key to select "first candidate" word (commonly, it's space or enter but not for all input method).
If you need it for pinyin/table, I can add it there.

from fcitx5.

hghwng avatar hghwng commented on August 29, 2024

@wengxt Thanks for the explanation and kudos to the commit! And I'm still curious about the design decision: why give the power of choosing candidates to individual input methods?

from fcitx5.

wengxt avatar wengxt commented on August 29, 2024

This is one important design change in fcitx 5. Because different input method has very different characteristics, defining a global option is hard to work for all input methods. And this is one target that we try to leave input method engine to handle all the keys instead of putting the key handling in multiple addons based on filter. Latter one is quite fragile and can easily led to unexpected behavior.

For example, prev/next page was default to - = in fcitx 4. While certain input method / keyboard layout doesn't have - = at all. - = is some key that assuming you're using us-like layout. Same applies to other global shortcuts. Put the option into each input method can make input methods to handle such situation better.

from fcitx5.

hghwng avatar hghwng commented on August 29, 2024

That makes sense. Thanks you again for the insightful comments!

from fcitx5.

duguyipiao avatar duguyipiao commented on August 29, 2024

Is it possible to set SecondThirdCandWordKey for the clipboard module?

from fcitx5.

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.