This file is indexed.

/usr/share/tcltk/tklib0.5/khim/en.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
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# en.msg --
#
#	English-language messages for KHIM
#
# Copyright (c) 2005 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: en.msg,v 1.3 2007/06/08 19:24:31 kennykb Exp $
# $Source: /cvsroot/tcllib/tklib/modules/khim/en.msg,v $
#
#----------------------------------------------------------------------

namespace eval ::khim {

    # If you edit HELPTEXT or {SELECT COMPOSE KEY}, also edit the corresponding
    # messages in ROOT.msg

    ::msgcat::mcset en 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 en {SELECT COMPOSE KEY} [string map [list \n\t \n] {
	Please press the 
	key that you want 
	to use as the 
	"Compose" key.
    }]

    ::msgcat::mcset en {Apply} {Apply}

    ::msgcat::mcset en {Cancel} {Cancel}

    ::msgcat::mcset en {Change} {Change}

    ::msgcat::mcset en {Character} {Character}

    ::msgcat::mcset en {Compose Key} {Compose Key}

    ::msgcat::mcset en {Compose key:} {Compose key:}

    ::msgcat::mcset en {Composed sequence must be two characters long} \
	{Composed sequence must be two characters long}

    ::msgcat::mcset en {Delete} {Delete}

    ::msgcat::mcset en {KHIM Help} {KHIM Help}

    ::msgcat::mcset en {Help...} {Help...}

    ::msgcat::mcset en {Input key sequence} {Input key sequence}

    ::msgcat::mcset en {Insert Character} {Insert Character}

    ::msgcat::mcset en {Invalid sequence} {Invalid sequence}

    ::msgcat::mcset en {Key sequences} {Key sequences}

    ::msgcat::mcset en {KHIM Controls} {KHIM Controls}

    ::msgcat::mcset en {OK} {OK}

    ::msgcat::mcset en {Select code page:} {Select code page:}

    ::msgcat::mcset en {Unicode...} {Unicode...}

    ::msgcat::mcset en {Use KHIM} {Use KHIM}

}

# Local Variables:
# mode: tcl
# End: