中文

IBus-Table是为基于码表的输入法即所谓的形码开发的输入法框架,常见的形码有郑码、五笔、仓颉、二笔等。 之所以开发IBus-Table纯粹是为了让Linux的用户能充分享受形码输入的乐趣。当然它远远还没有完美,所以如果你有任何希望或建议,或者发现了bug,请在issue列表上填上一个issue,或者直接发邮件给我<acevery@gmail.com>,我会非常高兴听到你的心声的。

快捷键

注意: Ctrl是Ctrl键,Shift_L是左边的Shift键,Shift_R是右边的Shift键,Alt是Alt键,Arrow_Left是指向左边的方向键,Arrow_Right就是指向右边的方向键,同理可知Arrow_Up和Arrow_Down的意思。[1~9]是指从数字键1到数字键9中的任意一个。

按键 作用
Space 提交输入的字词
Shift_L 当没有按其它键进行输入的时候是中英文切换,在输入中的时候是把第一个候选词提交到预编辑词组中
Shift_R 拼音模式和一般模式的切换
Shift_L/Shift_R+[1~5] 在拼音模式下输入拼音的声调,在输入框中可以看到↑1, ↑2, ↑3, ↑4, ↑5这样的声调表示。代表阴平,2表示阳平,3意思是上声,4就是去声了,5则代表轻声
Arrow_Left 在预编辑词组中把光标向左移动一个字
Arrow_Right 在预编辑词组中把光标向右移动一个字
Backspace 删除最后一个输入的按键或预编辑词组中的最后一个字
Delete 删除预编辑词组光标后的一个字
Ctrl+Arrow_Left 把光标移到预编辑词组的最前部
Ctrl+Arrow_Left 把光标移到预编辑词组的最前部
Ctrl+Backspace 删除光标前部的预编辑词组
Ctrl+Delete 删除光标后部的预编辑词组
Esc 重置输入法
[1~9] 选择并提交相应的字词
Ctrl+[1~9] 选择相应的字词到预编辑词组中
Alt+[1~9] 删除相应位置的用户自定义词组
Page_Up/Page_Down 上一页或下一页的候选字词
-/+ 当没有作为输入键的时候作用和Page_UP/Page_Down相同
Ctrl+, 激活或关闭单字模式
Ctrl+. 切换全角/半角标点
Ctrl+/ 激活或关闭直接上屏模式
Ctrl+; 中文输入时切换不同的字符范围,如GBK,GB18030等

English

Introduction

IBus-Table is the IM Engine framework for table-based input methods, such as ZhengMa, WuBi, ErBi, CangJie and so on. The aim of IBus-Table is to make the users of table-based input methods can enjoy the typing on Linux environment. Definitly, it is far from perfect, so if you have any wish or any suggestion, please file a issue on issue_listor send me an email <acevery@gmail.com>, I would be very please to hear from you :)

Key Bindings

Notice: Ctrl is "Control Key", Shift_L is the left "Shift Key", Shift_R is the right "Shift Key", Alt is the "Alt Key", Arrow_Left is the "Arrow Key" point to left, Arrow_Right is the "Arrow Key" point to right, similarly as Arrow_Up and Arrow_Down. Cursor is the one in preedit string. [Num1~Num9] means one key in Num1, Num2, Num3, ... , Num9.

Space commit inputted string
Shift_L when no key inputted: shift the input mode between English and Table mode. during input: commit the first candidate into preedit string
Shift_R shift between PinYin mode and Normal mode under Table mode
Shift_L/Shift_R + [1~5] input tunes under PinYin mode. the tunes display in aux string area as ↑1, ↑2, ↑3, ↑4, ↑5. 1 is YinPin, 2 is YangPin, 3 is ShangSheng, 4 is QuSheng, 5 is QingSheng
Arrow_Left move cursor one character left in preedit string
Arrow_Right move cursor one character right in preedit string
Backspace remove the last input key or last character in preeidt string
Delete remove one character after the cursor in preedit string
Ctrl+Arrow_Lelf move the cursor to the front of preedit string
Ctrl+Arrow_Right move the cursor to the end of preedit string
Ctrl+Backspace delete from cursor to the front of preedit string
Ctrl+Delete delete from cursor to the end of preedit string
Arrow_Down mext candidate
Arrow_Up previous candidate
Esc reset the input method
Num1~Num9 select the correspondent candidate and commit inputted string
Ctrl+[Num1~Num9] select the correspondent candidate and commit it into preedit string
Alt+[Num1~Num9] remove the correspondent user-defined phrase
Page_Up/Page_Down page up/down the lookup table of candidates
-/+ when not been used as valid input keys, the same as Page_Up and Page_Down
Ctrl+, open/close Single Character Mode, only show single character not phrases
Ctrl+. shift between full/half punctuation
Ctrl+/ shift between direct/normal commit mode
Ctrl+; shift between different SubCharset in Chinese

转自: https://code.google.com/p/ibus/wiki/TableReadme

ibus table的快捷键相关推荐

  1. IDEA中HTML文档快速制作table表格快捷键方法

    今天初学HTML时想快速建立一个表格,原以为会和JAVA一样输入table后会自动提示且补全,但是却没有,反而提示了一些不需要的类: 于是自己摸索了一会,发现其实是可以自动提示的,但是需要输入的是ta ...

  2. IDEA快捷键拆解系列(三):Edit篇

      这是IDEA快捷键拆解系列的第三篇.   以下是关于Edit导航项及其每一子项的拆解,其中,加粗部分的选项是博主认为比较重要的. Edit Undo ( 撤销 ) Ctrl + Z Redo ( ...

  3. Ubuntu 14.04 搜狗输入法切换快捷键无效的解决方案

    参考解决方案来自于天宇空间的 ubuntu14.04安装搜狗输入法及配置(快捷键无效的解决方法) 这里需要弄清楚几个概念: ibus 和 fcitx 都是输入法框架,fcitx 又被称为小企鹅输入法, ...

  4. ubuntu ibus

    2019独角兽企业重金招聘Python工程师标准>>> IBus输入法安装和设置 IBus是一个框架,支持多种输入法. 安裝IBus框架: 在终端输入命令: sudo apt-get ...

  5. ubuntu 14.04 install ibus

    http://wiki.ubuntu.org.cn/Ibus Ubuntu Forum Wiki Linux Paste Chat 搜索   页面 讨论 编辑 历史 简体 繁体 导航 首页 最近更改 ...

  6. Typora更换MarkText,Mark Text下载,MarkText调出工具栏和大纲栏、设置文本编辑区宽度、编辑快捷键。

    前言:这些都是个人愚见,如果有什么不对的地方欢迎指出.(●'◡'●) 发生缘由 Typora显示:This beta version of Typora is expired, please down ...

  7. 从网络安装debian到使用中遇到的问题

    本地架设--是一台debian/ubuntu/网络镜像服务器.(192.168.0.111) vmware 上新建虚拟机按ESC键--获取dhcp网络启动 ---------------------- ...

  8. Fedora32 安装搜狗拼音中文输入法/安装 + FCITX 输入法 Rime/拼音

    fedora32版本安装搜狗拼音不成功,原因是找不到哪个镜像源中有这个包,但是可以安装 FCITX 输入法,看起来和搜狗很像. 必须使用搜狗的可以继续去探索了... ================= ...

  9. linux输入法小结

    一.fcitx ,稍微不稳定,比较智能 1.安装:为了防止scim与fcitx冲突,如果你安装了scim,你最好卸载掉scim sudo apt-get purge scim sudo apt-get ...

  10. 深度操作系统deepin 20.9 正式发布!

    深度操作系统(deepin)是一款致力于为全球用户提供美观易用.安全稳定服务的Linux发行版,也是全球排名领先的来自中国团队研发的Linux发行版.点击查看deepin全球排名:DistroWatc ...

最新文章

  1. laravel批量插入报错:1292: Incorrect datetime value: '0000-00-00 00:00:00' for column 'TERM_DATE'
  2. SAD立体匹配算法在opencv中的实现
  3. zookeeper源码分析之四服务端(单机)处理请求流程
  4. 性能测试初学_windows 计数器
  5. bat从数组中找出相同数字并删除_找到所有数组中消失的数字
  6. 部署 Job (第一部分)
  7. sqli-labs(19)
  8. 100个高质量Java开发者博客 【转】
  9. Python写的一个文件生成器脚本
  10. dw怎么保存html格式,教你如何用Dreamweaver制作网页以及保存网页的方法--系统之家...
  11. Matlab中loglog函数使用
  12. 阿里云轻量应用服务器如何升级?
  13. Kubernetes CSI
  14. 10.24-10.25 交流会小日记
  15. 兰州财经大学计算机网络,兰州财经大学教务网络管理系统入口
  16. java 获取年鱼儿_泼墨,造一匹快马,追回十年前姑娘
  17. 从零开发一个灰太狼游戏是什么样的体验?(建议收藏)
  18. IMS 紧急服务相关概念
  19. Niuke 练习赛19 A 托米的简单表示法-括号匹配树
  20. apache benchmark(ab) 进行压测

热门文章

  1. solidwork 侵权 证据_刑事案件辩护律师证据质证的“分层”模式
  2. java程序员要学什么?
  3. 21经济网专访 | 巨杉下一个十年:扎根科创福地,打造数据库行业生态
  4. 主表先查出数据再左连接
  5. Java使用PDFBox将多个PDF合并为单个PDF
  6. PHP 工具 格式化
  7. 软件测试人员所不知道的软件测试七项原则
  8. 乔任梁离世3个月, 徐璐狠心关评论只发了10条微博, 这一条令人心疼
  9. 十五、Spring cloud 消息总线(Bus)
  10. 亚信安全:发挥MSS托管安全运营服务优势 让你真正“减负”