GithubHelp home page GithubHelp logo

Comments (8)

lyenliang avatar lyenliang commented on July 30, 2024

初步測試發現只要chewing_ime.py的
if keyEvent.isKeyDown(VK_CONTROL):
回傳False
就可以使用這些功能。

from pime.

ottokang avatar ottokang commented on July 30, 2024

測試一下,開啟「按住 Ctrl 輸入快速符號」的功能,Ctrl + A全選、Ctrl + V貼上等等功能會失效,沒有開的話可以正常運作

from pime.

lyenliang avatar lyenliang commented on July 30, 2024

那麼「按住 Ctrl 輸入快速符號」該怎麼用呢? 我目前用Ctrl+其它鍵,都還能沒按出任何符號

from pime.

ottokang avatar ottokang commented on July 30, 2024

我目前快速符號也是都測試不出來,另外發現開啟「按住 Shift 輸入快速符號」的功能,Shift 的功能也會失效,無法使用像 Shift + Home的選擇功能;如果開啟「 空白鍵選字」,則是空白鍵會失效

from pime.

lyenliang avatar lyenliang commented on July 30, 2024

「按住 Ctrl 輸入快速符號」測出來了,請參考這邊
「Ctrl」+「,」= , 逗號

「Ctrl」+「.」= 。 句號

「Ctrl」+「'」= 、 頓號

「Ctrl」+「;」= ; 分號

「Ctrl」+「Shift」+「:」= : 冒號

「Ctrl」+「Shift」+「?」= ? 問號

「Ctrl」+「Shift」+「!」= ! 驚嘆號

from pime.

lyenliang avatar lyenliang commented on July 30, 2024

是否可以透過調整chewing_ime.py
if cfg.easySymbolsWithCtrl and keyEvent.isPrintableChar() and self.langMode == CHINESE_MODE:
keyEvent.isPrintableChar()
來修正這個問題呢?

keyEvent.isPrintableChar()包含所有可見的符號,如果換成一個只包含符號的function是否可行?
不知道這樣做有沒有什麼考慮不周的地方?

from pime.

lyenliang avatar lyenliang commented on July 30, 2024

我發現最新版開啟「按住 Ctrl 輸入快速符號」後,按Ctrl+A ~ Ctrl+Z都有對應的符號會產生;關閉「按住 Ctrl 輸入快速符號」就可以用Ctrl+A, Ctrl+C, Ctrl+V來進行全選、複製、貼上。
Ctrl+A, Ctrl+C, Ctrl+V被賦予新功能了

from pime.

jessy1092 avatar jessy1092 commented on July 30, 2024

@lyenliang 看起來是設定問題,需要 document XD

from pime.

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.