Tutorial: Turn your right mods into tappable arrow keys using VIA

Аватар автора
Amazing Life Experiences
2. Connect your VIA compatible keyboard 3. Select the key you want to remap 4. Under "SPECIAL", select the "Any" key 5. In the pop-up enter in your Mod-Tap code snippet. Here are the code snippets you might want to use for your 60% standard keyboard. - Hold for Right Shift + Tap for Up arrow: MT(MOD_RSFT, KC_UP) - Hold for Right Alt + Tap for Left arrow: MT(MOD_RALT, KC_LEFT) - Hold for Right Control + Tap for Right arrow: MT(MOD_RCTL, KC_RIGHT) - Hold for Right Windows + Tap for Down arrow: MT(MOD_RGUI, KC_DOWN) or MT(MOD_HYPR, KC_DOWN) depending on your layout and keybindings If for some reason these codes don&work for you, be sure to check the full list of mod tap keycodes and basic keycodes on the QMK Docs here:

0/0


0/0

0/0

0/0