Defaulting to ctrl-cmd-O, though I may change this if someone has any better ideas for a default. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
12 lines
410 B
C
12 lines
410 B
C
//
|
|
// Shortcuts.h
|
|
// Preferences
|
|
//
|
|
// Created by Dzmitry Neviadomski on 25.01.21.
|
|
//
|
|
|
|
static NSString *const CogPlayShortcutKey = @"cogPlayShortcut";
|
|
static NSString *const CogNextShortcutKey = @"cogNextShortcut";
|
|
static NSString *const CogPrevShortcutKey = @"cogPrevShortcut";
|
|
static NSString *const CogSpamShortcutKey = @"cogSpamShortcut";
|
|
static NSString *const CogFadeShortcutKey = @"cogFadeShortcut";
|