
一個用 C# 開發的仿蝦咪的輸入法,叫做
肥米輸入法

雖然已經好久沒有更新了,但是其中的開發思路倒是可以參考。
參考資料(轉載自該開源專案的內容)
- 1. 允許控制台:https://stackoverflow.com/questions/4362111/how-do-i-show-a-console-output-window-in-a-forms-application
- 2、C#全域Keyhook:https://stackoverflow.com/questions/577411/how-can-i-find-the-state-of-numlock-capslock-and-scrolllock-in-net
- 3.在其他類別中使用表單小工具:https://stackoverflow.com/questions/12983427/accessing-forms-controls-from-another-class
- 4.令狀表單可以拖移: https://stackoverflow.com/questions/1592876/make-a-borderless-form-movable
- 5.半形轉全形:時間啟動序為: https://blog.darkthread.net/blog/strconv-half-full-width-notes
- 6.JsonValue處理liu.json:https://stackoverflow.com/questions/6620165/how-can-i-parse-json-with-c
- 7、ini-parser:https://github.com/rickyah/ini-parser
- 8、sendkey範例:https://www.itread01.com/content/1548344359.html
- 9、線上語法測試;https://dotnetfiddle.net/