1IOK(1) General Commands Manual IOK(1)
2
3
4
6 iok- Indic Onscreen Keyboard
7
9 iok [-a] [-h] [-d 1] [-n LANGCODE]
10
12 Indic Onscreen Keyboard currently shows Inscript and Inscript2
13 keymaps for 22 official Indian languages. The languages are Assamese,
14 Bengali, Bodo, Dogri, Gujarati, Hindi, Kannada, Kokani, Maithili,
15 Malayalam, Manipuri, Marathi, Nepali, Oriya, Punjabi, Sanskrit, San‐
16 tali, Sindhi, Tamil, Telugu.
17 The iok application runs in default and advanced mode. In default
18 mode, iok starts by loading Inscript2 keymap of the current locale. If
19 keymap is not installed or available then iok shows keymap list in the
20 default mode. User can then select any keymap from keymap list if he
21 want to write using it.
22 In the advanced mode, iok allows to open non-supported keymaps. If
23 keymap can be parsed by iok then it will be showed in iok UI otherwise
24 it will show error message that iok can't load this keymap. Advanced
25 mode also allows to create custom keymap by either swapping or re-
26 assigning character mappings in the existing loaded keymap in iok.
27 Another feature iok supports is Drag and Drop. This will allow
28 user to swap character mappings using mouse.
29 The keymap list shows Inscript and Inscript2 keymaps from location
30 /usr/share/m17n and ~/.m17n.d path.
31
32 To start iok in normal mode from console, use following command iok
33
34 To start iok in advanced mode from console, use following command iok
35 -a
36
37 To start iok in any supported Inscript2 keymap (say in Marathi) use
38 following command iok -n mr
39
40 As Inscript2 keymap naming also uses language script code for some lan‐
41 guages, command to open those keymaps is like this iok -n pa-guru where
42 pa is a isocode name for the Punjabi language and guru is a language
43 script code name in which keymap is written.
44
45 To use Drag and Drop feature of iok, start iok from console as iok -d 1
46 The Draft version of Inscript2 keymaps are available at https://fedora‐
47 hosted.org/inscript2/
48
49 This project is available at http://fedorahosted.org/iok/ or
50 http://iok.sourceforge.net
51
52
54 -a It shows the menus and combo box in iok UI
55
56 -h It show the help
57
58 -d 1 This will enable Drag and Drop feature only for the single iok
59 invocation. Otherwise iok has disabled Drag and Drop by default.
60
61 -n LANGCODE
62 In the place of LANGCODE,you need to specify a particular lan‐
63 guage code. Shows iok UI for that particular language. This
64 will also requires language script code. e.g. for Bodo, Dogri,
65 Kokani, Nepali, Sindhi use its langcode and "-deva" as a lan‐
66 guage script code.
67
68 To start iok using Kokani keymap, run "iok -n kok-deva"
69
71 Suji A <suji87.msc@gmail.com> , Parag <pnemade@fedoraproject.org>
72
73 March 12, 2012 IOK(1)