refactor(wm): update cmds & keep compat w/ aliases

This commit updates a number of komorebic subcommand names while
maintaining their old names as aliases in order to preserve backwards
compatibility.

Resize becomes ResizeEdge, to complement ResizeAxis, and all of the
commands for saving and loading BSP resize adjustments (QuickSave,
QuickLoad, Save, Load) are now post-fixed with "Resize" in order to make
it clear that these commands are not related to custom layout saving and
loading.
This commit is contained in:
LGUG2Z
2021-11-02 13:41:03 -07:00
parent 2814349228
commit 40226a2bbd
2 changed files with 25 additions and 20 deletions
+8 -8
View File
@@ -28,20 +28,20 @@ Log() {
Run, komorebic.exe log, , Hide
}
QuickSave() {
Run, komorebic.exe quick-save, , Hide
QuickSaveResize() {
Run, komorebic.exe quick-save-resize, , Hide
}
QuickLoad() {
Run, komorebic.exe quick-load, , Hide
QuickLoadResize() {
Run, komorebic.exe quick-load-resize, , Hide
}
Save(path) {
Run, komorebic.exe save %path%, , Hide
SaveResize(path) {
Run, komorebic.exe save-resize %path%, , Hide
}
Load(path) {
Run, komorebic.exe load %path%, , Hide
LoadResize(path) {
Run, komorebic.exe load-resize %path%, , Hide
}
Focus(operation_direction) {