This file is indexed.

/usr/share/uim/yahoo-jp-key-custom.scm is in libuim-data 1:1.8.6+gh20161003.0.d63dadd-2.

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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
;;; yahoo-jp-custom.scm: Customization variables for yahoo-jp.scm
;;;
;;; Copyright (c) 2008-2013 uim Project https://github.com/uim/uim
;;;
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions
;;; are met:
;;; 1. Redistributions of source code must retain the above copyright
;;;    notice, this list of conditions and the following disclaimer.
;;; 2. Redistributions in binary form must reproduce the above copyright
;;;    notice, this list of conditions and the following disclaimer in the
;;;    documentation and/or other materials provided with the distribution.
;;; 3. Neither the name of authors nor the names of its contributors
;;;    may be used to endorse or promote products derived from this software
;;;    without specific prior written permission.
;;;
;;; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND
;;; ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
;;; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
;;; ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
;;; FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
;;; DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
;;; OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
;;; HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
;;; LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
;;; OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
;;; SUCH DAMAGE.
;;;;

(require "i18n.scm")

(define-custom-group 'yahoo-jp-keys1
		     (N_ "Yahoo-Jp key bindings 1")
		     (N_ "long description will be here."))

(define-custom-group 'yahoo-jp-keys2
		     (N_ "Yahoo-Jp key bindings 2")
		     (N_ "long description will be here."))

(define-custom-group 'yahoo-jp-keys3
		     (N_ "Yahoo-Jp key bindings 3")
		     (N_ "long description will be here."))

(define-custom-group 'yahoo-jp-keys4
		     (N_ "Yahoo-Jp key bindings 4")
		     (N_ "long description will be here."))

(define-custom 'yahoo-jp-next-segment-key '(generic-go-right-key)
               '(yahoo-jp-keys1)
	       '(key)
	       (N_ "[Yahoo-Jp] next segment")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-prev-segment-key '(generic-go-left-key)
               '(yahoo-jp-keys1)
	       '(key)
	       (N_ "[Yahoo-Jp] previous segment")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-extend-segment-key '("<IgnoreCase><Control>o" "<Shift>right")
               '(yahoo-jp-keys1)
	       '(key)
	       (N_ "[Yahoo-Jp] extend segment")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-shrink-segment-key '("<IgnoreCase><Control>i" "<Shift>left")
               '(yahoo-jp-keys1)
	       '(key)
	       (N_ "[Yahoo-Jp] shrink segment")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-transpose-as-hiragana-key '("F6" "Muhenkan")
               '(yahoo-jp-keys1)
	       '(key)
	       (N_ "[Yahoo-Jp] convert to hiragana")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-transpose-as-katakana-key '("F7" "Muhenkan")
               '(yahoo-jp-keys1)
	       '(key)
	       (N_ "[Yahoo-Jp] convert to katakana")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-transpose-as-halfkana-key '("F8" "Muhenkan")
               '(yahoo-jp-keys1)
	       '(key)
	       (N_ "[Yahoo-Jp] convert to halfwidth katakana")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-transpose-as-halfwidth-alnum-key '("F10")
	       '(yahoo-jp-keys1)
	       '(key)
	       (N_ "[Yahoo-Jp] convert to halfwidth alphanumeric")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-transpose-as-fullwidth-alnum-key '("F9")
	       '(yahoo-jp-keys1)
	       '(key)
	       (N_ "[Yahoo-Jp] convert to fullwidth alphanumeric")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-commit-as-opposite-kana-key '("<IgnoreCase><Shift>q")  ;; "Q"
               '(yahoo-jp-keys1)
	       '(key)
	       (N_ "[Yahoo-Jp] commit as transposed kana")
	       (N_ "long description will be here"))

;;
;; overriding generic keys
;;
(define-custom 'yahoo-jp-on-key '("<Control>\\" generic-on-key)
               '(yahoo-jp-keys2)
	       '(key)
	       (N_ "[Yahoo-Jp] on")
	       (N_ "long description will be here"))

;;(define-custom 'yahoo-jp-off-key '("l" generic-on-key)
(define-custom 'yahoo-jp-off-key '("<Control>\\" generic-off-key)
               '(yahoo-jp-keys2)
	       '(key)
	       (N_ "[Yahoo-Jp] off")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-begin-conv-key '(generic-begin-conv-key)
               '(yahoo-jp-keys2)
	       '(key)
	       (N_ "[Yahoo-Jp] begin conversion")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-commit-key '(generic-commit-key)
               '(yahoo-jp-keys2)
	       '(key)
	       (N_ "[Yahoo-Jp] commit")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-cancel-key '(generic-cancel-key)
               '(yahoo-jp-keys2)
	       '(key)
	       (N_ "[Yahoo-Jp] cancel")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-next-candidate-key '(generic-next-candidate-key)
               '(yahoo-jp-keys2)
	       '(key)
	       (N_ "[Yahoo-Jp] next candidate")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-prev-candidate-key '(generic-prev-candidate-key)
               '(yahoo-jp-keys2)
	       '(key)
	       (N_ "[Yahoo-Jp] previous candidate")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-next-page-key '(generic-next-page-key)
             '(yahoo-jp-keys2)
	       '(key)
	       (N_ "[Yahoo-Jp] next page of candidate window")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-prev-page-key '(generic-prev-page-key)
               '(yahoo-jp-keys2)
	       '(key)
	       (N_ "[Yahoo-Jp] previous page of candidate window")
	       (N_ "long description will be here"))

;;
;; overriding generic keys (advanced)
;;
(define-custom 'yahoo-jp-beginning-of-preedit-key '(generic-beginning-of-preedit-key)
               '(yahoo-jp-keys3)
	       '(key)
	       (N_ "[Yahoo-Jp] beginning of preedit")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-end-of-preedit-key '(generic-end-of-preedit-key)
               '(yahoo-jp-keys3)
	       '(key)
	       (N_ "[Yahoo-Jp] end of preedit")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-kill-key '(generic-kill-key)
               '(yahoo-jp-keys3)
	       '(key)
	       (N_ "[Yahoo-Jp] erase after cursor")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-kill-backward-key '(generic-kill-backward-key)
               '(yahoo-jp-keys3)
	       '(key)
	       (N_ "[Yahoo-Jp] erase before cursor")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-backspace-key '(generic-backspace-key)
               '(yahoo-jp-keys3)
	       '(key)
	       (N_ "[Yahoo-Jp] backspace")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-delete-key '(generic-delete-key)
               '(yahoo-jp-keys3)
	       '(key)
	       (N_ "[Yahoo-Jp] delete")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-go-left-key '(generic-go-left-key)
               '(yahoo-jp-keys3)
	       '(key)
	       (N_ "[Yahoo-Jp] go left")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-go-right-key '(generic-go-right-key)
               '(yahoo-jp-keys3)
	       '(key)
	       (N_ "[Yahoo-Jp] go right")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-vi-escape-key '("escape" "<Control>[")
               '(yahoo-jp-keys3)
	       '(key)
	       (N_ "[Yahoo-Jp] ESC keys on vi-cooperative mode")
	       (N_ "long description will be here"))

;;
;; ja advanced
;;

(define-custom 'yahoo-jp-hiragana-key '("<Shift>F6")
	       '(yahoo-jp-keys4 mode-transition)
	       '(key)
	       (N_ "[Yahoo-Jp] hiragana mode")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-katakana-key '("<Shift>F7")
	       '(yahoo-jp-keys4 mode-transition)
	       '(key)
	       (N_ "[Yahoo-Jp] katakana mode")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-halfkana-key '("<Shift>F8")
	       '(yahoo-jp-keys4 mode-transition)
	       '(key)
	       (N_ "[Yahoo-Jp] halfwidth katakana mode")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-halfwidth-alnum-key '("<Shift>F10")
	       '(yahoo-jp-keys4 mode-transition)
	       '(key)
	       (N_ "[Yahoo-Jp] halfwidth alphanumeric mode")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-fullwidth-alnum-key '("<Shift>F9")
	       '(yahoo-jp-keys4 mode-transition)
	       '(key)
	       (N_ "[Yahoo-Jp] fullwidth alphanumeric mode")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-kana-toggle-key '()
               '(yahoo-jp-keys4 advanced)
	       '(key)
	       (N_ "[Yahoo-Jp] toggle hiragana/katakana mode")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-alkana-toggle-key '()
	       '(yahoo-jp-keys4 advanced)
	       '(key)
	       (N_ "[Yahoo-Jp] toggle kana/alphanumeric mode")
	       (N_ "long description will be here"))

(define-custom 'yahoo-jp-next-prediction-key '("tab" "down" "<IgnoreCase><Control>n" "<IgnoreCase><Control>i")
               '(yahoo-jp-keys4 yahoo-jp-prediction)
               '(key)
               (N_ "[Yahoo-Jp] Next prediction candidate")
               (N_ "long description will be here"))

(define-custom 'yahoo-jp-prev-prediction-key '(generic-prev-candidate-key)
               '(yahoo-jp-keys4 yahoo-jp-prediction)
               '(key)
               (N_ "[Yahoo-Jp] Previous prediction candidate")
               (N_ "long description will be here"))