File: README.en

package info (click to toggle)
ami 1.2.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,444 kB
  • ctags: 3,429
  • sloc: ansic: 27,145; sh: 8,668; makefile: 676; yacc: 316; sed: 16
file content (92 lines) | stat: -rw-r--r-- 3,128 bytes parent folder | download | duplicates (2)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Ami is hangul input method helping application support xim. 
After version 0.2.0 it should seem stable.

option:
  -wm
  	start window maker dock mode. 
	This mode supports enlightenment, kde1 and kde2 too.
	if name of excutable is wmami, start at same mode.
  -gnome
  	start gnome applet mode, if you must build gnome-applet mode in compiling
	if name of excutable is ami_applet, start same mode.

special keys in input mode.

  cursor key
  	move location in word mode. if it can't move anymore, it returns key value to application.
  Ctrl + 'a', 'e'
  	in word mode, it moves at start or end. if it can't move anymore, it returns key value to application.
  F3
  	raise special character select window.
  F9
  	raise hanja select window. if cursor is in front of hanja or hanja word, it can select hanja. it doesn't find matching hanja, ignored.

hanja, special character selection window
  It works application or selection window has focus.

  cursor key
  	move selection, up and down, left and right.
  j,k,l,m
  	move like vim ;)
  Escape
  	close currunt selection window
  Space, Enter
  	Select character on cursor, and close window.
  Tab
  	Move window tab in special character selection window.

requirement
  - it is running under only X11R6
  - you must install gtk+-1.2.x with xim-support

Complie & Install
  configure; make; make install
  If you want to install at other location, you must add --prefix=wanted_directory_name option
  If you want to use gnome applet, you must add --enable-gnome-applet option
  Want to see other options, run configure --help.
  gnome applet mode will run properly ,you must add configure --prefix=/usr --sysconfdir=/etc options

  hanja dictionary file is hanja.dic.gz.
  you must decompress it and move /usr/local/share/ami/hanja.dic.
  if you specify other prefix, move $(prefix)/share/ami/hanja.dic.
  This dictionary is very simple dictionary for each hanja character.
  if you have hwp(popular hangul word processor), you can convert hwp dictionary to ami dictionary. refer hanjadic directory.
  
feature:
  - OnTheSpot, OverTheSpot, OffTheSpot support
    Root support not completly.
  - hangul 2bulsik, 3bulsik 390/final keyboard type support
  - qwerty, dvorak english keyboard type support
  - WindowMaker, E docking , kde1, kde2 panel mode support
  - gnome applet support

to do:
  - Ximp support in X11R5
  - StringConversion
  - useful Extension related with callbacks

known problem:

  - there is some problem in netscape. That is netscape's bugs. If you use option that don't make status windows, that problem will be solved.
  - in non-gtk+ program, location of caret don't be sent properly in some case.

copyright:
  Ami is Copyright (C) Chideok Hwang except IMdkit part.
  And this is released GPL.
  see COPYING file.

reference:
  sampleIM: sample program in IMdkit, 
  byeoroo, htt, her, uIMS

mailing list:

  You can subscribe at:
      http://kldp.net/projects/ami

Get New Version
  visit http://ami.kldp.net/ and you can get newer information and relations.

ChiDeok Hwang(hwang@mizi.co.kr)

traslated by Young-Ho Cha(ganadist@www.dacome.co.kr)