NAME
uumkey − Wnn6 Kana-Kanji conversion key binding definition file
SYNOPSIS
/usr/lib/locale/ja/wnn/ja/uumkey
DESCRIPTION
The uumkey file defines the key binding for Japanese input. Each user can define own uumkey file. Lines beginning with a colon (:) or a semicolon (;) are comments.
Entries
Style
Entries is set in the following style:
include and unset are called "other entries".
entries and setting_value are separated by space character or tab.
Lines beginning with semicolons (;) or colons (:) are comments.
keycode is specified in octal, decimal, or hexadecimal notation as in the C programming language. For example, notation "^A" is available for control key input.
Up to 10 codes can be written for each function entry.
If the same entry appears more than once, the last one will be used. To specify more than one keycode to the single function, they must be set at the same time.
However, only one function entry can be set to a single key in the same Kana-Kanji conversion mode.
Integers from 0 through 511 can be taken as key code. Numbers that cannot be generated from the keyboard (e.g., integers over 127) may be converted in key code (cvt_xim_tbl/cvt_key_tbl ) or must be generated through the Automaton.
Other
Entries
include uumkey_filename
Reads the specified uumkey file for key binding.
unset entry
Cancels key binding for the specified entry.
Kana-Kanji
Conversion Operation Mode
Each function entry can be used in specifed operate
mode.
Function
Entries
The function entries followed by _e can operate with
the operation mode 3 (input buffer is empty), adding the
operation mode of the same function as those of the function
entries followed by no _e.
• |
Standard function entries |
• |
Function entries in ATOK8 input style |
• |
Function entries in ATOK7 input style |
• |
Function entries in cs00 input style |
• |
Function entries in EGBRIDGE input style |
EXAMPLE
; include file include /usr/lib/locale/ja/wnn/ja/uumkey ; Commands Codes unset sjis_e atok_select_jikouho 0x20 0x9E 0x118 ^W
• |
The first and third lines are comments. | ||
• |
Includes the standard key binding definition file in the second line. | ||
• |
Resets the key binding for sjis_e function entry in the forth line. | ||
• |
Binds the key for atok_select_jikouho function entry in the fifth line. |
SEE ALSO
uum(1), wnnenvutil(1), xjsi(1), uumrc(4), wnn_automaton(4), wnn_cvt_key_tbl(4),wnn_cvt_xim_tbl(4),wnn_mode(4)
BUGS
It cannot be allocated key code generated by Automaton set as henkan_on entries.