skeletyl: fix move to media/mov
This commit is contained in:
parent
fc064b62ae
commit
96eb03dec0
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ combo_t key_combos[] = {
|
|||
[C_KA] = COMBO(ka_combo, LCTL(LALT(KC_A))),
|
||||
[C_KK] = COMBO(kk_combo, LCTL(LALT(KC_K))),
|
||||
[C_ESC] = COMBO(esc_combo, KC_ESC),
|
||||
[C_MOV] = COMBO(mov_combo, TO(3)),
|
||||
[C_MED] = COMBO(med_combo, TO(4)),
|
||||
[C_MOV] = COMBO(mov_combo, MO(3)),
|
||||
[C_MED] = COMBO(med_combo, MO(4)),
|
||||
[C_SV] = COMBO(sv_combo, LCTL(KC_S)),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue