I've hunted around these forums to make sure I wasn't asking something that's already been answered, but forgive me if this has been.
I've got a Lynk Model-M knockoff with Soarer's converter and have managed to get all the remaps to work except the previous/next track buttons. It's strange, because the MEDIA_PLAY_PAUSE and MEDIA_MUTE commands work just fine, just not MEDIA_PREV_TRACK or MEDIA_NEXT_TRACK. I've used the hid_monitor utility to double check I'm referencing the keys right, and tried mapping them as just F7/9 or Fn+F7/9, but to no avail.
Here is the config that I'm using, if you can help that would be much appreciated!
Code: Select all
remapblock
LALT LGUI
RALT RGUI
F20 LALT
F22 RALT
EXTRA_F7 ESC
EXTRA_LALT DELETE
F1 F14
F2 F15
F3 F10
F4 F12
F7 MEDIA_PREV_TRACK
F8 MEDIA_PLAY_PAUSE
F9 MEDIA_NEXT_TRACK
F10 MEDIA_MUTE
EXTRA_F4 MEDIA_VOLUME_DOWN
EXTRA_F5 MEDIA_VOLUME_UP
LCTRL LCTRL
F18 FN1
F23 INSERT
BACKSLASH RIGHT_BRACE
RIGHT_BRACE BACKSLASH
FAKE_18 HOME
EXTRA_RALT END
INTERNATIONAL_2 PAGE_UP
INTERNATIONAL_1 PAGE_DOWN
EXTRA_BACKSLASH LEFT
EXTRA_EUROPE_2 UP
LANG_4 RIGHT
LANG_3 DOWN
F24 DOWN
NUM_LOCK PAD_SLASH
SCROLL_LOCK PAD_ASTERIX
INTERNATIONAL_4 PAD_MINUS
EXTRA_F9 PAD_PLUS
PAD_MINUS PAD_PLUS
PAD_PLUS PAD_ENTER
endblock