Skip to content

A tiny Wubi Input Method(五笔输入法) for Emacs using company mode.

Notifications You must be signed in to change notification settings

Yevgnen/company-wubi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

1 Introduction

A very tiny Wubi input method(五笔输入法) for emacs using company-mode .

2 Usage

(require 'company-wubi)
(global-set-key (kbd "C-\\") #'wubi-mode)

3 Features

  • 使用清歌输入法的词库;
  • 四码上屏,支持标点符号自动上屏;
  • 使用 -/= 键翻页;
  • 使用分号与引号键选择第二第三候选词;
  • 支持临时拼音,使用 ` 前缀可以临时输入拼音;
  • 支持拼音反查;
  • 使用 z 键可以输入特殊符号。

4 Screenshot

4.1 company-wubi

wubi.gif

4.2 origin qingg (清歌输入法)

qingg.gif

5 Todo

  • 输入中文符号;
  • 支持四码上屏;
  • 改进候选窗汉字无法正确对齐;
  • 与英文混输时,字母后面需要加空格才能正确输入;
  • 使用local的开关设定,目前通过劫持company-mode的设置实现;
  • 切换中英输入状态;
  • 用户词典以及词频调整;
  • z 键模糊匹配;
  • 改进性能。

受限于 company-mode ,部分功能可能无法实现或不会实现。

About

A tiny Wubi Input Method(五笔输入法) for Emacs using company mode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published