From 3aabf8541dbbf6e43debe6486ae9c3b8916b7555 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 21 Feb 2012 11:52:44 +0000 Subject: added 'jump to track' and 'forward/rewind' global hotkeys git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2628 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hotkey/hotkeymanager.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/plugins/General/hotkey/hotkeymanager.h') diff --git a/src/plugins/General/hotkey/hotkeymanager.h b/src/plugins/General/hotkey/hotkeymanager.h index d4d53078f..a2c2ab5b3 100644 --- a/src/plugins/General/hotkey/hotkeymanager.h +++ b/src/plugins/General/hotkey/hotkeymanager.h @@ -44,7 +44,10 @@ public: PREVIOUS, SHOW_HIDE, VOLUME_UP, - VOLUME_DOWN + VOLUME_DOWN, + FORWARD, + REWIND, + JUMP_TO_TRACK }; Hotkey() -- cgit v1.2.3-13-gbd6f