rime / rime/squirrel

[BUG] 在Microsoft PowerPoint中,表格内每切换一个单元格,中英文就重置一次

Open
#740 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Swift
Stars
6.4k
Forks
554
PR merge metrics
No merged PRs in 30d

Description

在最新版的MS PowerPoint中(16.70)新建一个表格,焦点放在第一个格子,切换到英文模式,然后用tab或者鼠标移动焦点到另外的格子,再输入的时候又变成中文模式了。

squirrel配置

patch:
  style/+:
    # font_face: "方正屏显雅宋_GBK"
    # font_point: 16
    # label_font_point: 16
    # comment_font_point: 16
    corner_radius: 6
    hilited_corner_radius: 6
    # translucency: true
    alpha: 0.8
    # border_height: 2
    # border_width: 2
    # border_color: 0x00000000
    horizontal: true
    color_scheme: ink
    color_scheme_dark: dark_temple
    candidate_format: "%c %@"
  app_options/net.kovidgoyal.kitty:
    ascii_mode: true
  app_options/com.microsoft.VSCode:
    ascii_mode: true
  app_options/org.zotero.zotero:
    ascii_mode: true

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue in Microsoft PowerPoint 16.70 with a new table, switching to English and moving between cells with Tab or the mouse. Start by examining how Squirrel handles focus and input-mode changes; done means moving between table cells no longer resets the selected English mode while the shown app-specific settings continue to work.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, swift
Domain
desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.