Skip to content

Commit 96349d7

Browse files
authored
feat: redesign ide shortcuts
1 parent 7317182 commit 96349d7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

config/os/macos/keymap.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@
130130

131131
#define MSRU0 &kp C_VOL_UP
132132
#define MSRU1 &mp_mSTG_topleft // tap: ide explorer | alt: rectangle top left
133-
#define MSRU2 &mp_mSTG_up // tap: ide search | alt: rectangle top halt
134-
#define MSRU3 &mp_mSTG_topright // tap: ide source control | alt: rectangle top right
135-
#define MSRU4 &kp LS(LG(D)) // tap: ide debug
136-
#define MSRU5 &kp LS(LG(X)) // tap: ide extensions
133+
#define MSRU2 &mp_mSTG_up // tap: ide source control | alt: rectangle top halt
134+
#define MSRU3 &mp_mSTG_topright // tap: ide debugger | alt: rectangle top right
135+
#define MSRU4 &kp LS(LG(X)) // tap: ide extensions
136+
#define MSRU5 &kp LC(LS(LG(T))) // tap: ide todo // tap: ide
137137

138138
#define MSRM0 &mp_mSTG_m // tap: vol mute | shift: mic mute
139139
#define MSRM1 &hm_mSTG_RS LSHIFT 0 // tap: mp_mSTG_left
@@ -147,7 +147,7 @@
147147
#define MSRD2 &mp_mSTG_down // tap: ide panel bottom bar | alt: rectangle bottom down
148148
#define MSRD3 &mp_mSTG_downright // tap: none | alt: rectangle bottom right
149149
#define MSRD4 &kp LC(DOWN) // tap: application window
150-
#define MSRD5 &kp LC(LS(LG(T))) // tap: ide todo
150+
#define MSRD5 &none
151151

152152
#define MSLT2 &kp C_BRI_DN
153153
#define MSLT1 KEY_SPC

config/os/macos/morph/settings.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ MORPH_KA(
4848
up,
4949
up,
5050
MOD_LALT,
51-
&kp LS(LG(F)), // tap: ide: Search
51+
&kp LS(LC(G)), // tap: ide: source control
5252
&kp LS(LA(LG(UP))) // alt: rectangle top half
5353
)
5454

@@ -59,7 +59,7 @@ MORPH_KA(
5959
topright,
6060
topright,
6161
MOD_LALT,
62-
&kp LS(LC(G)), // tap: ide: source control
62+
&kp LS(LG(D)), // tap: ide: debugger
6363
&kp LS(LA(LG(LC(RIGHT)))) // alt: rectangle top right
6464
)
6565

0 commit comments

Comments
 (0)