init
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Close stale issues and PRs / stale (push) Successful in 13s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s

This commit is contained in:
allhaileris
2026-02-16 15:50:16 +03:00
commit afb81b8278
13816 changed files with 3689732 additions and 0 deletions

20
Telegram/ThirdParty/hime/man/Makefile vendored Normal file
View File

@@ -0,0 +1,20 @@
include ../config.mak
.PHONY: all
all:
.PHONY: install
install:
install -d "$(man1dir)"
install -m 644 *.1 "$(man1dir)"
.PHONY: uninstall
uninstall:
cd $(man1dir) && rm -f *.1
rmdir --ignore-fail-on-non-empty $(man1dir)
.PHONY: clean
clean:
@echo "clean up"
@rm -f *~

View File

@@ -0,0 +1,18 @@
.TH HIME 1 "21 JAN 2008" "HIME 0.8" "hime input method platform"
.SH NAME
hime-cin2gtab \- converts text input method table to hime's .gtab format
.SH SYNOPSIS
.B hime-cin2gtab
.B [\fB-v\fP|\fB--version\fP]
.br
.SH DESCRIPTION
.B hime-cin2gtab
converts plain text input method table to hime's .gtab binary format.
.SH OPTIONS
.TP
.B \-v, \-\-version
Show version of hime-cin2gtab.
.SH SEE ALSO
.BR hime (1).
.SH AUTHOR
hime-cin2gtab was written by Edward Der-Hua Liu <cp76@csie.nctu.edu.tw>.

12
Telegram/ThirdParty/hime/man/hime-env.1 vendored Normal file
View File

@@ -0,0 +1,12 @@
.TH HIME 1 "11 JAN 2012" "HIME 0.9" "hime input method platform"
.SH NAME
hime-env \- hime's environment checking tool
.SH SYNOPSIS
.B hime-env
.SH DESCRIPTION
.B hime-env
auto-detect and report system environment, for debugging or bug report.
.SH SEE ALSO
.BR hime (1).
.SH AUTHOR
hime-env was written by Wen-Yen Chuang <caleb AT calno DOT com>

View File

@@ -0,0 +1,20 @@
.\" Hey, EMACS: -*- nroff -*-
.TH HIME 1 "29 NOV 2010"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
hime-exit \- send quit message to hime
.SH SYNOPSIS
.B hime-exit
.SH DESCRIPTION
.B hime-exit
sends quit message to hime. It is used to stop hime server from
scripts.
.PP
.SH SEE ALSO
.BR hime (1),
.br
.SH AUTHOR
hime-exit was written by Edward Der-Hua Liu <cp76@csie.nctu.edu.tw>.
.PP
This manual page was written by Kan-Ru Chen <koster@debian.org>.
for the Debian project (and may be used by others).

View File

@@ -0,0 +1,12 @@
.TH HIME 1 "21 JAN 2008" "HIME 0.8" "hime input method platform"
.SH NAME
hime-gb-toggle \- hime's Chinese conversion toggle tool
.SH SYNOPSIS
.B hime-gb-toggle
.SH DESCRIPTION
.B hime-gb-toggle
toggles hime's output between traditional Chinese and simplified Chinese.
.SH SEE ALSO
.BR hime (1).
.SH AUTHOR
hime-gb-toggle was written by Edward Der-Hua Liu <cp76@csie.nctu.edu.tw>.

View File

@@ -0,0 +1,12 @@
.TH HIME 1 "21 JAN 2008" "HIME 0.8" "hime input method platform"
.SH NAME
hime-gtab-merge \- hime's .gtab data merging tool
.SH SYNOPSIS
.B hime-gtab-merge
.SH DESCRIPTION
.B hime-gtab-merge
is used internally only. It is not recommended to call from shells.
.SH SEE ALSO
.BR hime (1).
.SH AUTHOR
hime-gtab-merge was written by Edward Der-Hua Liu <cp76@csie.nctu.edu.tw>.

View File

@@ -0,0 +1,13 @@
.TH HIME 1 "21 JAN 2008" "HIME 0.8" "hime input method platform"
.SH NAME
hime-gtab2cin \- converts gtab input method table to cin table
.SH SYNOPSIS
.B hime-gtab2cin [<file>]
.SH DESCRIPTION
.B hime-gtab2cin
converts from gtab input method table (used by gcin and hime) to cin. If the file path is not provided, the file path will be asked from standard input.
.SH SEE ALSO
.BR hime (1),
.BR hime-setup (1).
.SH AUTHOR
hime-gtab2cin was written by Huang, Kai-Chang (Solomon Huang) <kaichanh@gmail.com>

View File

@@ -0,0 +1,12 @@
.TH HIME 1 "21 JAN 2008" "HIME 0.8" "hime input method platform"
.SH NAME
hime-juyin-learn \- show Chinese characters' phonations
.SH SYNOPSIS
.B hime-juyin-learn
.SH DESCRIPTION
.B hime-juyin-learn
displays Chinese characters' phonations in clipboard.
.SH SEE ALSO
.BR hime (1).
.SH AUTHOR
hime-juyin-learn was written by Edward Der-Hua Liu <cp76@csie.nctu.edu.tw>.

View File

@@ -0,0 +1,12 @@
.TH HIME 1 "21 JAN 2008" "HIME 0.8" "hime input method platform"
.SH NAME
hime-kbm-toggle \- hime's virtual keyboard toggle tool
.SH SYNOPSIS
.B hime-kbm-toggle
.SH DESCRIPTION
.B hime-kbm-toggle
toggles hime's virtual keyboard.
.SH SEE ALSO
.BR hime (1).
.SH AUTHOR
hime-kbm-toggle was written by Edward Der-Hua Liu <cp76@csie.nctu.edu.tw>.

View File

@@ -0,0 +1,22 @@
.TH HIME 1 "21 JAN 2008" "HIME 0.8" "hime input method platform"
.SH NAME
hime-message \- hime's notification tool
.SH SYNOPSIS
.B hime-message
.B [\fB-icon\fP file]
.B [\fB-text\fP string]
.B [\fB-duration\fP milliseconds]
.SH DESCRIPTION
.B hime-message
displays notification image and/or text. It is useful for filters to have interaction with users.
.SH OPTIONS
.IP "\fB-icon\fP file"
Display an image.
.IP "\fB-text\fP string"
Display text string. The space character is not allowed.
.IP "\fB-duration\fP milliseconds"
Time to show notifications.
.SH SEE ALSO
.BR hime (1).
.SH AUTHOR
hime-message was written by Edward Der-Hua Liu <cp76@csie.nctu.edu.tw>.

View File

@@ -0,0 +1,20 @@
.TH HIME 1 "21 JAN 2008" "HIME 0.8" "hime input method platform"
.SH NAME
hime-phoa2d, hime-phod2a \- hime's Bopomofo tools
.SH SYNOPSIS
.B hime-phoa2d
.br
.B hime-phod2a
.SH DESCRIPTION
.B hime-phoa2d
converts $HOME/.config/hime/pho.tab.src to $HOME/.config/hime/pho.tab, which is used by Bopomofo and Tsin input methods.
.PP
.B hime-phod2a
converts $HOME/.config/hime/pho.tab to $HOME/.config/hime/pho.tab.src, which may be edited by users.
.SH ENVIRONMENT VARIABLES
.IP HIME_NO_RELOAD
Tell hime server do not reload data after execution of hime-phoa2d.
.SH SEE ALSO
.BR hime (1).
.SH AUTHOR
hime-phoa2d and hime-phod2a were written by Edward Der-Hua Liu <cp76@csie.nctu.edu.tw>.

View File

@@ -0,0 +1 @@
hime-phoa2d.1

View File

@@ -0,0 +1,538 @@
.TH HIME-SETUP 1 "2 FEB 2009" "HIME 0.8" "hime input method platform"
.SH NAME
hime-setup \- configuration tools of hime
.SH SYNOPSIS
.B hime-setup
.SH DESCRIPTION
.B hime-setup
is the default configuration tool of hime. Another configuring method is writing conffiles in $HOME/.config/hime/config. See CONFFILES section for further information.
.SH CONFFILES
Those conffiles below will be created automatically by hime-setup, except hime-bell-volume and hime-sound-play-overlap.
.PP
If you want to write conffiles by yourself, please make sure you have the config directory:
.PP
mkdir \-p $HOME/.config/hime/config
.PP
After that, you may try:
.PP
echo zo > $HOME/.config/hime/config/phonetic-keyboard
.PP
Thus you make a \fBphonetic-keyboard\fP file with its content \fBzo\fP, which means you select the standard style with 1234 selection method.
.PP
All available conffiles are listed, and default options are showed \fBbold\fP.
.IP "\fB$HOME/.config/hime/config/default-input-method\fP \fInumber\fP"
Default input method when hime is called.
.PP
OPTIONS MEANINGS
.br
1 Chanjei input method, version 3
.br
2 Chanjei input method, version 5
.br
3 Bopomofo input method
.br
4 Symbols virtual keyboard
.br
5 Pinyin input method
.br
\fB6 Tsin intelligent Bopomofo input method\fP
.br
7 Dayi input method
.br
8 Array input method, 30 keys version
.br
9 Boshiamy input method, aka Liu's input method
.br
10 Direct input for UTF-32 (U+) or Big-5 characters
.br
11 Simple Chanjei input method
.br
12 Japanese anthy input method
.br
13 Greek letters input method
.br
14 Latin letters input method
.br
15 Jyutping input method
.IP "\fB$HOME/.config/hime/config/hime-bell-volume\fP \fInumber\fP"
Volume of bell ring, between \-100 to 100. Default is \fB-97\fP.
.IP "\fB$HOME/.config/hime/config/hime-capslock-lower\fP \fIboolean\fP"
Input lower-case letters when Caps Lock key is ON.
.PP
OPTIONS MEANINGS
.br
\fB1 ON\fP
.br
0 OFF
.IP "\fB$HOME/.config/hime/config/hime-eng-phrase-enabled\fP \fIboolean\fP"
Enable Alt-Shift phrases in alphabet-numeric mode.
.PP
OPTIONS MEANINGS
.br
\fB1 ON\fP
.br
0 OFF
.IP "\fB$HOME/.config/hime/config/hime-font-name\fP \fIstring\fP"
Default font.
.PP
OPTIONS MEANINGS
.br
\fBsans Sans-serif\fP
.br
serif Serif
.IP "\fB$HOME/.config/hime/config/hime-font-size\fP \fInumber\fP"
Font size of character-selection area. Default is \fB16\fP.
.IP "\fB$HOME/.config/hime/config/hime-font-size-gtab-in\fP \fInumber\fP"
Font size of key codes input area in gtab input methods (Chanjei IM, Array IM, etc.). Default is \fB10\fP.
.IP "\fB$HOME/.config/hime/config/hime-font-size-pho-near\fP \fInumber\fP"
Font size of similar-phonetic character selection in Tsin IM. Default is \fB14\fP.
.IP "\fB$HOME/.config/hime/config/hime-font-size-symbol\fP \fInumber\fP"
Font size of symbol-selection window. Default is \fB12\fP.
.IP "\fB$HOME/.config/hime/config/hime-font-size-tsin-pho-in\fP \fInumber\fP"
Font size of phonetic input area in Bopomofo and Tsin IM. Default is \fB10\fP.
.IP "\fB$HOME/.config/hime/config/hime-font-size-tsin-presel\fP \fInumber\fP"
Font size of phrase pre-selection window in Tsin IM. Default is \fB16\fP.
.IP "\fB$HOME/.config/hime/config/hime-im-toggle-keys\fP \fInumber\fP"
Toggle Key for IM window ON/OFF.
.PP
OPTIONS MEANINGS
.br
\fB0 Control-Space\fP
.br
1 Shift-Space
.br
2 Alt-Space
.br
3 Windows-Space
.IP "\fB$HOME/.config/hime/config/hime-init-im-enabled\fP \fIboolean\fP"
Enable input method mode without pressing toggle keys. This option is not available in XIM mode.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.IP "\fB$HOME/.config/hime/config/hime-inner-frame\fP \fIboolean\fP"
Show frame border in hime window.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.IP "\fB$HOME/.config/hime/config/hime-input-style\fP \fInumber\fP"
Window style of hime.
.PP
OPTIONS MEANINGS
.br
\fB1 OverTheSpot (Follow the cursor)\fP
.br
2 Root (Fixed index window)
.IP "\fB$HOME/.config/hime/config/hime-pop-up-win\fP \fIboolean\fP"
Dynamic pop up window.
.PP
OPTIONS MEANINGS
.br
\fB1 ON\fP
.br
0 OFF
.IP "\fB$HOME/.config/hime/config/hime-remote-client\fP \fIboolean\fP"
Use hime in remote applications.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.IP "\fB$HOME/.config/hime/config/hime-root-x\fP \fInumber\fP"
Window position in X-axis when window style is Root (Fixed index window). Default is \fB1600\fP.
.IP "\fB$HOME/.config/hime/config/hime-root-y\fP \fInumber\fP"
Window position in Y-axis when window style is Root (Fixed index window). Default is \fB1200\fP.
.IP "\fB$HOME/.config/hime/config/hime-sel-key-color\fP \fIhex\fP"
Color of selection Key.
.PP
OPTIONS MEANINGS
.br
#FF0000 Red
.br
#00FF00 Green
.br
\fB#0000FF Blue\fP
.br
#FFFF00 Yellow
.br
#FF00FF Magenta
.br
#00FFFF Cyan
.IP "\fB$HOME/.config/hime/config/hime-shift-space-eng-full\fP \fIboolean\fP"
Toggle to double-wide English character mode with Shift-Space.
.PP
OPTIONS MEANINGS
.br
\fB1 ON\fP
.br
0 OFF
.IP "\fB$HOME/.config/hime/config/hime-sound-play-overlap\fP \fIboolean\fP"
Play all sound when text-to-speech is enabled.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.IP "\fB$HOME/.config/hime/config/hime-status-tray\fP \fIboolean\fP"
Show hime status in system tray.
.PP
OPTIONS MEANINGS
.br
\fB1 ON\fP
.br
0 OFF
.IP "\fB$HOME/.config/hime/config/hime-win-color-bg\fP \fIhex\fP"
Background color of hime window. Default is \fB#005BFF\fP.
.IP "\fB$HOME/.config/hime/config/hime-win-color-fg\fP \fIhex\fP"
Foreground color of hime window.
.PP
OPTIONS MEANINGS
.br
#FF0000 Red
.br
#00FF00 Green
.br
#0000FF Blue
.br
#FFFF00 Yellow
.br
#FF00FF Magenta
.br
\fB#FFFFFF White\fP
.IP "\fB$HOME/.config/hime/config/hime-win-color-use\fP \fIboolean\fP"
Customized colors in hime window.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.IP "\fB$HOME/.config/hime/config/hime-win-sym-click-close\fP \fIboolean\fP"
Close symbol-selection window after choosing a symbol.
.PP
OPTIONS MEANINGS
.br
\fB1 ON\fP
.br
0 OFF
.IP "\fB$HOME/.config/hime/config/gtab-auto-select-by_phrase\fP \fInumber\fP"
Auto-select according to Tsin phrase database in gtab input methods.
.PP
OPTIONS MEANINGS
.br
\fB0 Auto-selected by definition in .gtab file.\fP
.br
1 ON
.br
2 OFF
.IP "\fB$HOME/.config/hime/config/gtab-disp-im-name\fP \fIboolean\fP"
Display input method name in gtab input methods.
.PP
OPTIONS MEANINGS
.br
\fB1 ON\fP
.br
0 OFF
.IP "\fB$HOME/.config/hime/config/gtab-disp-key-codes\fP \fIboolean\fP"
Show all possible key codes of character in gtab input methods.
.PP
OPTIONS MEANINGS
.br
\fB1 ON\fP
.br
0 OFF
.IP "\fB$HOME/.config/hime/config/gtab-disp-partial-match\fP \fInumber\fP"
Display partial matched characters in gtab input methods.
.PP
OPTIONS MEANINGS
.br
0 Auto-selected by definition in .gtab file.
.br
1 ON
.br
\fB2 OFF\fP
.IP "\fB$HOME/.config/hime/config/gtab-dup-select-bell\fP \fIboolean\fP"
Bell ring when multiple selections are available in gtab input methods.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.IP "\fB$HOME/.config/hime/config/gtab-hide-row2\fP \fIboolean\fP"
Hide second row of window in gtab input methods.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.IP "\fB$HOME/.config/hime/config/gtab-in-row1\fP \fIboolean\fP"
Show key codes in first row of window in gtab input methods.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.IP "\fB$HOME/.config/hime/config/gtab-invalid-key-in\fP \fIboolean\fP"
Clear key codes input area when invalid key and Space key are pressed.
.PP
OPTIONS MEANINGS
.br
\fB1 ON\fP
.br
0 OFF
.IP "\fB$HOME/.config/hime/config/gtab-pho-query\fP \fIboolean\fP"
Use ` to query same pronunciation characters. For gtab input methods.
.PP
OPTIONS MEANINGS
.br
\fB1 ON\fP
.br
0 OFF
.IP "\fB$HOME/.config/hime/config/gtab-phrase-pre-select\fP \fIboolean\fP"
Show candidate phrases before pressing endkey (Space key). For gtab input methods.
.PP
OPTIONS MEANINGS
.br
\fB1 ON\fP
.br
0 OFF
.IP "\fB$HOME/.config/hime/config/gtab-pre-select\fP \fInumber\fP"
Show candidate characters before pressing endkey (Space key). For gtab input methods.
.PP
OPTIONS MEANINGS
.br
0 Auto-selected by definition in .gtab file.
.br
\fB1 ON\fP
.br
2 OFF
.IP "\fB$HOME/.config/hime/config/gtab-press-full-auto-send\fP \fInumber\fP"
Auto-send character when key codes input area is filled in gtab input methods.
.PP
OPTIONS MEANINGS
.br
0 Auto-selected by definition in .gtab file.
.br
1 ON
.br
\fB2 OFF\fP
.IP "\fB$HOME/.config/hime/config/gtab-que-wild-card\fP \fIboolean\fP"
Use ? as wildcard. For gtab input methods.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.IP "\fB$HOME/.config/hime/config/gtab-que-wild-card-asterisk\fP \fIboolean\fP"
Use * as wildcard. For gtab input methods.
.PP
OPTIONS MEANINGS
.br
\fB1 ON\fP
.br
0 OFF
.IP "\fB$HOME/.config/hime/config/gtab-shift-phrase-key\fP \fIboolean\fP"
Use single Shift key to input Alt-Shift phrases in gtab input methods.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.IP "\fB$HOME/.config/hime/config/gtab-space-auto-first\fP \fInumber\fP"
Function of Space Key in gtab input methods.
.PP
OPTIONS MEANINGS
.br
\fB0 Auto-selected by definition in .gtab file.\fP
.br
1 Send first character in Boshiamy input method.
.br
2 Send first character in character-selection area.
.br
4 Does not send first character. (For Array input method.)
.IP "\fB$HOME/.config/hime/config/gtab-unique-auto-send\fP \fInumber\fP"
Auto send characters when there is only one choice in gtab input methods.
.PP
OPTIONS MEANINGS
.br
0 Auto-selected by definition in .gtab file.
.br
1 ON
.br
\fB2 OFF\fP
.IP "\fB$HOME/.config/hime/config/gtab-vertical-select\fP \fInumber\fP"
Vertical selection window in gtab input methods.
.PP
OPTIONS MEANINGS
.br
0 Auto-selected by definition in .gtab file.
.br
1 ON
.br
\fB2 OFF\fP
.IP "\fB$HOME/.config/hime/config/pho-hide-row2\fP \fIboolean\fP"
Hide second row of window in Bopomofo and Tsin IM.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.IP "\fB$HOME/.config/hime/config/pho-in-row1\fP \fIboolean\fP"
Show key codes in first row of window in Bopomofo IM.
.PP
OPTIONS MEANINGS
.br
\fB1 ON\fP
.br
0 OFF
.IP "\fB$HOME/.config/hime/config/phonetic-char-dynamic-sequence\fP \fIboolean\fP"
Dynamic character sequence adjustment in Bopomofo and Tsin IM.
.PP
OPTIONS MEANINGS
.br
\fB1 ON\fP
.br
0 OFF
.IP "\fB$HOME/.config/hime/config/phonetic-huge-tab\fP \fIboolean\fP"
Input all Traditional Chinese, Simplified Chinese, and Japanese characters provided by pho-huge.tab in Bopomofo and Tsin IM.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.IP "\fB$HOME/.config/hime/config/phonetic-keyboard\fP \fIstring\fP"
Key codes arrangement style in Bopomofo, Tsin, and Japanese anthy IM.
.PP
OPTIONS MEANINGS
.br
zo Standard style with 1234 selection method
.br
\fBzo-asdf Standard style with asdf selection method\fP
.br
et Eten style with 1234 selection method
.br
et-asdf Eten style with asdf selection method
.br
et26 Eten 26 keys style with 1234 selection method
.br
et26-asdf Eten 26 keys style with asdf selection method
.br
hsu Mr. Hsu's style (Kuo-Yin IM, Natural Bopomofo IM)
.br
pinyin Phonetic Pinyin style with 1234 selection method
.br
pinyin-asdf Phonetic Pinyin style with asdf selection method
.br
dvorak Dvorak style
.br
ibm IBM style
.br
mitac Mitac style
.IP "\fB$HOME/.config/hime/config/phonetic-speak\fP \fIboolean\fP"
Enable text-to-speech. You have to install speech data for this feature.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.IP "\fB$HOME/.config/hime/config/phonetic-speak-sel\fP \fIstring\fP"
Speech data filename for text-to-speech.
.IP "\fB$HOME/.config/hime/config/tsin-buffer-editing-mode\fP \fIboolean\fP"
VI-like editing mode in Tsin IM.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.IP "\fB$HOME/.config/hime/config/tsin-buffer-size\fP \fInumber\fP"
Size of buffer (editing area) in Tsin IM. Default is \fB40\fP.
.IP "\fB$HOME/.config/hime/config/tsin-chinese-english-toggle_key\fP \fInumber\fP"
Toggle key for Chinese/English mode in Tsin IM.
.PP
OPTIONS MEANINGS
.br
\fB1 Caps Lock key\fP
.br
2 Tab key
.br
4 Shift key (Not available in XIM mode).
.br
8 Left Shift key (Not available in XIM mode).
.br
16 Right Shift key (Not available in XIM mode).
.IP "\fB$HOME/.config/hime/config/tsin-cursor-color\fP \fIhex\fP"
Color of cursor in Tsin IM.
.PP
OPTIONS MEANINGS
.br
#FF0000 Red
.br
#00FF00 Green
.br
\fB#0000FF Blue\fP
.br
#FFFF00 Yellow
.br
#FF00FF Magenta
.br
#00FFFF Cyan
.IP "\fB$HOME/.config/hime/config/tsin-phrase-line-color\fP \fIhex\fP"
Color of phrase-underline in Tsin IM. Default is \fB#0000FF\fP.
.IP "\fB$HOME/.config/hime/config/tsin-phrase-pre-select\fP \fIboolean\fP"
Show phrase pre-selection window in Tsin IM.
.PP
OPTIONS MEANINGS
.br
\fB1 ON\fP
.br
0 OFF
.IP "\fB$HOME/.config/hime/config/tsin-space-opt\fP \fInumber\fP"
Function of Space key in Tsin IM.
.PP
OPTIONS MEANINGS
.br
\fB1 Select other same phonetic characters.\fP
.br
2 Send space to buffer of Tsin IM.
.IP "\fB$HOME/.config/hime/config/tsin-tab-phrase-end\fP \fIboolean\fP"
Use Escape key or Tab key to stop phrase-auto-selection in Tsin IM.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.IP "\fB$HOME/.config/hime/config/tsin-tail-select-key\fP \fIboolean\fP"
Show selection keys follows choices in Tsin IM.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.IP "\fB$HOME/.config/hime/config/tsin-tone-char-input\fP \fIboolean\fP"
Input tone sympols of Bopomofo in Tsin IM.
.PP
OPTIONS MEANINGS
.br
1 ON
.br
\fB0 OFF\fP
.SH SEE ALSO
.BR hime (1)

1
Telegram/ThirdParty/hime/man/hime-sim.1 vendored Symbolic link
View File

@@ -0,0 +1 @@
hime-gb-toggle.1

View File

@@ -0,0 +1,18 @@
.TH HIME 1 "21 JAN 2008" "HIME 0.8" "hime input method platform"
.SH NAME
hime-sim2trad, hime-trad2sim \- clipboard data conversion for traditional Chinese and simplified Chinese
.SH SYNOPSIS
.B hime-sim2trad
.br
.B hime-trad2sim
.SH DESCRIPTION
.B hime-sim2trad
converts clipboard's data from simplified Chinese to traditional Chinese.
.PP
.B hime-trad2sim
converts clipboard's data from traditional Chinese to simplified Chinese.
.SH SEE ALSO
.BR hime (1),
.BR hime-gb-toggle (1).
.SH AUTHOR
hime-sim2trad and hime-trad2sim were written by Edward Der-Hua Liu <cp76@csie.nctu.edu.tw>.

1
Telegram/ThirdParty/hime/man/hime-trad.1 vendored Symbolic link
View File

@@ -0,0 +1 @@
hime-gb-toggle.1

View File

@@ -0,0 +1 @@
hime-sim2trad.1

View File

@@ -0,0 +1,17 @@
.TH HIME 1 "2 FEB 2009" "HIME 0.8" "hime input method platform"
.SH NAME
hime-ts-edit \- tsin vocabulary database editor for hime
.SH SYNOPSIS
.B hime-ts-edit
.SH DESCRIPTION
.B hime-ts-edit
is the tsin vocabulary database editor, which you can search and delete the database entries.
.SH SEE ALSO
.BR hime (1),
.BR hime-setup (1),
.BR hime-ts-a2d32 (1),
.BR hime-ts-d2a32 (1),
.BR hime-tsin2gtab-phrase (1),
.BR hime-tslearn (1).
.SH AUTHOR
hime-ts-edit was written by Edward Der-Hua Liu <cp76@csie.nctu.edu.tw>.

View File

@@ -0,0 +1,38 @@
.TH HIME 1 "21 JAN 2008" "HIME 0.8" "hime input method platform"
.SH NAME
hime-tsa2d32, hime-tsd2a32, hime-tsd2a, hime-tsin2gtab-phrase \- hime's Tsin tools
.SH SYNOPSIS
.B hime-tsa2d32
.br
.B hime-tsd2a32
.B [\fB-nousecount\fP]
.br
.B hime-tsd2a
.B [\fB-nousecount\fP]
.br
.B hime-tsin2gtab-phrase
src.gtab
outfile
.SH DESCRIPTION
.B hime-tsa2d32
is a tool to import Tsin input method phrase database.
.PP
.B hime-tsd2a32
is a tool to export Tsin input method phrase database.
.PP
.B hime-tsd2a
is an old tool only for back-compatibility.
.B hime-tsin2gtab-phrase
is a tool to extract phrases from gtab file.
.SH OPTIONS
.TP
.B \-nousecount
Do not record usecount when exporting phrase database of Tsin input method.
.SH ENVIRONMENT VARIABLES
.IP HIME_NO_RELOAD
Tell hime server do not reload data after execution of hime-tsa2d32.
.SH SEE ALSO
.BR hime (1),
.BR hime-tslearn.
.SH AUTHOR
hime-tsa2d32, hime-tsd2a32, hime-tsd2a and hime-tsin2gtab-phrase were written by Edward Der-Hua Liu <cp76@csie.nctu.edu.tw>.

View File

@@ -0,0 +1 @@
hime-tsa2d32.1

View File

@@ -0,0 +1 @@
hime-tsa2d32.1

View File

@@ -0,0 +1,13 @@
.TH HIME 1 "21 JAN 2008" "HIME 0.8" "hime input method platform"
.SH NAME
hime-tslearn \- learns user's personal phrase data
.SH SYNOPSIS
.B hime-tslearn
.SH DESCRIPTION
.B hime-tslearn
learns user's personal phrase data for Tsin input method.
.SH SEE ALSO
.BR hime (1),
.BR hime-tsa2d32 (1).
.SH AUTHOR
hime-tslearn was written by Edward Der-Hua Liu <cp76@csie.nctu.edu.tw>.

63
Telegram/ThirdParty/hime/man/hime.1 vendored Normal file
View File

@@ -0,0 +1,63 @@
.TH HIME 1 "2 FEB 2008" "HIME 0.8" "hime input method platform"
.SH NAME
hime \- an input method server
.SH SYNOPSIS
.B hime
.B [\fB-h\fP|\fB-v\fP|\fB--version\fP]
.br
.SH DESCRIPTION
.B hime
is an input method(IM) server, which focused mainly on Traditional Chinese. It is also very useful for Simplified Chinese, Japanese, and many other languages. IM table format of hime is almost as same as those of scim and xcin. Users may append their IMs to hime very easily.
If you are looking for configuration tool of hime, please see the manpage of \fBhime-setup\fP.
.SH OPTIONS
.TP
.B \-h, \-v, \-\-version
Show version of hime.
.SH FILES
.IP /usr/share/hime/table/gtab.list
Input methods available for hime. You may copy it to $HOME/.config/hime/ and edit it as you like. If you have no $HOME/.config/hime/gtab.list, /usr/share/hime/table/gtab.list will be used.
.IP /usr/share/hime/script/utf8-edit
A file helps hime finding text editors when needed. You may add any UTF-8 compatible text editor to it.
.SH ENVIRONMENT VARIABLES
.IP LC_CTYPE
For bash: export LC_CTYPE=zh_TW.UTF-8
.br
For csh: setenv LC_CTYPE zh_TW.UTF-8
.IP XMODIFIERS
For bash: export XMODIFIERS=@im=hime
.br
For csh: setenv XMODIFIERS @im=hime
.IP GTK_IM_MODULE
For bash: export GTK_IM_MODULE=hime
.br
For csh: setenv GTK_IM_MODULE hime
.IP QT_IM_MODULE
For bash: export QT_IM_MODULE=hime
.br
For csh: setenv QT_IM_MODULE hime
.IP HIME_CONNECT_MSG_ON
Display messages for socket connections.
.IP HIME_DBG_TMP
Display additional debug messages.
.IP HIME_ERR_COREDUMP
Option for debugging.
.IP HIME_IM_CLIENT_NO_AUTO_EXEC
Disable auto-evoke in hime protocol.
.IP HIME_OUTPUT_FILTER
Assign output filter to process data before the IM server send them to clients.
.IP HIME_TABLE_DIR
Assign directory for IM tables other then /usr/share/hime/table.
.SH SEE ALSO
.BR hime-setup (1),
.BR hime-cin2gtab (1),
.BR hime-phoa2d (1),
.BR hime-juyin-learn (1),
.BR hime-message (1)
.SH AUTHORS
.IP "Edward Der-Hua Liu"
Wrote hime and associated tools.
.IP "Friend of Chanjei IM, Malaysia <www.chinesecj.com>"
Author of original Chanjei IM version 5 table.
.IP "Dayi Co., Ltd. <http://www.dayi.com>"
Author of Dayi IM.