Skip to content

Commit

Permalink
scim-bridge-XX.el, scim-bridge-en.el: Updated custom types of 'scim-k…
Browse files Browse the repository at this point in the history
…ana-ro-x-keysym' and 'scim-kana-ro-key-symbol'
  • Loading branch information
iRi-E committed Sep 7, 2010
1 parent a9bde90 commit 372bb44
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
12 changes: 8 additions & 4 deletions doc/l10n-dev/scim-bridge-XX.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Maintainer: TRANSLATOR
;; Keywords: Input Method, i18n

(defconst scim-bridge-XX-version "0.8.2.12")
(defconst scim-bridge-XX-version "0.8.2.13")

;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
Expand Down Expand Up @@ -382,7 +382,10 @@
;;use the substitutive keysym. scim-mode modifies X's keymap according to
;;this option in order to distinguish backslash key from yen-mark key. This
;;option is ineffectual unless using jp-106 keyboard."
"")
""
;; '(choice (string :tag "keysym name" :value "F24")
;; (const :tag "none" nil))
)

(scim-set-variable-doc
'scim-kana-ro-key-symbol
Expand All @@ -391,8 +394,9 @@
;;a substitutive X keysym, you must specify the event corresponding to that
;;keysym. This option is ineffectual unless using jp-106 keyboard."
""
;; '(choice (symbol)
;; (const :tag "none" nil))
;; '(choice (symbol :tag "symbol" :value 'f24)
;; (integer :tag "character code (integer)" :value ?_)
;; (const :tag "none" nil))
)

(scim-set-variable-doc
Expand Down
9 changes: 6 additions & 3 deletions doc/l10n-dev/scim-bridge-en.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: S. Irie
;; Keywords: Input Method, i18n

(defconst scim-bridge-en-version "0.8.2.12")
(defconst scim-bridge-en-version "0.8.2.13")

;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
Expand Down Expand Up @@ -378,15 +378,18 @@ input focus is in the other application.")
of keysym corresponding to Japanese kana-RO key. The value nil means don't
use the substitutive keysym. scim-mode modifies X's keymap according to
this option in order to distinguish backslash key from yen-mark key. This
option is ineffectual unless using jp-106 keyboard.")
option is ineffectual unless using jp-106 keyboard."
'(choice (string :tag "keysym name" :value "F24")
(const :tag "none" nil)))

(scim-set-variable-doc
'scim-kana-ro-key-symbol
"Symbol or integer specifying an event of Japanese kana-RO key.
The value nil means don't use that key. If setting `scim-kana-ro-x-keysym'
a substitutive X keysym, you must specify the event corresponding to that
keysym. This option is ineffectual unless using jp-106 keyboard."
'(choice (symbol)
'(choice (symbol :tag "symbol" :value 'f24)
(integer :tag "character code (integer)" :value ?_)
(const :tag "none" nil)))

(scim-set-variable-doc
Expand Down

0 comments on commit 372bb44

Please sign in to comment.