Shortcuts: close tab keyboard shortcut

This commit is contained in:
James Magahern
2020-11-10 11:57:40 -06:00
parent 5e0f1d252a
commit 9344e3c32d
3 changed files with 24 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ protocol ShortcutResponder: class {
@objc
optional func nextTab(_ sender: Any?)
@objc
optional func closeTab(_ sender: Any?)
@objc
optional func findOnPage(_ sender: Any?)
}