Skip to content

Commit

Permalink
feat(grave-escape): enble grave-escape with RGUI and RSFT modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
okke-formsma committed Dec 26, 2020
1 parent 8bc503e commit c17d6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dts/behaviors/gresc.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
label = "GRAVE_ESCAPE";
#binding-cells = <0>;
bindings = <&kp ESC>, <&kp GRAVE>;
mods = <(MOD_LGUI|MOD_LSFT)>;
mods = <(MOD_LGUI|MOD_LSFT|MOD_RGUI|MOD_RSFT)>;
};
};
};

0 comments on commit c17d6bf

Please sign in to comment.