Shortcuts: close tab keyboard shortcut
This commit is contained in:
@@ -59,6 +59,13 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
action: #selector(ShortcutResponder.previousTab)
|
||||
),
|
||||
|
||||
// Close tab
|
||||
UIKeyCommand(
|
||||
modifiers: [.command], input: "W",
|
||||
title: "Close Tab",
|
||||
action: #selector(ShortcutResponder.closeTab)
|
||||
),
|
||||
|
||||
// Next Tab
|
||||
UIKeyCommand(
|
||||
modifiers: [.command, .shift], input: "]",
|
||||
|
||||
Reference in New Issue
Block a user