forked from klausw/hackerskeyboard
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
nlpguyz edited this page Mar 7, 2018
·
7 revisions
Welcome to the hackerskeyboard wiki!
- RIME (中州韵) Input Method Support
- Custom schemata (拼音、五笔、方言等)
- Custom theme/skins
- Upload RIME schemes to https://github.com/nlpguyz/rime-depot/tree/master/files. You may need to fork first, and upload to your own fork.
- Create the IMDF file as shown in https://github.com/nlpguyz/rime-depot/blob/master/files/README.txt
- Make a pull request to the above rime-depot repository. We will add it to the online install menu after reviewing it. Thanks!
- RIME Interface https://github.com/rime/librime/blob/9c4fa8ab63438f8d184203e4a5079e5d3c744795/src/rime_levers_api.h
- Check out Rime.java and JNI files for actual API for Android (careful of bugs)
telnet <Phone IP> 1868
- Type "js" to enter Javascript mode
- Access RIME engine as $sys.mRime
- Android Studio is stuck with indexing or building symbols
The JVM options for Android Studio need to be updated. Go to the menu Help -> Edit Custom VM Options... and enter the following
-Xms256m
-Xmx4192m
-XX:ReservedCodeCacheSize=2048m
-XX:+UseCompressedOops
-XX:MaxPermSize=4096m