Remove default ⌘1 shortcut for Console (#789)

This commit is contained in:
1024jp 2018-03-09 13:20:53 +09:00
parent b10a54f1ee
commit e34481996e
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@ unreleased
- Give a haptic feedback on pinch zoom when the scale becomes 100%.
- Move “Get Info” and “Show Incompatible Characters” menu items into newly added View > Inspector submenu.
- Delete a feature alarting inconsistant encoding declaration in document on saving.
- Remove `⌘1` shortcut for Console from default key-binding settings.
- Avoid switching to inactive tabbed window only to show a syntax highlighting indicator.
- Remove the workaround for a issue about editor scrolling on early macOS High Sierra that was introduced on CotEditor 3.2.4.

View File

@ -1063,7 +1063,8 @@ CA
<menuItem isSeparatorItem="YES" id="622">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Console" keyEquivalent="1" id="653">
<menuItem title="Console" id="653">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="showConsolePanel:" target="Ady-hI-5gd" id="80V-8S-iOQ"/>
</connections>