From b9b1964b3f5e8a7cf6ef76fbf2d019cdad9a9063 Mon Sep 17 00:00:00 2001 From: Tomáš Znamenáček Date: Mon, 12 Jan 2015 16:34:18 +0100 Subject: Non-exclusive hotkey registration (#56). --- Framework/MASShortcutMonitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Framework/MASShortcutMonitor.h') diff --git a/Framework/MASShortcutMonitor.h b/Framework/MASShortcutMonitor.h index 609686a..6d7fe82 100644 --- a/Framework/MASShortcutMonitor.h +++ b/Framework/MASShortcutMonitor.h @@ -18,7 +18,7 @@ Attempting to insert an already registered shortcut probably won’t work. It may burn your house or cut your fingers. You have been warned. */ -- (void) registerShortcut: (MASShortcut*) shortcut withAction: (dispatch_block_t) action; +- (BOOL) registerShortcut: (MASShortcut*) shortcut withAction: (dispatch_block_t) action; - (BOOL) isShortcutRegistered: (MASShortcut*) shortcut; - (void) unregisterShortcut: (MASShortcut*) shortcut; -- cgit v1.2.3