1
2
3CELLWRITER(1) General Commands Manual CELLWRITER(1)
4
5
6
8 cellwriter - grid-entry handwriting recognition input panel
9
11 cellwriter [options]
12
14 CellWriter is a grid-entry natural handwriting recognition input panel.
15 As you write characters into the cells, your writing is instantly rec‐
16 ognized at the character level. When you press 'Enter' on the panel,
17 the input you entered is sent to the currently focused application as
18 if typed on the keyboard.
19
20 See the program website for details: http://risujin.org/cellwriter
21
23 The following options are provided by CellWriter using the standard GNU
24 command line syntax:
25
26 --help Prints the command line options.
27
28 --log-level=4
29 Determines the detail level of log output:
30 0 = Silent
31 3 = Errors only
32 4 = Warnings (default)
33 5 = Informational messages
34 7 = Debugging information
35 8 = Function traces
36
37 --log-file=PATH
38 Redirects log output from standard error to a file.
39
40 --xid This option starts CellWriter in embedded mode. You can set
41 gnome-screensaver to call CellWriter with this option to embed
42 CellWriter into the unlock password prompt.
43
44 --profile=filename
45 Specifies the full path of a profile file to load instead of the
46 user's.
47
48 --read-only
49 Prevents changes from being saved to the profile.
50
51 --keyboard-only
52 Places CellWriter in keyboard-only mode which prevents profile
53 loading, suppresses the no-samples prompt, and only displays the
54 full on-screen keyboard.
55
56 --show-window
57 --hide-window
58 Show or hide the main window regardless of the saved profile
59 setting. If an instance of CellWriter is already running, you
60 can start a second instance of CellWriter with --hide-window to
61 hide its window.
62
63 --window-x=X
64 --window-y=Y
65 Specify the position of the main window in pixels, overriding
66 the profile setting.
67
68 --dock-window=N
69 Controls window docking:
70 0 = Not docked
71 1 = Docked to top
72 2 = Docked to bottom
73
74 --window-struts
75 Sets the extended window manager struts hint when docking. This
76 causes all other windows to be moved out of the docking area.
77 This works with some window managers (XFWM4) but can cause
78 severe problems with others (Metacity).
79
80 --disable-overwrite
81 CellWriter needs to modify the X server keymap in order to gen‐
82 erate keystrokes for Unicode characters that are not already in
83 the user's keymap. This can potentially cause stability issues.
84 Use this option to prevent CellWriter from modifying the keymap.
85
87 Michael Levin <risujin@risujin.org>
88
89 October 27, 2007 CELLWRITER(1)