migrate delword to single key

This commit is contained in:
♥ Minnie ♥ 2024-02-05 11:00:47 +08:00
parent 84af5eaa36
commit d1afd421a1

View file

@ -4,7 +4,6 @@
// Our custom keycodes
enum custom_keycodes {
BSPC_DW = SAFE_RANGE,
// Additional, distinct "Alternate Repeat"-like keys.
ALTREP2 = SAFE_RANGE,
ALTREP3,
@ -31,6 +30,7 @@ enum custom_keycodes {
#define OS_RGUI OSM(MOD_RGUI)
// Shortcuts
#define DELWORD LCTL(KC_W)
#define WZ_CMOD LCTL(LSFT(KC_X))
#define WZ_COPY LCTL(LSFT(KC_C))
#define WZ_PSTE LCTL(LSFT(KC_V))