KINPUT2.txt
To enable <Shift-space> to start kinput2, replace the file 'kinput.tcl' by typing:
# cp -p /usr/lib/tk8.0jp/kinput.tcl  /usr/lib/tk8.0jp/kinput.tcl.rpmsave
# cp /usr/doc/bookview*/kinput.tcl /usr/lib/tk8.0jp
These commands are performed  by the automatic script when you introduced the RPM package.

(In Japanese)---
TclܸϤؤؤ <Shift-space> Ȥˤե촹ɬפޤѹѤΥե򤳤ʸƱȤѰդޤΤǡԡƤ
RPMѥåȤäƥ󥹥ȡ뤷ȤϥԡϼưŪ˼¹ԤƤޤ
¼ѹʬϰԤΤߡʲ˼ޤ 
---(in Japanese end)

 diff -uNr kinput.org kinput.tcl
--- kinput.org	Thu Apr 26 15:44:11 2001
+++ kinput.tcl	Fri Apr 27 11:17:25 2001
@@ -1,5 +1,5 @@
-# kinput.tcl --
-#
+# kinput.tcl -- modified version Fri 27 Apr 2001
+# Replace the file  '/usr/lib/tk8.0j/kinput.tcl' by this file to start kinput2 by <Shift-space>
 # This file contains Tcl procedures used to input Japanese text.
 #
 # $Header: /home/m-hirano/cvsroot/tcltk/tk8.0jp/library/kinput.tcl,v 1.10 1999/03/11 15:37:26 m-hirano Exp $
@@ -53,7 +53,7 @@
 	set KIStart $valids
     }
 } else {
-    set KIStart "<Control-backslash> <Control-Kanji> <Control-Shift_R>"
+    set KIStart "<Shift-space> <Control-backslash> <Control-Kanji> <Control-Shift_R>"
 }
 
 # ----------------------------------------------------------------------
