Move off of internal SDK, copy webkit spis from opensource
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
//
|
||||
|
||||
import UIKit
|
||||
import UIKit_Private.UIKeyCommand_Private
|
||||
|
||||
@objc
|
||||
protocol ShortcutResponder: AnyObject {
|
||||
@@ -170,14 +169,14 @@ public class KeyboardShortcuts {
|
||||
modifiers: [.alternate], input: "x",
|
||||
title: "Raise Script Policy Restriction",
|
||||
action: #selector(ShortcutResponder.raiseScriptPolicyRestriction)
|
||||
)._nonRepeatable(),
|
||||
),
|
||||
|
||||
// Lower Script Policy Restriction
|
||||
UIKeyCommand(
|
||||
modifiers: [.alternate], input: "c",
|
||||
title: "Lower Script Policy Restriction",
|
||||
action: #selector(ShortcutResponder.lowerScriptPolicyRestriction)
|
||||
)._nonRepeatable(),
|
||||
),
|
||||
])
|
||||
].removeNulls()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user