Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/notes-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ Tabs, Windows, and UI:
folder of images at a configurable interval.
Pick a folder instead of a file in
Settings > Profiles > Window > Background.
- ⌘⇧T now triggers Shell > Undo Close,
matching the reopen-tab shortcut used by
web browsers. “Show Tabs in Fullscreen”
no longer has a default shortcut and can
be re-bound in Settings > Keys.


Triggers Improvements:
Expand Down
6 changes: 3 additions & 3 deletions sources/MainMenu/MainMenu.xib
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@
<menuItem isSeparatorItem="YES" id="9vB-1n-LfH">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Undo Close" identifier="Undo Close" id="OIr-XE-oT1">
<modifierMask key="keyEquivalentModifierMask"/>
<menuItem title="Undo Close" keyEquivalent="t" identifier="Undo Close" id="OIr-XE-oT1">
<modifierMask key="keyEquivalentModifierMask" shift="YES" command="YES"/>
<connections>
<action selector="undoCloseSession:" target="201" id="df0-of-sxF"/>
</connections>
Expand Down Expand Up @@ -942,7 +942,7 @@ DQ
<menuItem title="View" id="802">
<menu key="submenu" title="View" id="803">
<items>
<menuItem title="Show Tabs in Fullscreen" keyEquivalent="T" identifier="Show Tabs in Fullscreen" id="1257">
<menuItem title="Show Tabs in Fullscreen" identifier="Show Tabs in Fullscreen" id="1257">
<connections>
<action selector="toggleFullScreenTabBar:" target="-1" id="1259"/>
</connections>
Expand Down