Go to main content

man pages section 4: File Formats

Exit Print View

Updated: July 2017
 
 

wnn_2A_CTRL (4)

Name

wnn_2A_CTRL - Command Definition Table

Synopsis

/usr/lib/wnn/ja_JP/rk/2A_CTRL 

Description

Settings are interpreted when WnnLE is started to set conversion keys. These keys are used to set the text input mode. The codes set here are used in the settings for uumkey.

Setting Example

'\x81' (switch katakana) ;PF1 key

'\x82' (switch zenkaku) ;PF2 key

'\x83' (switch romkan) ;PF3 key

Notes

The following precaution must be considered for the PF1 to PF4 keys and the cursor keys. When the terminal generates a code of two bytes or longer, the data of the text string generated from the keyboard is converted to a 1-byte code by WnnLE before converting using the table in 2A_CTRL. Refer to the wwn_cvt_xim_tbl (4) man page.

The codes received by the table for the PF1 to PF4 keys and the cursor keys are shown below. These codes are valid only when WnnLE is using the table and they are not used when the roman character conversion library is being used.

PF1
0x81
right arrow key
0x90
PF2
0x82
left arrow key
0x91
PF3
0x83
down arrow key
0x94
PF4
0x84
up arrow key
0x93

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
wnn

See Also

wnn_mode(4) , uumkey(4) , wnn_cvt_xim_tbl(4) , wnn_automaton(4)