trime icon indicating copy to clipboard operation
trime copied to clipboard

同文安卓輸入法平臺3.x/Android-rime/Rime Input Method Engine for Android

Results 328 trime issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** 当在像软件 Terminal Emulator / VX ConnectBot 之类的终端环境中, ctrl+c 的 copy(复制) 按钮在希望用于打断一个运行中的命令时, 并不起到 ctrl+c 通常能起到的中断作用. **Describe the solution you'd like** ....

**Is your feature request related to a problem? Please describe.** 不同的App对输入法可能有不同的需求。譬如在虚拟控制台类型的App,弹出软键盘时通常需要输入英文字符而不是打中文。 **Describe the solution you'd like** 增加一个yaml配置文件,指定配置名称,该配置适用于哪些App,为这些App专门初始化哪些参数 **Describe alternatives you've considered** 暂时只考虑到了弹出的软键盘类型,收集更多适合的属性 **Additional context** Add any other context or screenshots...

enhancement

**Describe the bug** 横屏时有时部分按键操作无反应。可以打字,liquidKeyboard可以正常输入符号,但是`.1234567890{Backspace}{ctrl}{space}+-*/`等按键无反应。重新唤起键盘、开关键盘音效可以概率性恢复。 目前未观察到竖屏出现此问题。 **To Reproduce** Steps to reproduce the bug: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See bug **Expected behavior**...

在Windows上有一个合并词典快照的选项,可以合并用户词典,同文上是否有,

**Is your feature request related to a problem? Please describe.** *.trime.yaml is too big #636 **Describe the solution you'd like** Split `*.trime.yaml` to reusable modules, and keeps compatibility 将 `*.trime.yaml`...

大部分英文输入状态下,不需要全角英文,如果切换英文时能自动切换成半角及英文标点,会方便很多; 同样,中文状态下,自动切换为全角及中文标点。 这个需求有什么好的实现思路吗?

**Describe the bug** 在系统为亮色主题的情况下,导航栏图标是白色而非黑色,使其几乎不可见: **To Reproduce** - 我的 [trime.custom.yaml](https://github.com/15cm/rime-config/blob/master/trime.custom.yaml) 外观为预设主题和颜色,在任意有文本输入框的应用里呼出键盘,比如 Firefox on Android。 **Expected behavior** 导航栏图标颜色应该为黑色,Gboard 和 Samsung 自带的键盘在此环境下都显示黑色图标。我写了一个 [commit](https://github.com/15cm/trime/commit/919dd06babeea97231ad995a15a845b8e802d220) 来强制指定 `BarUtils.setNavBarLightMode`,得到的效果如下: **Smartphone** - Device: Samsung S21 - OS: Android...

**Describe the bug** 部分操作会导致App卡死,且软件盘不弹出。 **To Reproduce** 待收集 **Expected behavior** 崩溃Log指向set_option。 在trime类中有如下代码,注释中提及了`在Rime.onMessage中調用set_option会卡死`,看上去set_option的调用需要更加谨慎。需要收集更多的信息来优化 ``` /** Must be called on the UI thread */ public void initKeyboard() { reset(); setNavBarColor(); textInputManager.setShouldUpdateRimeOption(true); // 不能在Rime.onMessage中調用set_option,會卡死...

**Is your feature request related to a problem? Please describe.** Because the screen of mobile device is usually tight, there are so many keyboard is support to switch some key...

Our current ci build support only Linux, we need add macOS and Windows.