Closed ArielHorwitz closed 2 months ago
A more intuitive syntax in the configuration would be desirable.
E.g. Control + Shift + T or ^!t. Currently this is { code = "t", modifiers = "CONTROL | SHIFT" }.
Control + Shift + T
^!t
{ code = "t", modifiers = "CONTROL | SHIFT" }
Solved in 56064a1cf26c0cfd76d7924a4fb068f629deafeb
A more intuitive syntax in the configuration would be desirable.
E.g.
Control + Shift + T
or^!t
. Currently this is{ code = "t", modifiers = "CONTROL | SHIFT" }
.