diff --git a/CHANGELOG.md b/CHANGELOG.md index 9228a7568..dc3f2b1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2697,7 +2697,7 @@ no change. - Refine dialog messages on text encoding change. - Change sidebar behavior to close inward when it was opened inward because of insufficient space. - Avoid requiring high power GPU use. -- [trivial] Hide insertion point in shortcut input fields in the Key Binding pane. +- [trivial] Hide insertion point in shortcut input fields in the Key Bindings pane. - [trivial] Set a spoken name of CotEditor. - [trivial] Add `enablesAsynchronousSaving` hidden default key that enables asynchronous saving. - [non-AppStore ver.] Update Sparkle framework. diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/about_filedrop.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/about_filedrop.html index 503a8eeaa..5d08eeead 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/about_filedrop.html +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/about_filedrop.html @@ -56,7 +56,7 @@

See also

diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/faq_keybinding.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/faq_keybinding.html deleted file mode 100644 index 73571ca10..000000000 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/faq_keybinding.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - If your key bindings don’t work as you expect in CotEditor - - - - -

If your key bindings don’t work as you expect in CotEditor

- -

If a key binding you set doesn’t work properly chances are that:

- - - -
-

See also

- -
- - - diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/faq_shortcut.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/faq_shortcut.html new file mode 100644 index 000000000..1b80b505d --- /dev/null +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/faq_shortcut.html @@ -0,0 +1,30 @@ + + + + + + + If your keyboard shortcut doesn’t work as you expect in CotEditor + + + + +

If your keyboard shortcut doesn’t work as you expect in CotEditor

+ +

If a shortcut you set doesn’t work properly chances are that:

+ + + +
+

See also

+ +
+ + + diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_customize_keybinding.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_customize_keybinding.html deleted file mode 100644 index 5c301fe04..000000000 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_customize_keybinding.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - Customize key bindings in CotEditor - - - - -

Customize key bindings in CotEditor

- -

You can fully customize CotEditor’s menu key bindings. Also, you can store text snippets that have your preferred key bindings assigned. For example, you can insert “<br />” (with a line ending) by pressing Shift-Return. Go to the Key Bindings pane in the Settings to create your own key bindings.

- - - - -
-

See also

- -
- - - diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_customize_shortcut.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_customize_shortcut.html new file mode 100644 index 000000000..bf23dd78d --- /dev/null +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_customize_shortcut.html @@ -0,0 +1,57 @@ + + + + + + + Customize keyboard shortcuts in CotEditor + + + + +

Customize keyboard shortcuts in CotEditor

+ +

You can fully customize keyboard shortcuts for various commands in CotEditor.

+ +

The method to change shortcuts depends on the type of the command:

+ + + + + + + + + + + + + + + + + + + + + +
Methods to define keyboard shortcuts
TypeDescription
Menu commandKeyboard shortcuts for standard menu command displayed in the menu. Go to the Key Bindings settings in the Settings to change the keyboard shortcut for existing menu commands. +
    +
  • Some menu commands provided by the system can not be customized in CotEditor. For details about customizing the standard shortcuts for Cocoa applications, see Apple’s documentation: Create keyboard shortcuts for apps on Mac
  • +
Snippet insertionKeyboard shortcuts for commands to insert a user snippet (preset text). The commands inserting snippets appear in the menu too, but the shortcuts to these commands are not set in the Key Bindings settings but in the Snippets settings.
CotEditor scriptKeyboard shortcuts to execute user’s CotEditor scripts. Include a specific character combination to the script file name to define a keyboard shortcut. See Customize Script menu for details.
+ +

You cannot set the shortcuts that are already taken (for example, shortcuts for your scripts or menu items that don’t appear in the list). When the same shortcut is assigned to multiple commands, it performs only one command among them.

+ + +
+

See also

+ +
+ + + diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_filedrop.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_filedrop.html index 03be5d181..64bc6462a 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_filedrop.html +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_filedrop.html @@ -22,13 +22,13 @@

Define File Drop

-

To configure the behavior of File Drop, go to CotEditor > Settings > File Drop.

+

To configure the behavior of File Drop, go to CotEditor > Settings > Snippets > File Drop.

See also

diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/releasenotes.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/releasenotes.html index 8e367fc97..89a17e740 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/releasenotes.html +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/releasenotes.html @@ -3216,7 +3216,7 @@
  • Refine dialog messages on text encoding change.
  • Change sidebar behavior to close inward when it was opened inward because of insufficient space.
  • Avoid requiring high power GPU use.
  • -
  • trivial: Hide insertion point in shortcut input fields in the Key Binding pane.
  • +
  • trivial: Hide insertion point in shortcut input fields in the Key Bindings pane.
  • trivial: Set a spoken name of CotEditor.
  • trivial: Add enablesAsynchronousSaving hidden default key that enables asynchronous saving.
  • non-AppStore ver.: Update Sparkle framework.
  • diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/settings.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/settings.html index e62037ab9..21cf0ed7d 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/settings.html +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/settings.html @@ -34,11 +34,11 @@
  • Format: Set the default format for documents such as line ending type and text encoding, and manage syntax styles.
  • -
  • File Drop: - Choose how to insert a preset text when you drop a file onto the editor.
  • +
  • Snippets: + Define preset text to insert with your preferred keyboard shortcuts or by dropping files onto the editor.
  • Key Bindings: - Customize keyboard shortcuts to execute menu item commands, and store some text snippets you use frequently along with your preferred keyboard shortcuts.
  • + Customize keyboard shortcuts to execute menu commands.
  • Print: Set the default style for document printing.
  • diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/settings_edit.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/settings_edit.html index c2dc67c7b..f8c5cd220 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/settings_edit.html +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/settings_edit.html @@ -36,7 +36,7 @@ Swap “¥” and “\” keys - Input a backslash (\) using the key binding for the Yen sign (¥), and vice versa. + Input a backslash (\) using the key for the Yen sign (¥), and vice versa. diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/settings_filedrop.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/settings_filedrop.html deleted file mode 100644 index 3f524f57d..000000000 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/settings_filedrop.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - Change File Drop settings in CotEditor - - - - - -

    Change File Drop settings in CotEditor

    - -

    In the CotEditor app on your Mac, use File Drop settings to choose how to insert a preset text when you drop a file onto the editor. To change these settings, choose CotEditor > Settings, then click File Drop.

    - -

    Open CotEditor for me

    - - - - - - - - - - - - - - - - - - - - - - -
    OptionDescription
    File Drop DefinitionsChoose the conditons to perform the file drop.
      -
    • Extensions: The setting is performed only when a file with one of these extensions is dropped. If this field is empty (All), all files are eligible. No dot is required for filename extensions. You can set multiple extensions by separating them by a comma.
    • -
    • Syntax Style: The setting is performed only when a file is dropped to a document having this syntax style. If this field is empty (All), all documents are eligible.
    • -
    • Description: You can use this field to leave a comment about the row. This field doesn’t affect the file drop behavior and can be left blank.
    • -
    -
    Insertion formartSet the text to be inserted for the condition that is selected in the file drop definition list above.
    VariablesYou can use CotEditor’s variables in an insertion format. - -
    - - - -
    -

    See also

    - -
    - - - diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/settings_keybindings.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/settings_keybindings.html index ca0fd22c5..cf05d1f55 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/settings_keybindings.html +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/settings_keybindings.html @@ -2,7 +2,7 @@ - + Change Key Bindings settings in CotEditor @@ -12,48 +12,25 @@

    Change Key Bindings settings in CotEditor

    -

    In the CotEditor app on your Mac, use Key Bindings settings to customize keyboard shortcuts to execute menu item commands, and to store some text snippets you use frequently along with your preferred keyboard shortcuts. To change these settings, choose CotEditor > Settings, then click Key Bindings.

    +

    In the CotEditor app on your Mac, use Key Bindings settings to customize keyboard shortcuts to execute menu commands. To change these settings, choose CotEditor > Settings, then click Key Bindings.

    Open CotEditor for me

    - - - + +
    Menu Items
    OptionDescription
    Shotcuts listChange the key bindings for menu items.KeyChange the keyboard shortcuts for menu items. See Customize keyboard shortcuts for details
    - - - - - - - - - - - - - - - - - -
    Snippets
    OptionDescription
    Shotcuts listSet shortcut to insert your text snippet.
    Insertion formartSet text snippet to insert with the shortcut selected in the list above. When a snippet contains <<<CURSOR>>>, the word <<<CURSOR>>> will be removed on insertion and move the insertion point there instead.
    - -

    Here, you can set only the key bindings for CotEditor’s own commands. For more details about customizing the standard key bindings of Cocoa applications, see Apple’s documentation: Apple - macOS keyboard shortcuts

    - -

    See also

    diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/whats_new_in_4.5.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/whats_new_in_4.5.html new file mode 100644 index 000000000..013822a45 --- /dev/null +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/whats_new_in_4.5.html @@ -0,0 +1,30 @@ + + + + + + What’s new in CotEditor 4.5? + + + + + + +

    What’s new in CotEditor 4.5?

    + +
    +
    More convinient snippet feature
    +
    +
    + + +
    +

    See also

    + +
    + + + diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/toc.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/toc.html index 631835c5c..df30cc1bc 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/toc.html +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/toc.html @@ -80,7 +80,7 @@
  • Change font type
  • Customize themes
  • Change the scope of completion words
  • -
  • Customize key bindings
  • +
  • Customize keyboard shortcuts
  • Customize toolbar
  • @@ -103,7 +103,7 @@
  • If characters aren’t displayed correctly
  • If syntax coloring seems not working properly
  • If the Yen sign appears as a backslash
  • -
  • If your key bindings don’t work as you expect
  • +
  • If your keyboard shortcut doesn’t work as you expect
  • If you can’t save a file
  • If CotEditor quits unexpectedly
  • If you can’t find a solution
  • @@ -126,6 +126,7 @@
  • What’s New
  • @@ -102,7 +102,7 @@
  • 文字化けする場合
  • カラーリングがおかしくなった場合
  • 円マークがバックスラッシュに変わる場合
  • -
  • キーボードショートカットを変更後、予期しない動作をする場合
  • +
  • キーボードショートカットを変更後、予期しない動作をする場合
  • ファイルを保存できない場合
  • CotEditorが予期せず終了する場合
  • 解決方法が見つからない場合
  • @@ -125,6 +125,7 @@
  • 新機能