Searched refs:registerKeyCommand (Results 1 – 6 of 6) sorted by relevance
61 open func registerKeyCommand(input: String, modifiers: UIKeyModifierFlags) { in registerKeyCommand() function62 self.callable.registerKeyCommand(input: input, modifiers: modifiers) in registerKeyCommand()
61 public func registerKeyCommand(input: String, modifiers: UIKeyModifierFlags) { in registerKeyCommand() function
81 reload.registerKeyCommand(input: "r", modifiers: []) // "r" without modifiers90 inspector.registerKeyCommand(input: "i", modifiers: .command)123 perfMonitor.registerKeyCommand(input: "p", modifiers: .command)
27 fun registerKeyCommand(keyCommand: KeyCommand?) { in registerKeyCommand() method
75 callable.registerKeyCommand(value)
15 action.registerKeyCommand(input: "r", modifiers: .command) in spec()