summary refs log tree commit diff
path: root/common/keycode.h
diff options
context:
space:
mode:
authorColt Ma <mumchristmas@gmail.com>2014-12-26 11:02:25 +0800
committerColt Ma <mumchristmas@gmail.com>2014-12-26 11:02:25 +0800
commit5a8dbc63ea29eb454ad5f36de5c6c33172230f88 (patch)
tree762a96913ec23e48ad68811f15d51a629a50ba5d /common/keycode.h
parentbb2596042428fad08509709bd9d63dbbb50e59f9 (diff)
Add keycode for Fast Forward & Rewind
KC_MEDIA_FAST_FORWARD
KC_MEDIA_REWIND
Diffstat (limited to 'common/keycode.h')
-rw-r--r--common/keycode.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/common/keycode.h b/common/keycode.h
index 08c3cbf42b..074e0f68f9 100644
--- a/common/keycode.h
+++ b/common/keycode.h
@@ -140,6 +140,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define KC_VOLD KC_AUDIO_VOL_DOWN
 #define KC_MNXT KC_MEDIA_NEXT_TRACK
 #define KC_MPRV KC_MEDIA_PREV_TRACK
+#define KC_MFFD KC_MEDIA_FAST_FORWARD
+#define KC_MRWD KC_MEDIA_REWIND
 #define KC_MSTP KC_MEDIA_STOP
 #define KC_MPLY KC_MEDIA_PLAY_PAUSE
 #define KC_MSEL KC_MEDIA_SELECT
@@ -420,7 +422,9 @@ enum internal_special_keycodes {
     KC_WWW_FORWARD,
     KC_WWW_STOP,
     KC_WWW_REFRESH,
-    KC_WWW_FAVORITES,   /* 0xBA */
+    KC_WWW_FAVORITES,   
+    KC_MEDIA_FAST_FORWARD,
+    KC_MEDIA_REWIND,    /* 0xBC */
 
     /* Fn key */
     KC_FN0              = 0xC0,