/usr/share/uim/prime-key-custom.scm is in uim-data 1:1.8.6+gh20180114.64e3173-2build2.
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 | ;;; prime-key-custom.scm: Customization variables for PRIME key bindings
;;;
;;; Copyright (c) 2003-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")
;; original key definitions
;;(define-key prime-latin-key? '("<Control>l" generic-off-key?))
;;(define-key prime-wide-latin-key? "<Control>L")
;;(define-key prime-begin-conv-key? 'generic-begin-conv-key?)
;;(define-key prime-on-key? '("<Control>j" "<Control>J" generic-on-key?))
;;(define-key prime-commit-key? 'generic-commit-key?)
;;(define-key prime-next-candidate-key? 'generic-next-candidate-key?)
;;(define-key prime-prev-candidate-key? 'generic-prev-candidate-key?)
;;(define-key prime-next-page-key? 'generic-next-page-key?)
;;(define-key prime-prev-page-key? 'generic-prev-page-key?)
;;(define-key prime-cancel-key? 'generic-cancel-key?)
;;(define-key prime-backspace-key? 'generic-backspace-key?)
;;(define-key prime-delete-key? 'generic-delete-key?)
;;(define-key prime-go-left-key? 'generic-go-left-key?)
;;(define-key prime-go-right-key? 'generic-go-right-key?)
;;(define-key prime-go-left-edge-key? '("<Control>a" "<Control>left"))
;;(define-key prime-go-right-edge-key? '("<Control>e" "<Control>right"))
;;(define-key prime-register-key? '("<Control>w"))
;;(define-key prime-typing-mode-hiragana-key? "F6")
;;(define-key prime-typing-mode-katakana-key? "F7")
;;(define-key prime-typing-mode-hankana-key? "F8")
;;(define-key prime-typing-mode-wideascii-key? "F9")
;;(define-key prime-typing-mode-ascii-key? "F10")
;;(define-key prime-expand-segment-key? '("<Control>o" "<Shift>right"))
;;(define-key prime-shrink-segment-key? '("<Control>i" "<Shift>left"))
;;(define-key prime-english-next-candidate-key? '("<Control>i" "tab" generic-next-candidate-key?))
;;(define-key prime-english-direct-key? '("." "," ":" ";" "(" ")" "\"" "'" "!" "?"))
(define-custom-group 'prime-keys1
(N_ "PRIME key bindings 1")
(N_ "long description will be here."))
(define-custom-group 'prime-keys2
(N_ "PRIME key bindings 2")
(N_ "long description will be here."))
(define-custom-group 'prime-keys3
(N_ "PRIME key bindings 3")
(N_ "long description will be here."))
(define-custom 'prime-register-key '("<Control>w")
'(prime-keys1)
'(key)
(N_ "[PRIME] prime-register-key")
(N_ "long description will be here"))
(define-custom 'prime-typing-mode-hiragana-key '("F6")
'(prime-keys1 mode-transition)
'(key)
(N_ "[PRIME] prime-typing-mode-hiragana-key")
(N_ "long description will be here"))
(define-custom 'prime-typing-mode-katakana-key '("F7")
'(prime-keys1 mode-transition)
'(key)
(N_ "[PRIME] prime-typing-mode-katakana-key")
(N_ "long description will be here"))
(define-custom 'prime-typing-mode-hankana-key '("F8")
'(prime-keys1 mode-transition)
'(key)
(N_ "[PRIME] prime-typing-mode-hankana-key")
(N_ "long description will be here"))
(define-custom 'prime-typing-mode-wideascii-key '("F9")
'(prime-keys1 mode-transition)
'(key)
(N_ "[PRIME] prime-typing-mode-wideascii-key")
(N_ "long description will be here"))
(define-custom 'prime-typing-mode-ascii-key '("F10")
'(prime-keys1 mode-transition)
'(key)
(N_ "[PRIME] prime-typing-mode-ascii-key")
(N_ "long description will be here"))
;;
;; advanced 1
;;
(define-custom 'prime-on-key '("<IgnoreCase><Control>j" generic-on-key)
'(prime-keys2 mode-transition)
'(key)
(N_ "[PRIME] on")
(N_ "long description will be here"))
(define-custom 'prime-latin-key '("<Control>l" generic-off-key)
'(prime-keys2 mode-transition)
'(key)
(N_ "[PRIME] off")
(N_ "long description will be here"))
(define-custom 'prime-wide-latin-key '("<Control>L")
'(prime-keys2 mode-transition)
'(key)
(N_ "[PRIME] fullwidth alphanumeric mode")
(N_ "long description will be here"))
(define-custom 'prime-begin-conv-key '(generic-begin-conv-key)
'(prime-keys2)
'(key)
(N_ "[PRIME] begin conversion")
(N_ "long description will be here"))
(define-custom 'prime-commit-key '(generic-commit-key)
'(prime-keys2)
'(key)
(N_ "[PRIME] commit")
(N_ "long description will be here"))
(define-custom 'prime-cancel-key '(generic-cancel-key)
'(prime-keys2)
'(key)
(N_ "[PRIME] cancel")
(N_ "long description will be here"))
(define-custom 'prime-next-candidate-key '(generic-next-candidate-key)
'(prime-keys2)
'(key)
(N_ "[PRIME] next candidate")
(N_ "long description will be here"))
(define-custom 'prime-prev-candidate-key '(generic-prev-candidate-key)
'(prime-keys2)
'(key)
(N_ "[PRIME] previous candidate")
(N_ "long description will be here"))
(define-custom 'prime-next-page-key '(generic-next-page-key)
'(prime-keys2)
'(key)
(N_ "[PRIME] next page of candidate window")
(N_ "long description will be here"))
(define-custom 'prime-prev-page-key '(generic-prev-page-key)
'(prime-keys2)
'(key)
(N_ "[PRIME] previous page of candidate window")
(N_ "long description will be here"))
;;
;; advanced 2
;;
(define-custom 'prime-go-left-edge-key '("<IgnoreCase><Control>a" "<Control>left")
'(prime-keys3)
'(key)
(N_ "[PRIME] beginning of preedit")
(N_ "long description will be here"))
(define-custom 'prime-go-right-edge-key '("<IgnoreCase><Control>e" "<Control>right")
'(prime-keys3)
'(key)
(N_ "[PRIME] end of preedit")
(N_ "long description will be here"))
(define-custom 'prime-backspace-key '(generic-backspace-key)
'(prime-keys3)
'(key)
(N_ "[PRIME] backspace")
(N_ "long description will be here"))
(define-custom 'prime-delete-key '(generic-delete-key)
'(prime-keys3)
'(key)
(N_ "[PRIME] delete")
(N_ "long description will be here"))
(define-custom 'prime-go-left-key '(generic-go-left-key)
'(prime-keys3)
'(key)
(N_ "[PRIME] go left")
(N_ "long description will be here"))
(define-custom 'prime-go-right-key '(generic-go-right-key)
'(prime-keys3)
'(key)
(N_ "[PRIME] go right")
(N_ "long description will be here"))
(define-custom 'prime-shrink-segment-key '("<IgnoreCase><Control>i" "<Shift>left")
'(prime-keys3)
'(key)
(N_ "[PRIME] shrink segment")
(N_ "long description will be here"))
(define-custom 'prime-expand-segment-key '("<IgnoreCase><Control>o" "<Shift>right")
'(prime-keys3)
'(key)
(N_ "[PRIME] extend segment")
(N_ "long description will be here"))
(define-custom 'prime-english-next-candidate-key '("<IgnoreCase><Control>i" "tab" generic-next-candidate-key)
'(prime-keys3 english)
'(key)
(N_ "[PRIME] next candidate in English mode")
(N_ "long description will be here"))
(define-custom 'prime-english-direct-key '("." "," ":" ";" "(" ")" "\"" "'" "!" "?")
'(prime-keys3 english)
'(key)
(N_ "[PRIME] Direct key in English mode")
(N_ "long description will be here"))
|