Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

同文輸入法無法輸入大寫英文 #16

Open
flier268 opened this issue Sep 17, 2020 · 4 comments
Open

同文輸入法無法輸入大寫英文 #16

flier268 opened this issue Sep 17, 2020 · 4 comments

Comments

@flier268
Copy link

缺少原有的英文輸入,且找不到切換大小寫按鍵
也沒有輸入符號的功能
感覺是被關掉了?

順帶一提,這個輸入法有辦法再輸入第二個字的時候,讓下排的小字便大嗎,這對前期還沒完全記清楚的我來說很有用

@imper0502
Copy link
Owner

imper0502 commented Sep 18, 2020

原有的英文切換鍵被我的設定覆蓋掉了
印象中是
trime.custom.yaml
自訂Trime鍵盤的部分,我有空再加上去。

另外,輸入法程式的問題我沒辦法處理
要先看你用哪一個程式,再去聯絡該程式的作者

我這個實作屬於設定檔,而被我列在說明檔中的程式,是我自行整理,可以讀懂我的設定檔的程式,我本身並沒有參與程式的開發。

希望我有解答到你的問題

@flier268
Copy link
Author

感謝你的回答

但我發現我好像忘記說我是用什麼程式了XD
我用的是同文輸入法
輸入小寫英文是沒問題,但找不到如何切換成大寫的方法

@imper0502
Copy link
Owner

imper0502 commented Sep 18, 2020

https://github.com/imper0502/rime-double-bopomo/blob/master/TRIME%20%E8%A8%AD%E5%AE%9A%E7%AF%84%E4%BE%8B/trime.custom.yaml#L55

我之前因為常常誤按,所以移除了
所以真的沒有切換大小寫的按鍵

@imper0502
Copy link
Owner

Hi @flier268
我想應該把我提供的 trime.custom.yaml 檔案的最下面改成這樣就可以有shift鍵了
但我現在沒有 android手機,不是很確定這樣設定對不對
如果有用,請你讓我知道。感謝

### 第五排:控制排 ###
    - {click: Keyboard_symbols, width: 15, long_click: Keyboard_number}
    - {click: Mode_switch, width: 10, long_click: Menu}
    - {label: '大寫', click: Shift_L, width: 15}
    - {label: '␣', click: space, width: 35}
    - {click: BackSpace, width: 10}
    - {click: Return, long_click: CommitComment, width: 15}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants