Revision history of "Basic concept/zh-cn"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 03:21, 19 April 2023Matrikslee talk contribs 4,507 bytes -5 Created page with "然后它会经历多个阶段,并且可能会在管道中间进行过滤,以阻止所有尚未发生的过程。"
  • curprev 03:20, 19 April 2023Matrikslee talk contribs 4,512 bytes -59 Created page with "== 从 Frontend 到 Fcitx 事件管道和输入法引擎 == 在 Fcitx 内部,Key 事件将被包装为 [https://codedocs.xyz/fcitx/fcitx5/classfcitx_1_1KeyEvent.html KeyEven..."
  • curprev 03:19, 19 April 2023Matrikslee talk contribs 4,571 bytes +26 Created page with "=== Wayland IM === 有 zwp_input_method_v1 和 zwp_input_method_v2。在 V1 中,关键事件来自应用程序,并经过与 DBus 相似的代码路径。在 V2 中,Input..."
  • curprev 03:17, 19 April 2023Matrikslee talk contribs 4,545 bytes -26 Created page with "=== DBus前端/IBus前端/Fcitx4前端 === 这些前端很相似,只是使用了不同的 dbus 接口。当应用程序从工具包(例如Gtk/Qt/SDL)接收到按键事..."
  • curprev 03:17, 19 April 2023Matrikslee talk contribs 4,571 bytes -16 Created page with "=== XIM === 应用程序从 X Server 收到 KeyEvent 后,需要使用 XIM 协议将其转发到 XIM 服务器。按键事件仅包含修饰符状态和按键代码。实际..."
  • curprev 03:17, 19 April 2023Matrikslee talk contribs 4,587 bytes -4 Created page with "Fcitx 前端是 Fcitx 从应用程序和显示服务器接收按键事件的地方。"
  • curprev 03:16, 19 April 2023Matrikslee talk contribs 4,591 bytes -36 Created page with "== 到达 Fcitx 前端 == 根据 Fcitx 和应用程序之间的协议,可以使用几种不同的路径。"
  • curprev 03:16, 19 April 2023Matrikslee talk contribs 4,627 bytes -11 Created page with "= 关键事件的生命周期 = 从实际的物理键盘按下到 Fcitx 接收到按键事件可能会经过以下步骤。"
  • curprev 03:16, 19 April 2023Matrikslee talk contribs 4,638 bytes -23 Created page with "至于事件类型,有输入上下文特定事件和全局事件。输入上下文特定事件总是与输入上下文相关联。"
  • curprev 03:16, 19 April 2023Matrikslee talk contribs 4,661 bytes -89 Created page with "= 事件处理 = 一个事件有5个事件处理阶段,只有3个阶段暴露给用户,分别是Default、PreInputMethod和PostInputMethod。还有 Fcitx 内部使用的 R..."
  • curprev 03:15, 19 April 2023Matrikslee talk contribs 4,750 bytes -9 Created page with "基于不同的显示服务器,输入上下文可能属于不同的焦点组。每个焦点组都映射到一个显示连接,例如 X11、Wayland。每个焦点小组都..."
  • curprev 03:14, 19 April 2023Matrikslee talk contribs 4,759 bytes -37 Created page with "= 输入上下文 = 输入上下文表示 Fcitx 服务器的客户端。通常,输入上下文可以映射到应用程序、应用程序的窗口或显示服务器的全局..."
  • curprev 03:14, 19 April 2023Matrikslee talk contribs 4,796 bytes -29 Created page with "* 其中一些提供了子输入模式,例如,用他们的 Unicode 输入字符。 * 其中一些提供与桌面的集成,例如基于状态通知程序的托盘图标..."
  • curprev 03:14, 19 April 2023Matrikslee talk contribs 4,825 bytes -18 Created page with "== 模块 == 这是一种不属于任何其他类别的插件。"
  • curprev 03:13, 19 April 2023Matrikslee talk contribs 4,843 bytes -57 Created page with "== 用户界面 == 用户界面是一种插件,它显示用户界面和来自其他插件的信息。Fcitx 本身带有两种不同的实现。通常情况下,除非有特..."
  • curprev 03:13, 19 April 2023Matrikslee talk contribs 4,900 bytes -21 Created page with "== 输入法引擎 == 输入法引擎从输入上下文接收用户输入。它将用户输入(通常是按键事件)翻译成文本。每个输入法引擎都可能提供..."
  • curprev 03:13, 19 April 2023Matrikslee talk contribs 4,921 bytes -29 Created page with "= 插件 = Fcitx 是一个输入法框架,可以通过插件进行高度扩展。Fcitx 5 中有四种不同类型的插件。 ==前端== 前端插件是一种与应用程..."
  • curprev 03:12, 19 April 2023Matrikslee talk contribs 4,950 bytes +4,950 Created page with "基本概念"