This repository was archived by the owner on Jun 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathquick-phrase.html
57 lines (57 loc) · 2.47 KB
/
quick-phrase.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>第 7 章 快速输入</title>
<link rel="stylesheet" href="docbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="小企鹅输入法(fcitx)">
<link rel="up" href="part-functions.html" title="部分 III. 功能说明">
<link rel="prev" href="chinese-punctuation.html" title="第 6 章 中文标点">
<link rel="next" href="chapter-system-tray-icon.html" title="第 8 章 系统托盘图标">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">第 7 章 快速输入</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="chinese-punctuation.html">上一页</a> </td>
<th width="60%" align="center">部分 III. 功能说明</th>
<td width="20%" align="right"> <a accesskey="n" href="chapter-system-tray-icon.html">下一页</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="chapter" title="第 7 章 快速输入">
<div class="titlepage"><div><div><h2 class="title">
<a name="quick-phrase"></a>第 7 章 快速输入</h2></div></div></div>
<p>当配置文件中的,“分号键行为”设置为2时,按下分号键则进入快速输入模式。
在这种模式下,您可以设置某些常用短语或符号的快速录入规则。</p>
<p>为了使用该功能,您需要将常用短语和符号按如下格式编辑</p>
<pre class="programlisting"><字符组合> <短语></pre>
<p>并保存在用户配置目录QuickPhrase.mb(或fcitx的安装目录下的share/data)中,一个短语一行。如</p>
<pre class="programlisting">
zg 中华人民共和国
h http
</pre>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="chinese-punctuation.html">上一页</a> </td>
<td width="20%" align="center"><a accesskey="u" href="part-functions.html">上一级</a></td>
<td width="40%" align="right"> <a accesskey="n" href="chapter-system-tray-icon.html">下一页</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">第 6 章 中文标点 </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">起始页</a></td>
<td width="40%" align="right" valign="top"> 第 8 章 系统托盘图标</td>
</tr>
</table>
</div>
</body>
</html>