Giter Site home page Giter Site logo

Comments (4)

dove0rz avatar dove0rz commented on July 23, 2024 1

我下載了code試了一下,在LimeService.java修改一行看起來好像就修好了
if (mLIMEPref.getPhysicalKeyboardType().equals("standard"))
改成
if (mLIMEPref.getPhysicalKeyboardType().equals("normal_keyboard"))
可能是我搞錯,但我看getPhysicalKeyboardType()好像沒有"standard"這個選項?
雖說我也是個工程師,但很不好意思,我對android開發不熟,改完這個之後實體按鍵的modifier就有效果了。

from sweetlime.

plateaukao avatar plateaukao commented on July 23, 2024 1

@dove0rz
看了一下,好像是耶。 standardphonetic_keyboard_type 才有的預設值。
看來,這從 n 年前就是錯的了 XD

https://github.com/lime-ime/limeime/blob/0fa6df0b825e9e3b229cf6461459bafc8f6c6605/LimeStudio/app/src/main/java/net/toload/main/hd/LIMEService.java#L870

我週末看一下,如果試過沒問題的話,我再發一版更新。
感謝~

from sweetlime.

plateaukao avatar plateaukao commented on July 23, 2024

在 Android 11, 12, 13 好像輸入法的實作方式有改了,所以原先的候選字畫面,在接上藍牙鍵盤後(或實體鍵盤)會看不見。目前還沒有找到解法。至於實體按鍵的 modifier 失效,這點我就不確定了,你可能要講更詳細的操作方式:比方說當時在使用什麼輸入法,按了什麼鍵,希望可以看到什麼樣子的字被輸出。

如果我有空的話,會再查一下。(不過,因為我幾乎都不會外接鍵盤來使用這個輸入法,所以短時間查不出來的話,就只能等看有沒有人能幫忙修一下了)

from sweetlime.

dove0rz avatar dove0rz commented on July 23, 2024

感謝您的確認!
不過介面不顯示的問題還是存在,正在找其他輸入法比較看看哪裡寫的不對....

from sweetlime.

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.