Deprecate some nonstandard mod & mod-tap keycode aliases (#25437)

This commit is contained in:
Ryan
2025-07-06 20:30:47 +10:00
committed by GitHub
parent 036745e853
commit baf0060761
24 changed files with 106 additions and 108 deletions

View File

@@ -25,8 +25,8 @@ enum layer_names {
#define S_SLSH SFT_T(KC_SLSH)
// combos for application shortcuts
#define SG_LBRC SGUI(KC_LBRC)
#define SG_RBRC SGUI(KC_RBRC)
#define SG_LBRC LSG(KC_LBRC)
#define SG_RBRC LSG(KC_RBRC)
#define G_LBRC G(KC_LBRC)
#define G_RBRC G(KC_RBRC)
#define A_SLSH A(KC_SLSH)