diff --git a/Source/Resources/en.lproj/shortcuts.html b/Source/Resources/en.lproj/shortcuts.html
index b6579eb7..6bbfc3bb 100644
--- a/Source/Resources/en.lproj/shortcuts.html
+++ b/Source/Resources/en.lproj/shortcuts.html
@@ -303,6 +303,17 @@
Requiring that ICB is not empty and the IME is not in marking state.
+
+
+ ⌥⇧⏎
+ |
+
+ ‧ Commit everything in the inline composition buffer with all chars separated by an ASCII space.
+ |
+
+ Requiring that ICB is not empty.
+ |
+
⌥→
diff --git a/Source/Resources/ja.lproj/shortcuts.html b/Source/Resources/ja.lproj/shortcuts.html
index 015efdb9..014d8654 100644
--- a/Source/Resources/ja.lproj/shortcuts.html
+++ b/Source/Resources/ja.lproj/shortcuts.html
@@ -303,6 +303,17 @@
ICB が空っぽでなければ、そして IME がマーキング状態中でなければ、の話。
|
+
+
+ ⌥⇧⏎
+ |
+
+ ‧ ICBの内容を半角スペースで1文字づつ分け隔てから送り出す。
+ |
+
+ ICB が空っぽでなければ、の話。
+ |
+
⌥→
diff --git a/Source/Resources/zh-Hans.lproj/shortcuts.html b/Source/Resources/zh-Hans.lproj/shortcuts.html
index f4dbffd4..47abca9b 100644
--- a/Source/Resources/zh-Hans.lproj/shortcuts.html
+++ b/Source/Resources/zh-Hans.lproj/shortcuts.html
@@ -303,6 +303,17 @@
输入法并非处于标记模式时才会生效。
|
+
+
+ ⌥⇧⏎
+ |
+
+ ‧ 递交输出当前组字区的全部内容,且用半形空格分隔每个字。
+ |
+
+ 组字区有内容时才会生效。
+ |
+
⌥→
diff --git a/Source/Resources/zh-Hant.lproj/shortcuts.html b/Source/Resources/zh-Hant.lproj/shortcuts.html
index 5557f5f3..596412bd 100644
--- a/Source/Resources/zh-Hant.lproj/shortcuts.html
+++ b/Source/Resources/zh-Hant.lproj/shortcuts.html
@@ -303,6 +303,17 @@
輸入法並非處於標記模式時才會生效。
|
+
+
+ ⌥⇧⏎
+ |
+
+ ‧ 遞交輸出當前組字區的全部內容,且用半形空格分隔每個字。
+ |
+
+ 組字區有內容時才會生效。
+ |
+
⌥→
|