1
0
Fork 0

massdrop/thekey: macos requires LGUI modifier instead of LCTL (#15605)

This commit is contained in:
me-dea 2021-12-27 15:33:53 -08:00 committed by GitHub
parent 4e077250d5
commit 8b9657471e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ enum custom_keycodes {
};
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(TK_URL, C(KC_C), C(KC_V)),
[0] = LAYOUT(TK_URL, G(KC_C), G(KC_V)),
};
bool process_record_user(uint16_t keycode, keyrecord_t *record) {