/usr/share/tcltk/tklib0.5/khim/ROOT.msg is in tklib 0.5-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | # ROOT.msg --
#
# Default English-language messages for KHIM
#
# Copyright (c) 2006 by Kevin B. Kenny. All rights reserved.
#
# Refer to the file "license.terms" for the terms and conditions of
# use and redistribution of this file, and a DISCLAIMER OF ALL WARRANTEES.
#
# $Id: ROOT.msg,v 1.2 2006/09/05 18:52:22 kennykb Exp $
# $Source: /cvsroot/tcllib/tklib/modules/khim/ROOT.msg,v $
#
#----------------------------------------------------------------------
# Make sure that help text is available in the root locale.
namespace eval ::khim {
# If you edit this file, also edit the corresponding text in en.msg,
# which is provided for 8.4 compatibility.
::msgcat::mcset {} HELPTEXT {
Kevin's Hacky Input Method (KHIM)
KHIM allows you to input international characters from a
keyboard that doesn't support them. It works independently of
any input method that the operating system may supply; it is
intended for when you don't have control over your keyboard
mapping and still need to input text in other languages.
To use KHIM, bring up the KHIM Controls (the way this is done
depends on your application) and enable KHIM by checking "Use
KHIM". You also need to choose a key on your keyboard that is
seldom used, and designate it as the "Compose" key by pressing
the button labelled, "Compose key:" then striking the key you
wish to designate. Generally speaking, this key should not be
the key designated as "Compose" on the keyboard; that key will
continue to invoke whatever input method the local operating
system supplies.
Once KHIM is enabled, you can enter international characters
in any widget that is configured to use KHIM by pressing the
Compose key followed by a two-character sequence. The listbox
in the KHIM controls shows the available sequences. In
addition, if you strike the Compose key twice, you get a
dialog that allows you to input arbitrary symbols from a
Unicode character map. In the map, you can navigate among the
characters using either the cursor keys or the mouse, and you
can select the current character for insertion by
double-clicking it, pressing the space bar, or pressing the
Enter (or Return) key.
To define a new sequence for use with the Compose key, bring
up the KHIM controls, enter the two characters in the
"Input key sequence" entry and the desired character to insert
into the "Character" entry, and press "Change". (You may copy
and paste the character from another application, or use the
"Unicode..." button (or press the Compose key twice) to select
the character from a map of all available Unicode code
points.) To remove a sequence, select it in the listbox and
press "Delete".
}
::msgcat::mcset {} {SELECT COMPOSE KEY} [string map [list \n\t \n] {
Please press the
key that you want
to use as the
"Compose" key.
}]
}
|