All Projects → Eronana → Scimex

Eronana / Scimex

Licence: mit
一个macOS简体中文输入法的插件

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Scimex

vi-rs
Vietnamese Input Method library
Stars: ✭ 69 (+97.14%)
Mutual labels:  input-method
govarnam
Easily Type Indian Languages on computer and mobile. GoVarnam is a cross-platform transliteration library. Manglish -> Malayalam, Thanglish -> Tamil, Hinglish -> Hindi plus another 10 languages. GoVarnam is a near-Go port of libvarnam
Stars: ✭ 97 (+177.14%)
Mutual labels:  input-method
Switchkey
Automatically activate the correct input source.
Stars: ✭ 418 (+1094.29%)
Mutual labels:  input-method
cl-skkserv
Common LispによるSKK辞書サーバーとその拡張
Stars: ✭ 22 (-37.14%)
Mutual labels:  input-method
WubiBuddy
《码表助手》鼠须管五笔用户词添加工具 (macOS)
Stars: ✭ 16 (-54.29%)
Mutual labels:  input-method
jyutping
Cantonese Jyutping Keyboard for iOS. 粵語粵拼輸入法鍵盤
Stars: ✭ 23 (-34.29%)
Mutual labels:  input-method
nimf
다국어 입력기 프레임워크 Nimf is a lightweight, fast and extensible input method framework
Stars: ✭ 114 (+225.71%)
Mutual labels:  input-method
Kawa
A macOS input source switcher with user-defined shortcuts.
Stars: ✭ 952 (+2620%)
Mutual labels:  input-method
Rime
Rime config of squirrel input method.
Stars: ✭ 58 (+65.71%)
Mutual labels:  input-method
Wubi Lex
WIN10系统自带五笔的码表与短语词库安装、管理工具( 可将五笔替换为郑码等其他形码输入法 ),并可增强微软五笔的设置、热键等功能。 发布后的软件仅890KB, 只要一个EXE文件( 绿色免安装 )。软件已自带五笔86、98、091、新世纪码表,以及极点五笔、QQ五笔、 微软五笔默认词库、昱琼词库、海峰词库等。甚至自带了郑码大词库、可以一键把微软五笔替换为郑码输入法。
Stars: ✭ 385 (+1000%)
Mutual labels:  input-method
Onion Rime Files
電腦 Rime 洋蔥方案(注音、雙拼、拼音、形碼、行列30)
Stars: ✭ 88 (+151.43%)
Mutual labels:  input-method
TextInputLayout
The objective of this code is to guide you to create login screen with TextInputLayout in iOS app.
Stars: ✭ 30 (-14.29%)
Mutual labels:  input-method
Rime Wubi86 Jidian
86五笔极点码表 for Rime (鼠须管 - macOS)(小狼毫 - Windows)五笔输入法
Stars: ✭ 302 (+762.86%)
Mutual labels:  input-method
xsampa
X-SAMPA to IPA converter
Stars: ✭ 20 (-42.86%)
Mutual labels:  input-method
Sogou Input Skin
搜狗拼音输入法的几款极简风格皮肤
Stars: ✭ 462 (+1220%)
Mutual labels:  input-method
skk.vim
skk.vim with miscellaneous hacks. patches/forks are welcome. if you are insterested in improving skk.vim, please contact me by twitter, email, and so on.
Stars: ✭ 58 (+65.71%)
Mutual labels:  input-method
lrime
自定义 Rime 带辅码自然码双拼输入法方案,由内置的「自然码双拼」、带辅码的「自然码 2000」 和「nihongo-r」日语输入方案综合而成。
Stars: ✭ 49 (+40%)
Mutual labels:  input-method
Sublime Text Imfix
Fix Sublime Text 3 Input method problem (CJK words) under Ubuntu
Stars: ✭ 969 (+2668.57%)
Mutual labels:  input-method
Florisboard
An open-source keyboard for Android which respects your privacy. Currently in early-beta.
Stars: ✭ 882 (+2420%)
Mutual labels:  input-method
Tags Input
🔖 <input type="tags"> like magic
Stars: ✭ 312 (+791.43%)
Mutual labels:  input-method

scimex

一个用于macOS简体中文输入法的插件

简介

通过向输入法进程注入代码, 实现下面几个功能:

  1. 使用 Shift 切换中英文
  2. 使用 CapsLock 切换大写英文
  3. 中文状态下使用英文标点

由于使用了代码注入技术, 所以需要关闭部分SIP功能

使用说明

首先关闭SIP, 然后在终端里运行下面命令:

git clone https://github.com/Eronana/scimex.git
cd scimex
make install

make install 会把必要的文件复制到相应目录, 并注册服务

如需卸载, 请使用 make uninstall

如何关闭SIP

  1. 开机时按住 Command + R, 进入RecoveryHD模式
  2. 点击菜单上的 实用工具 -> 终端, 进入终端
  3. 在终端中执行命令 csrutil enable --without debug
  4. 重新启动

注意事项

  1. 目前只有基础功能, 并且没有做配置选项, 一旦启用则会开插件的全部功能
  2. 如有其他需求, 请自行修改并编译
  3. 支持Sierra, High Sierra以及Mojave

感谢

非常感谢osxinjmach_inject这两个库, 有了它们我才能很容易的实现在macOS平台的代码注入.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].