2021-01-24 23:44:17 -03:00
|
|
|
//
|
|
|
|
// 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";
|
2023-07-01 01:13:44 -04:00
|
|
|
static NSString *const CogFadeShortcutKey = @"cogFadeShortcut";
|
2025-03-06 15:16:26 -03:00
|
|
|
static NSString *const CogSeekBackwardShortcutKey = @"cogSeekBackwardShortcut";
|
|
|
|
static NSString *const CogSeekForwardShortcutKey = @"cogSeekForwardShortcut";
|