Cog/Preferences/Shortcuts.h
Christopher Snowhill 40c4f1b780 Feature: Add seeking hotkeys with defaults
Defaulting to ctrl+command+left/right arrows.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-03-06 10:16:59 -08:00

14 lines
568 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";
static NSString *const CogSeekBackwardShortcutKey = @"cogSeekBackwardShortcut";
static NSString *const CogSeekForwardShortcutKey = @"cogSeekForwardShortcut";